-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
@cjsb I had the same problem. The reason is: there is no tinyformat.h in ext/tinyformat folder. Just download tinyformat.h from |
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. |
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? |
@cjsb All I did are:
and it worked |
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?
The text was updated successfully, but these errors were encountered: