Discussion:
[Fink-i18n] porting "FreeCAD"
Tobias Krieger
2009-03-03 20:05:08 UTC
Permalink
Hi,

I'm new to anything related to porting but me and some others would like to
port the opensource CAD programm, written in C++ to Darwin, Leopard, best
with Aqua look :-)

http://juergen-riegel.net/FreeCAD/Docu/index.php?title=Main_Page

Currently we are able to compile it without error, but when starting
./FreeCAD in Terminal we get:

dyld: Symbol not found: __ZN10SoQtViewer11sizeChangedERK7SbVec2s
Referenced from: /Users/kferguson/FreeCAD/lib/libFreeCADGui.2.dylib
Expected in: dynamic lookup

Trace/BPT trap

(next to some other problems we have with Soqt, Coin,...)

Is there some intro on how to port or do you have any tips, ideas? (We have
found the Apple Document "How to port ..." but this is very very basic).

Thanks in advance,

Tobias Krieger
--
Rover Development and
Power System
***@teamfrednet.org
www.frednet.org
BABA Yoshihiko
2009-03-05 02:20:25 UTC
Permalink
Hi Tobias,
Post by Tobias Krieger
I'm new to anything related to porting but me and some others would
like to port the opensource CAD programm, written in C++ to Darwin,
Leopard, best with Aqua look :-)
http://juergen-riegel.net/FreeCAD/Docu/index.php?title=Main_Page
Currently we are able to compile it without error, but when
dyld: Symbol not found: __ZN10SoQtViewer11sizeChangedERK7SbVec2s
Referenced from: /Users/kferguson/FreeCAD/lib/libFreeCADGui.2.dylib
Expected in: dynamic lookup
Trace/BPT trap
(next to some other problems we have with Soqt, Coin,...)
Is there some intro on how to port or do you have any tips, ideas?
(We have found the Apple Document "How to port ..." but this is very
very basic).
First, fink-dev is the best ML for porting tips.

And, what do ./configure and make say? Even without fatal error, the
warning messages might have some information relevant.
I'm not really an expert on porting. So, please ask with more messages
in fink-dev.

--
BABA Yoshihiko
Urban Design Laboratory, Tokyo University
TEL: +81 (0)90 1738 7439

Loading...