Hi Alan,

with the latest svn version of plplot I'm unable to compile the  
wxwidgets bindings of plplot. If I run "wx-config --libs" which  
returns the linker options I get

-framework QuickTime -framework IOKit -framework Carbon -framework  
Cocoa -framework System  -lwx_macud-2.8

in wxwidgets.cmake it is tried to get full pathnames in

# Convert wxWidgets_LIBRARIES to full pathname form.
   cmake_link_flags(wxwidgets_LINK_FLAGS "${wxWidgets_LIBRARIES}")

but this messes up the linker options to

-framework -lQuickTime -framework -lIOKit -framework -lCarbon - 
framework -lCocoa -framework -lSystem -lwx_macud-2.8

make stops the build with

ld: framework not found -lQuickTime

so the prepended -l is the problem. I found the definition of  
cmake_link_flags but I wasn't sure what to change here. Alan, should  
we just skip this macro for Mac OS X? I'm not sure if for frameworks  
you can set full pathnames.

Regards,
Werner

--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web: http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801-13469 (laboratory)
fax: +43-(0)1-58801-13499


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to