-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compile against realthunder/coin #14
Comments
First try is not successful:
Script to install Coin3D: #!/bin/bash
set -ue
cd $HOME
[[ -d coin ]] \
|| git clone --recurse-submodules https://github.com/realthunder/coin coin \
&& (cd coin; git pull)
cmake \
-Hcoin \
-Bcoin_build \
-G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_BUILD_TYPE=Release \
-DCOIN_BUILD_DOCUMENTATION=OFF
cd coin_build
make
sudo make install |
Wow, great news!
I think my mistake was not removing libcoin80c. However, when I compiled again, I can not find $ find /usr -name "libCoin*"
/usr/local/lib/libCoin.so.80.0.1
/usr/local/lib/libCoin.so.80
/usr/local/lib/libCoin.so |
Btw, you can skip using |
i think the libCoin.so.80c is some kind of remnant. Also the 4.0.0 is the version of the older repository lib version (libCoin.so.4.0.0). The version of the realthunder coin lib is 4.0.1. The
|
Did you build from scratch instead of performing an incremental build after installing realthunder's Coin? |
Yes i build FreeCAD from scratch afterwards. But i guess it should also work with incremental building, but i didn't try. |
I tried the same compilation 3 times now (starting from same backup) and all went wrong. However, this time I also run Currently I'm getting How come we use the same build environment (Debian Buster, right?) and the same build scripts and we get different results? What are you possibly doing something differently? |
Yes, it's the build environment according to your instructions, Debian Buster.
and then just I don't know what could be the reason for the difference. |
That's very good idea to keep your entire command line history with outputs. The only thing I didn't try is compiling from scratch. Now it's being compiled. |
When "View/Draw Style/Shadow" mode is enabled, following error is seen on the console window:
This coin3d shading error seems to be known and solved if realthunders coin fork is used.
https://github.com/realthunder/coin
Originally posted by @wohltat in #11 (comment)
The text was updated successfully, but these errors were encountered: