I have installed Code::Blocks IDE 10.05 and qt4-dev-tools python-qt4-gl glew-utils dependencies.
On the Current Viarable on the menu Settings, i putted qt_dir, on base /usr/share/qt4 and on include /usr/include/qt4 as mentioned on the compilation informations.
But when i build the workspace i get:
Code: Select all
"Lib - triangle - default" does not support the current platform. Skipping...
"Lib - Glew" does not support the current platform. Skipping...
"Lib - CCFbo - release" does not support the current platform. Skipping...
"Lib - CCFbo - debug" does not support the current platform. Skipping...
"Lib - CCLib - release" does not support the current platform. Skipping...
"Lib - CCLib - debug" does not support the current platform. Skipping...
"Tool - qt-prebuild - default" does not support the current platform. Skipping...
"Lib - qCC_db - release" does not support the current platform. Skipping...
"Lib - qCC_db - debug" does not support the current platform. Skipping...
"Lib - PCV - release" does not support the current platform. Skipping...
"Lib - PCV - debug" does not support the current platform. Skipping...
"qCC - release" does not support the current platform. Skipping...
"qCC - debug" does not support the current platform. Skipping...
"Plugin - qPCV - release" does not support the current platform. Skipping...
"Plugin - qPCV - debug" does not support the current platform. Skipping...
"Lib - Qhull - default" does not support the current platform. Skipping...
"Plugin - qHPR - release" does not support the current platform. Skipping...
"Plugin - qHPR - debug" does not support the current platform. Skipping...
"Lib - RandomKit - release" does not support the current platform. Skipping...
"Lib - RandomKit - debug" does not support the current platform. Skipping...
"Plugin - qSSAO - release" does not support the current platform. Skipping...
"Plugin - qSSAO - debug" does not support the current platform. Skipping...
"Plugin - qEDL - release" does not support the current platform. Skipping...
"Plugin - qEDL - debug" does not support the current platform. Skipping...
"Plugin - qPoissonRecon - release" does not support the current platform. Skipping...
"Plugin - qPoissonRecon - debug" does not support the current platform. Skipping...
"Plugin - qKinect" does not support the current platform. Skipping...
"ccViewer - release" does not support the current platform. Skipping...
"ccViewer - debug" does not support the current platform. Skipping...
-------------- Build: default.linux in Lib - triangle ---------------
Target is up to date.
-------------- Build: release.linux in Lib - CCFbo ---------------
Compiling: src/ccBilateralFilter.cpp
In file included from include/ccGlFilter.h:28:0,
from include/ccBilateralFilter.h:40,
from /home/anagno/Documents/CloudCompare/qCC/libs/CCFbo/src/ccBilateralFilter.cpp:25:
include/ccGlew.h:29:21: fatal error: GL/glew.h: No such file or directory
compilation terminated.
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings
Thank you in advance !!!