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

Not able to test quickstart test #673

Open
h-ravichandra opened this issue Nov 24, 2020 · 1 comment
Open

Not able to test quickstart test #673

h-ravichandra opened this issue Nov 24, 2020 · 1 comment
Labels
transition Transition to bfgroup/b2

Comments

@h-ravichandra
Copy link

h-ravichandra commented Nov 24, 2020

Below are the steps followed

  1. downloaded and unzip boost_1_73_0 and kept it in C:\Program Files\boost\ path

  2. excecutes following commands

    • bootstrap.bat
    • .\b2.exe

    After these bjam exe created in C:\Program Files\boost\boost_1_73_0\tools\build\src\engine foldedr, so inorder to
    invoke bjam i have added it to environment path

  3. RUN
    cd C:\Program Files\boost\boost_1_73_0\libs\python\example\tutorial
    bjam toolset=msvc --verbose-test test

After the above commands and steps followed facing the below issue

'''
warning: no Python configured in user-config.jam
warning: will use default configuration
...found 21 targets...
...updating 5 targets...
compile-c-c++ hello.obj
hello.cpp
hello.cpp(7): fatal error C1083: Cannot open include file: 'boost/python/module.hpp': No such file or directory

    call "..\bin\standalone\msvc\msvc-14.2\msvc-setup.bat"  >nul
 cl /Zm800 -nologo @"hello.obj.rsp"

...failed compile-c-c++ hello.obj...
...skipped <p.>hello_ext.pyd for lack of <p.>hello.obj...
...skipped <p.>hello for lack of <p.>hello_ext.pyd...
...skipped <p.>hello_ext.pdb for lack of <p.>hello.obj...
...failed updating 1 target...
...skipped 4 targets...
'''

And didn't find user-config.jam in windows home dir so where i can find the permanent location for that?

@stale
Copy link

stale bot commented May 29, 2021

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2
This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.

@stale stale bot added the transition Transition to bfgroup/b2 label May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transition Transition to bfgroup/b2
Projects
None yet
Development

No branches or pull requests

1 participant