John Labenski ha scritto:
> On 5/8/07, Klaas Holwerda <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> And for non unicode and debug, the problem is the same.
>> I do notice the wx_gtk2d_stc-2.8 does not have a -l in front, and it is 
>> before -L/usr/local/lib. De last i am not usre
>> is a problem, but the missing -l is i think not right.
> 
> I agree, but I'm not sure how to fix it. The problem is from here in 
> configure.
>                 
> wx_temp="$wx_temp""_""stc""-$WX_VERSION_MAJOR.$WX_VERSION_MINOR"
> _WX_STC_LIBNAME=$wx_temp
> LIBS="$LIBS $_WX_STC_LIBNAME $WX_LIBS"
> 
> change last line to
> 
> LIBS="$LIBS -l$_WX_STC_LIBNAME $WX_LIBS"
> 
> and it works.
> 
sorry, my fault. I've fixed the missing "-l" for both STC and OpenGL.

I'd like also to mention that these build problems should really be the 
latest "regressions" you'll ever see in wxLua build system as now that 
all wxpresets-hacks have been removed and translated in nicely reusable 
bakefile constructs in wxpresets themselves, and now that wxLua build 
system has been updated to use latest wxpresets, there will no need to 
do big changes to the build system anymore.

Thanks for the patience,
Francesco



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to