Thomas Zehbe wrote:
> Am Freitag, 4. April 2008 schrieb klaas.holwerda:
>   
>> Goto the file FindwxWidgets.cmake, and change the next line (remove gl ),
>>
>> SET(wxWidgets_USE_LIBS gl aui stc qa xrc html adv xml net core base )
>>
>> That is after IF ( ${CMAKE_GENERATOR} STREQUAL "Unix Makefiles" )
>>
>> I think i have the wrong naming for the gl library,  will check it.
>>     
> I did that but as i assumed, it didn't help. The mars linking error message 
> now misses another lib: cannot find -lwx_gtk2ud_aui-2.8
>   
So do you have those libs? I checked here, and they are in my 
/usr/local/lib,  and using this exact naming.
Do you have it in your lib dir?  Did you compile contrib in wxWidgets 
for unicode?

/misc/wxWidgets-2.8.7/art2dbuild/lib/

> I think it's because your cmake scripts use the full pathname for the wx libs 
> in the lib list for wxArt2D in the non UTF-8 version 
> (like -l/path/.../libwx_foobar.a) and in the the UTF-8 version 
> (--enable-unicode) only the stripped names (-lfoobar) without adding the 
> wcWidgets lib path to the search lib path!
>   
I think that is because you did not use static in this unicode case? So 
it will use the -L option from wx-config to find the shared libs.
What  is your WXART2D_LIBRARY_DIRS set to?

Klaas


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to