From: andreas g. <agr...@go...> - 2013-04-09 20:58:18
|
i tried to make with wxLuaEdit=no (cause missing wxstedit) : ../../modules/wxbind/src/wxcore_image.cpp:2296:54: error: taking address of temporary [-fpermissive] this looks rather ill to me : wxImageHistogram::iterator* returns = &((*self)++); intended (?) : ++*self ; returns = self ; after correcting this, make completes. 2013/4/9 andreas graeper <agr...@go...> > hi, > i did not use cmake. just configure and make. why cmake ? no clue. > > i read install.html again and tried once again with configure-shell-script > in extra build directory. but now it still tells me that > wxcode_gtk2ud_stedit-2.8 could not be found. i have installed it twice, > once with prefix /usr/local (default) and again with prefix /usr > libwxcode_gtk2ud_stedit-2.8.so exists in /usr/lib and /usr/local/lib > > i used wxlua-configure option --with-wxstedit-prefix=/usr/local > i tried to set env variable WXSTEDIT to wxstedit-include-path for both > prefix=/usr and /usr/local ( /usr/local/include/wx/stedit/ ) > but could not succeed. > > > 2013/4/8 John Labenski <jla...@gm...> > >> On Sun, Apr 7, 2013 at 2:41 PM, andreas graeper <agr...@go...> >> wrote: >> > >> > g++ >> > -o ../bin/wxlua >> > app_wxlua_lconsole.o >> > app_wxlua_wxlua.o >> > >> ... >> > lconsole.cpp:(.text+0x53e): undefined reference to `wxLuaState::Ok() >> const' >> ... >> > libwxlua_gtk2u_wxlua-2.8.so:000000000001fc90 T _ZNK10wxLuaState2OkEv >> ... >> > symbol should be defined in libwxlua_gtk2u_wxlua-2.8.so ?! >> >> It should be and looks like it is. How did you build wxLua? Did you >> build wxLua libs and apps using the CMake build files? >> >> Regards, >> John >> >> >> ------------------------------------------------------------------------------ >> Minimize network downtime and maximize team effectiveness. >> Reduce network management and security costs.Learn how to hire >> the most talented Cisco Certified professionals. Visit the >> Employer Resources Portal >> http://www.cisco.com/web/learning/employer_resources/index.html >> _______________________________________________ >> wxlua-users mailing list >> wxl...@li... >> https://lists.sourceforge.net/lists/listinfo/wxlua-users >> > > |