Powerino73 / heekscad

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

Not compile HeeksCad #351

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Download new source from repository 
cd ~/HeeksCAD/src/
make clean
make  -f Makefile.old 

What is the expected output? What do you see instead?
g++  -Wall -g -I "./" -I /usr/lib/opencascade-6.3/ros/lin/inc/   
-DUSE_GENERIC_TREECTRL -DUNICODE -DHEEKSCAD -DHAVE_LIMITS -DWXUSINGDLL 
-DHAVE_LIMITS -DTIXML_USE_STL  -I/usr/include/python2.7 
-I/usr/include/python2.7  `wx-config  --cflags` -c HeeksCAD.cpp -o HeeksCAD.o
HeeksCAD.cpp:68:19: error: HGear.h: No such file or directory
HeeksCAD.cpp: In member function 'void HeeksCADapp::InitializeXMLFunctions()':
HeeksCAD.cpp:851: error: 'HGear' was not declared in this scope
make: *** [HeeksCAD.o] Errore 1

What version of the product are you using? On what operating system?
/svn/!svn/ver/1464/trunk

Please provide any additional information below.

I have commented the records 

HeeksCAD.cpp:68
AND
HeeksCAD.cpp:851 

IT's correct ? because the file HGear.h no exist.

after the step compiling.. "...build...".

Thanks,
Eugenio Palumbo.

Original issue reported on code.google.com by b.ghiac...@gmail.com on 13 Jun 2011 at 2:55

GoogleCodeExporter commented 8 years ago
oops. I hadn't added HGear.cpp and HGear.h. Please try it now.

Original comment by danhe...@gmail.com on 13 Jun 2011 at 3:04

GoogleCodeExporter commented 8 years ago
HeeksCAD.o: In function `HeeksCADapp::InitializeXMLFunctions()':
/usr/local/src/heekscad/src/HeeksCAD.cpp:851: undefined reference to 
`HGear::ReadFromXMLElement(TiXmlElement*)'
HeeksFrame.o: In function `OnSectioningButton':
/usr/local/src/heekscad/src/HeeksFrame.cpp:970: undefined reference to 
`HeeksCADapp::SectioningDialog()'
HeeksFrame.o: In function `OnGearButton':
/usr/local/src/heekscad/src/HeeksFrame.cpp:1010: undefined reference to 
`HGear::HGear()'
../interface/HeeksCADInterface.o: In function 
`CHeeksCADInterface::ShowSectioningDialog()':
/usr/local/src/heekscad/src/../interface/HeeksCADInterface.cpp:1752: undefined 
reference to `HeeksCADapp::SectioningDialog()'
collect2: ld returned 1 exit status
make: *** [executable] Errore 1

Original comment by b.ghiac...@gmail.com on 19 Jun 2011 at 4:24

GoogleCodeExporter commented 8 years ago
+1 see the same error. ubuntu 11.04, 32-bit.

Original comment by roman...@gmail.com on 3 Aug 2011 at 5:36

GoogleCodeExporter commented 8 years ago
Please not the message on the front page that this project has moved to github. 
 The code in the SVN repository here is stale.

Original comment by shopinth...@gmail.com on 3 Aug 2011 at 12:29

GoogleCodeExporter commented 8 years ago

Original comment by neomil...@gmail.com on 28 Jun 2014 at 5:05

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:36