-
Notifications
You must be signed in to change notification settings - Fork 44
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
Couldn't build on Windows #23
Comments
I'm trying it on my other computer now, and I got Boost to install, but when I get to the instruction "Additional Include Directories", the directory "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\include" doesn't exist on my computer. The Python installation file I used was python-3.7.9-amd64.exe. |
I copied C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\include over from my other computer and tried compiling the project, and I got 160 warnings and 6 errors just like on the other computer. |
I found that ERROR C2872 can be solved by editing RenderEngine.h before:
after:
It is because |
ERROR C1189 can be solved by adding |
@Centauria Forgive my n00bness, but can you tell me where exactly I'd put |
I got the same 6 erros and 160 warnings of @inhahe . Please, how can I fix it? @inhahe @Centauria any ideas? My System:
|
@inhahe the syntax of the To solve When you apply the changes, the command line options are auto-populated in the @nyckmaia, to solve the
Side note: I needed to build boost with the following options for all of the boost dependencies to build successfully:
|
Thanks for the help, but I'm still running into problems. |
Okay, I solved that problem. No idea why the command-line parameters didn't work, but the user-config.jam worked when I set BOOST_BUILD_PATH=d:\boost_1_79_0\tools\build and put user-config.jam there and changed the \'s in the 'using' line to \\'s. |
@Centauria @nyckmaia |
I already had c:\Boost, so I renamed it to c:\boost.2 and attempted to follow the instructions for building Boost. When running bootstrap.bat, I get an error:
The contents of bootstrap.log are:
So, I checked to see if the Boost I already had in c:\boost.2 was version 1.74, and it was, so I just renamed it to c:\Boost
Then I followed the rest of the instructions
I got 160 warnings and 6 errors.
The 6 errors are:
The full output with the warnings too is here: renderman errors.txt
One thing that may be important is that the first time I tried running bootstrap.bat, it started working, but I aborted it because it said it couldn't find some tools, so I figured I should install visual studio 14 and then run its vcvarsall.bat and then run bootstrap.bat again. I never got it to work again though. I even deleted the whole c:\boost_1_74_0 and extracted it again and tried again, still wouldn't work.
The text was updated successfully, but these errors were encountered: