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

error: Unable to load Jamfile. #6135

Closed
RfadnjdExt opened this issue Apr 12, 2021 · 1 comment
Closed

error: Unable to load Jamfile. #6135

RfadnjdExt opened this issue Apr 12, 2021 · 1 comment

Comments

@RfadnjdExt
Copy link

RfadnjdExt commented Apr 12, 2021

Please provide the following information

libtorrent version (or branch): RC_2_0

platform/architecture: macOS

compiler and compiler version: darwin 18.7

please describe what symptom you see,

warning: mismatched versions of B2 engine and core
warning: B2 engine (b2) is 4.3.0
warning: B2 core (at /usr/local/share/boost-build/src) is 4.2-git
CXXFLAGS =
LDFLAGS =
OS = MACOSX
/usr/local/share/boost-build/src/build/project.jam:259: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory 'deps/try_signal'.
error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile. [Jj]amfile.jam'.
error: Please consult the documentation at 'http://www.boost.org'.
/usr/local/share/boost-build/src/build/project.jam:322: in load-jamfile from module project
/usr/local/share/boost-build/src/build/project.jam:64: in load from module project
/usr/local/share/boost-build/src/build/project.jam:89: in load-used-projects from module project
/usr/local/share/boost-build/src/build/project.jam:75: in load from module project
/usr/local/share/boost-build/src/build/project.jam:142: in project.find from module project
/usr/local/share/boost-build/src/build-system.jam:618: in load from module build-system
/usr/local/share/boost-build/src/kernel/modules.jam:295: in import from module modules
/usr/local/share/boost-build/src/kernel/bootstrap.jam:139: in boost-build from module
/usr/local/share/boost-build/boost-build.jam:8: in module scope from module

what you would expect to see instead
a successful build

2 days ago i'm reporting about the C++14. it works, but produce a new error, idk if it's boost error or libtorrent, thank you.

@arvidn
Copy link
Owner

arvidn commented Apr 15, 2021

I take it you figured out this was missing submodules. solved by:

git submodule update --init --recursive

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

2 participants