Powerino73 / heekscad

Automatically exported from code.google.com/p/heekscad
Other
0 stars 0 forks source link

Build failure in Ubuntu 11.02 Beta 2 #345

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compiling using the "heekscad-install.sh" script fails with:

Linking CXX static library libocl_algo.a
[ 26%] Built target ocl_algo
[ 26%] Building CXX object cutsim/CMakeFiles/ocl_cutsim.dir/volume.o
[ 26%] Building CXX object cutsim/CMakeFiles/ocl_cutsim.dir/octnode.o
[ 26%] Building CXX object cutsim/CMakeFiles/ocl_cutsim.dir/octree.o
In file included from 
/home/dan/HeeksCAD/HeeksCNC/opencamlib/src/cutsim/octree.h:34:0,
                 from /home/dan/HeeksCAD/HeeksCNC/opencamlib/src/cutsim/octree.cpp:30:
/home/dan/HeeksCAD/HeeksCNC/opencamlib/src/cutsim/gldata.h:24:19: fatal error: 
QObject: No such file or directory
compilation terminated.
make[2]: *** [cutsim/CMakeFiles/ocl_cutsim.dir/octree.o] Error 1
make[1]: *** [cutsim/CMakeFiles/ocl_cutsim.dir/all] Error 2
make: *** [all] Error 2
make: *** No rule to make target `doc'. Stop.
[ 19%] Built target ocl_cutters
[ 56%] Built target ocl_algo

##############

No file "QObject.h" can be found in the 11.04 dev-dist files.

Is there a change in QT distro for 11.04?

Original issue reported on code.google.com by d...@andersson.co.uk on 25 Apr 2011 at 9:37

GoogleCodeExporter commented 8 years ago
Dependencies sorted after QT update for 11.04

Working

Closed

Original comment by d...@andersson.co.uk on 3 May 2011 at 6:39

GoogleCodeExporter commented 8 years ago
The ocl cutting simulation which uses a QGLWidget (found in qt >4.7) for OpenGL 
is very experimental and only useful for developers at this point.
Therefore I have added an option to the CMakeLists to not build the cutting 
simulation. You should probably first delete your CMakeCache.txt and then run 
"cmake -i" to configure which parts you want/do-not-want to build. Heekscnc 
only uses the python version of ocl.

Original comment by anders.e...@gmail.com on 4 May 2011 at 4:21

GoogleCodeExporter commented 8 years ago

Original comment by neomil...@gmail.com on 28 Jun 2014 at 4:59

GoogleCodeExporter commented 8 years ago
Builds under Linux or more precisely Debian and Ubuntu have been recently 
improved.

You can find all relevant information in 
https://code.google.com/p/heekscad/wiki/HeeksCncUnderUbuntu

Original comment by neomil...@gmail.com on 29 Jun 2014 at 6:34