Hello!!!!

Can't compile my app on Linux with wxLua at rev 148 with system lua, so
I've comment out one line and add four...
See patch below (in the attachment too)


diff -rup wxLua-r148.orig/CMakeLists.txt wxLua-r148/CMakeLists.txt
--- wxLua-r148.orig/CMakeLists.txt    2012-09-24 06:38:49.000000000 +0400
+++ wxLua-r148/CMakeLists.txt    2012-10-16 15:39:07.000000000 +0400
@@ -341,6 +341,10 @@ install(FILES
         ${wxLua_ROOT_DIR}/modules/wxlua/wxlstate.h
         ${wxLua_ROOT_DIR}/modules/wxlua/wxlua.h
         ${wxLua_ROOT_DIR}/modules/wxlua/wxlua_bind.h
+        ${wxLua_ROOT_DIR}/modules/wxlua/atomic.h
+        ${wxLua_ROOT_DIR}/modules/wxlua/sharedptr.h
+        ${wxLua_ROOT_DIR}/modules/wxlua/wxlobject.h
+        ${wxLua_ROOT_DIR}/modules/wxlua/wxlversion.h
         DESTINATION "include/wxlua")

 install(FILES
diff -rup wxLua-r148.orig/modules/CMakeLists.txt
wxLua-r148/modules/CMakeLists.txt
--- wxLua-r148.orig/modules/CMakeLists.txt    2012-10-05 08:25:42.000000000
+0400
+++ wxLua-r148/modules/CMakeLists.txt    2012-10-16 14:31:38.000000000 +0400
@@ -250,7 +250,7 @@ ADD_LIBRARY_FULL( wxLuaLib
         ${wxLua_ROOT_DIR}/modules/wxlua/wxlstate.cpp
         ${wxLua_ROOT_DIR}/modules/wxlua/wxlua_bind.cpp
     LINK_LIBRARIES
-        LuaLib
+#        LuaLib
         ${wxWidgets_LIBRARIES}
     PROPERTIES DEFINE_SYMBOL "WXMAKINGDLL_WXLUA"
     PROPERTIES FOLDER "wxLua/Modules"


Best wishes!

KOS

Attachment: static_compilation_with_system_lua_r148.diff
Description: Binary data

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to