Hi John,

I manged to compile on Redhat6, and get the following libraries:

ls*wxlua*
libwxlua_gtk2u_wxbindbase-2.9.a  libwxlua_gtk2u_wxbindxml-2.9.a  
libwxlua_gtk2u_wxluadebug-2.9.a
libwxlua_gtk2u_wxbindcore-2.9.a  libwxlua_gtk2u_wxlua-2.9.a      
libwxlua_gtk2u_wxluasocket-2.9.a


Now i get errors on this macro:
    WXLUA_IMPLEMENT_BIND_STD

CMakeFiles/sample_editor_wires.dir/wires.cpp.o: In function `MyApp::OnInit()':
/thales/thales_localdata/db348/soft/trunk/wxArt2D/packages/wxart2d/samples/editor/wires/wires.cpp:1519:
 undefined reference to `wxLuaBinding_wxadv_init()'
/thales/thales_localdata/db348/soft/trunk/wxArt2D/packages/wxart2d/samples/editor/wires/wires.cpp:1519:
 undefined reference to `wxLuaBinding_wxnet_init()'

Replace it by:

    WXLUA_IMPLEMENT_BIND_WXLUA
    WXLUA_IMPLEMENT_BIND_WXBASE
    WXLUA_IMPLEMENT_BIND_WXCORE

it compiles fine.

In #include "wxbind/include/wxbinddefs.h" i get the idea both adv and net are 
enabled.
So i don't know what i am missing.

You have an idea?

Klaas

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to