Tobias Krieger wrote:
> Hi to all,
>  
> (for info: I've send the same message into the wrong fink mailing list)
>  
> 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

Unmagled name : SoQtViewer::sizeChanged(SbVec2s const&)

> Referenced from: /Users/kferguson/FreeCAD/lib/libFreeCADGui.2.dylib
> Expected in: dynamic lookup

Don't link the dylib using -undefined dynamic_lookup, but link it
instead with the dylib containing that symbol.

-- 
Martin




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to