i tried to load wx.so (simply require"wx") but got a segfault.
so i removed everything (lua and wxlua) and started with installation of
lua 5.1.5
wxlua configure script does not find lua installation

no fun anymore.


2013/4/9 andreas graeper <agrae...@googlemail.com>

> 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 <agrae...@googlemail.com>
>
>> 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 <jlaben...@gmail.com>
>>
>>> On Sun, Apr 7, 2013 at 2:41 PM, andreas graeper <agrae...@googlemail.com>
>>> 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
>>> wxlua-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>>>
>>
>>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to