Closed garnos closed 1 year ago
Full logs here after running make -j8 &>> ../../bambulogs.txt
:
bambulogs.txt
I also ran into problems while building on Ubuntu one or two days ago, with similar issues to yours. I deleted the build directory and ran the BuildLinux.sh script which worked. Not sure why and it shouldn't be necessary, but it is a work around
When I build the code with Archlinux,I got similar error today
I also ran into problems while building on Ubuntu one or two days ago, with similar issues to yours. I deleted the build directory and ran the BuildLinux.sh script which worked. Not sure why and it shouldn't be necessary, but it is a work around
Running BuildLinux.sh just built the dependencies for you?
BuildLinux.sh checks that the dependencies are installed, and then does the full build.
To get it to successfully build I:
BuildLinux.sh checks that the dependencies are installed, and then does the full build.
To get it to successfully build I:
- Installed all the dependencies listed in the build for Linux guide
- Installed clang ("apt install clang" - I believe this is a missing dependency based on some errors I was getting without it
- Deleted the build directory
- Ran "sudo .\BuildLinux.sh -u" to check for missing dependencies, needs to be sudo because it will install them for you.
- Ran "sudo .\BuildLinux.sh -dsi" to finish the build. I believe this needs to be sudo because number 4 needed sudo and there were some permission issues because of that
This worked for me and I was able to build. Thank you very much.
Glad I could help! I also tried to create a flatpak based off of the prusaslicer manifest but I'm limited by my cmake knowledge and wasn't able to get it to build successfully
Bambu Studio Version
1.7.3
Where is the application from?
Built from source by yourself or others
OS version
Ubuntu 20.04
Additional system information
No response
Printer
N/A
How to reproduce
I'm attempting to build the dependencies from source. I successfully ran this command from a fresh install of Ubuntu 20.04 after a
apt-get update
first:sudo apt-get install cmake git g++ build-essential libgl1-mesa-dev m4 libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules pkgconf libglu1-mesa-dev libcairo2-dev libgtk-3-dev libsoup2.4-dev libwebkit2gtk-4.0-dev libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-bad libosmesa6-dev
The cmake command runs fine as well as:
cmake ../ -DDESTDIR="/opt/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release -DDEP_WX_GTK3=1 &> ../../bambulogs.txt
After that
make -j8 &>> ../../bambulogs.txt
runs into a build error with OCCT. I'm wondering how to get around this one.Snippet of the error here:
Actual results
NA
Expected results
NA
Project file & Debug log uploads
NA
Checklist of files to include