Compiling problems (FreeCAD v0.9 r2470)

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
DoNotGood

Compiling problems (FreeCAD v0.9 r2470)

Post by DoNotGood »

Hi,

I have a problem with an error durring the make process (compiling) of the newest version of FreeCAD (v0.9 r2470).
make[4]: *** Keine Regel vorhanden, um das Target »zipios/basicentry.cpp«,
benötigt von »libFreeCADBase_la-basicentry.lo«, zu erstellen. Schluss.
Other attempts of compiling previos revisions worked well, but this time this error occurs. The only thing I changed since then is the version of OpenCascade, as far as I know. I switched to the recent version OCC 6.3 with the help of the repository: http://www.opennovation.org/ubuntu jaunty
Could this be the reason for that error or are there new dependencies since r2470?

Best regards
DoNotGood
wmayer
Founder
Posts: 20245
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Compiling problems (FreeCAD v0.9 r2470)

Post by wmayer »

Hi,
Other attempts of compiling previos revisions worked well, but this time this error occurs. The only thing I changed since then is the version of OpenCascade, as far as I know. I switched to the recent version OCC 6.3 with the help of the repository: http://www.opennovation.org/ubuntu jaunty
Could this be the reason for that error or are there new dependencies since r2470?
No, definitely not. I have renamed the directory 'zipios' to 'zipios++' and moved it one level up. For any reason some files didn't get updated during configure.

Maybe you can delete the directory Base in the src folder, do again a checkout and re-run ./configure. Then it should work again.

Cheers,
Werner
DoNotGood

Re: Compiling problems (FreeCAD v0.9 r2470)

Post by DoNotGood »

Hi wmayer,

thanks for your advise - it worked! :D
Post Reply