-
Notifications
You must be signed in to change notification settings - Fork 119
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
Is there any recommended environment for building a development version? #984
Comments
Can you provide the output from your |
Hello @bkpoon, I use wsl2 Ubuntu22.04 on windows11. Here is the error output when I run g++ -o boost/libs/thread/src/pthread/thread.o -c -I/home/claude/3DED/modules/boost -fPIC -fno-strict-aliasing -w -DNDEBUG -O3 -funroll-loops -DBOOST_ALL_NO_LIB -DBOOST_SYSTEM_NO_DEPRECATED=1 -DBOOST_THREAD_BUILD_DLL=1 -I/home/claude/3DED/modules -I/home/claude/3DED/modules/cctbx_project -I/home/claude/3DED/build/../conda_base/include /home/claude/3DED/modules/boost/libs/thread/src/pthread/thread.cpp |
Can you delete the
This will skip the steps that update the sources (which will try to download Boost again) and only try building. The included Boost sources are only intended for earlier Linux distributions. |
@bkpoon Thank you! I successfully build the development version. |
Hello! I follow the instructions in https://github.com/cctbx/cctbx_project to build a development version. But there are some errors that occur when I run the command
python bootstrap.py --use-conda
. I try it on Windows 11, WSL Ubuntu18, and WSL Ubuntu20. I wonder if there is any docker environment in which we can build a development version smoothly?The text was updated successfully, but these errors were encountered: