Closed bw4sz closed 7 years ago
For those following along at home. Running from within Visual Studio Command line works.
Thanks for your great work. Hopefully this closed issue will help others.
Hi, the script is supposed to work out of the box. It's supposed to be next to the boost directory, not inside it. I've tested it numerous times, it should be enough to just launch the script.
The first error is that the script is inside the boost folder.
It seems to me there are at least 1 more mistake. The boost file bootstrap.bat
can't find the file build.bat
inside boost_1_64_0\tools\build\src\engine
.
This step will build b2.exe
, which is used to build rest of boost.
Could you try to place the script next to the boost folder, and make sure you've extracted the .7z archive correctly?
yes that works. Thanks!
Do you happen to know if I have to invoke another command to get boost-python support?
are a bit vague. I would have thought it would be in
C:\Program Files\boost_1_64_0\stage\x64\lib
On Sat, Jul 8, 2017 at 11:56 AM, Kent notifications@github.com wrote:
Hi, the script is supposed to work out of the box. It's supposed to be next to the boost directory, not inside it. I've tested it numerous times, it should be enough to just launch the script.
The first error is that the script is inside the boost folder.
It seems to me there are at least 1 more mistake. The boost file bootstrap.bat can't find the file build.bat inside boost_1_64_0\tools\build\src\engine.
This step will build b2.exe, which is used to build rest of boost.
Could you try to place the script next to the boost folder, and make sure you've extracted the .7z archive correctly?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Studiofreya/boost-build-scripts/issues/1#issuecomment-313874658, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJwrKXLAYZiaWWiKptHi_6IQ9yCl2xoks5sL9DogaJpZM4OR0XA .
-- Ben Weinstein, Ph.D. Postdoctoral Fellow Oregon State University http://benweinstein.weebly.com/
Hello!
I placed your .bat in the boost folder (named as above). Added the boost folder to my path. Made sure that the .bat and the entire boost folder had admin privileges. Running newest version of visual studio 2017, windows 10, boost downloaded and extracted this morning. Any idea what file cannot be found, what privileges need to set? I right click and "run as admin" in case something about C:/Program Files is interfering.