DINKIN / heekscad

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

Heeks not compile #381

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Dan I have prove to compile the program but 

1. sudo  svn update
Alla revisione 1521.

2. sudo cmake .
 -- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found wxWidgets: TRUE 
-- Found PythonLibs: /usr/lib/libpython2.7.so 
-- Looking for XOpenDisplay in 
/usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
-- Looking for XOpenDisplay in 
/usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/i386-linux-gnu/libGL.so 
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/heekscad

3. sudo make package
[  1%] Building CXX object interface/CMakeFiles/heeksintf.dir/DoubleInput.cpp.o
[  1%] Building CXX object interface/CMakeFiles/heeksintf.dir/NiceTextCtrl.cpp.o
[  2%] Building CXX object 
interface/CMakeFiles/heeksintf.dir/PropertyDouble.cpp.o
[  2%] Building CXX object interface/CMakeFiles/heeksintf.dir/strconv.cpp.o
[  3%] Building CXX object interface/CMakeFiles/heeksintf.dir/HDialogs.cpp.o
[  3%] Building CXX object interface/CMakeFiles/heeksintf.dir/ObjectCanvas.cpp.o
[  4%] Building CXX object interface/CMakeFiles/heeksintf.dir/PropertyFile.cpp.o
[  5%] Building CXX object interface/CMakeFiles/heeksintf.dir/ToolImage.cpp.o
[  5%] Building CXX object 
interface/CMakeFiles/heeksintf.dir/HeeksCADInterface.cpp.o
/usr/local/heekscad/interface/HeeksCADInterface.cpp:56:18: fatal error: Area.h: 
File o directory non esistente
compilation terminated.
make[2]: *** [interface/CMakeFiles/heeksintf.dir/HeeksCADInterface.cpp.o] 
Errore 1
make[1]: *** [interface/CMakeFiles/heeksintf.dir/all] Errore 2
make: *** [all] Errore 2

Platform Ubuntu 12.10 i386- AMD Athlon x2 3Gz - FirePro 5800 AGP 

Thanks for your time and job.

Eugenio.

Original issue reported on code.google.com by b.ghiac...@gmail.com on 17 Apr 2013 at 9:36

GoogleCodeExporter commented 9 years ago

Hi Eugenio!

It seems the support about Heeks has some lag... Sad, because Heeks seems to be 
the best free software solution for CAD and CNC control. :/

As far as I can understand, your problem is that you are trying to compile the 
code located at https://github.com/Heeks/heekscad/, and which lacks some files 
and especially the Area.* files...

Did you try with the code located at http://code.google.com/p/heekscad ?

Bye,
Yann

Original comment by yann.los...@gmail.com on 22 Feb 2014 at 4:36

GoogleCodeExporter commented 9 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:39