-
Notifications
You must be signed in to change notification settings - Fork 348
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
Fail to build on Mac #6101
Comments
Hello @yanshay please show the full build log here some output are just warnings which can be ignored |
Tried again now, and I get different behavior when trying to build the dependencies, see below: I run:
The instructions state to use Anyway, either way I get the following output now:
|
could you show the path where you executed 'cmake" when building depency, you need to goto BambuStudio/deps/build |
That's where I was, here is a copy/paste:
Maybe you can explain me the error and I could try to search what could cause it? |
CMake Error at /opt/homebrew/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message): this error means can not find boost it seems your building was performed in BambuStudio/build, or BambuStudio/deps insteadof BambuStudio/deps/build here is the reference os my cmake on the linux system lane.wei@glock18: FindOpenGL found both a legacy GL library:
and GLVND libraries for OpenGL and GLX:
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for -- Deduced boost toolset: gcc based on GNU compiler |
Bambu Studio Version
main branch
Where is the application from?
Built from source by yourself or others
OS version
MacOS 15.3 (24D60)
Additional system information
Apple M4 Pro
Printer
P1S but not relevant for build issues
How to reproduce
Followed the build instructions on Mac and get immediately CMake errors.
I use this command to build the
deps
.cmake ../ -DDESTDIR="/Users/yanshay/OpenSourceProj/bambustudio/deps" -DOPENSSL_ARCH="darwin64-arm64-cc"
Actual results
I get the following errors:
This warning is repeated many times,
along the way I can also see once:
Then it ends with:
and no files are generated.
this entire 'build' takes a second or two, so clearly nothing is built.
Expected results
It should build successfuly.
Project file & Debug log uploads
NA
Checklist of files to include
The text was updated successfully, but these errors were encountered: