Closed sergeyglazyrindev closed 4 years ago
I don't see an obvious mistake. I guess the coin includes are missing. Can you try the cmake setup: https://github.com/coin3d/pivy/pull/69
To me the SOQT_INCLUDE_DIR: /usr/include" -I"/usr/include
variable setting looks somewhat suspicous. Can you share the CMake command to build SoQt?
thank you guys! I don't know what I changed, but now I was able to compile, first, I forked the repo and tried to use cmake version of installer (one from pull requests) but it didn't work too... then I switched to your original repo Oh, I know what I changed: I disabled one of the gentoo specific patches for this installer:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 76d0d06..48bd3c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(pivy_cmake_setup NONE)
+project(pivy_cmake_setup)
cmake_minimum_required(VERSION 3.5)
--
Now it works, now I need to compile only freecad.
Hello guys! I posted a question about the problem in google groups. But no one replied, could you please suggest how do I fix this issue ?
Problem: I compiled soqt from latest source code on github. And now i need to compile pivy When I try to compile on gentoo latest version of pivy from github repository, I am getting following problem:
and then following error: