Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tinyformat #1

Open
cjsb opened this issue Aug 26, 2016 · 4 comments
Open

Tinyformat #1

cjsb opened this issue Aug 26, 2016 · 4 comments

Comments

@cjsb
Copy link

cjsb commented Aug 26, 2016

Hi,

I tried to run your code in Windows but, when I compile the code, tinyformat can't be found. Do you have any idea why?

@iamyoukou
Copy link

iamyoukou commented Aug 26, 2016

@cjsb I had the same problem. The reason is: there is no tinyformat.h in ext/tinyformat folder. Just download tinyformat.h from
https://github.com/c42f/tinyformat
and put it in ext/tinyformat folder.

@westlicht
Copy link
Owner

hi, there are a few git submodules that need to be initialized. you can either clone the repo using

git clone --recursive https://github.com/westlicht/pbsproject.git

or later initialize them using

git submodule update --init --recursive

from within the ext folder.

@cjsb
Copy link
Author

cjsb commented Aug 26, 2016

Great, I added the tinyformat.h and solved the problem. But M_PI is not defined and the compilation went wrong. (thanks @iamyoukou for the extra help)

Do I have to change anything?

@iamyoukou
Copy link

iamyoukou commented Aug 27, 2016

@cjsb All I did are:

  1. Use @westlicht 's way to download the code (not "download as a zip")
  2. Then I download the tinyformat.h into the ext/tinyformat folder
  3. Build the code according to the project's guide

and it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants