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.

If you have some time could you try to figure out where the line above
is generated from and see what needs to be done to fix that?

Thanks,
    John Labenski

> configure:5797: checking if wxSTC contrib is available
> configure:5822: g++ -o conftest  -g -O0  
> -I/usr/local/lib/wx/include/gtk2-ansi-debug-2.8 -I/usr/local/include/wx-2.8
> -D_FILE_OFFSET_BITS=
> 64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXGTK__  conftest.cpp  wx_gtk2d_stc-2.8 
> -L/usr/local/lib -pthread
> -lwx_gtk2d_xrc-2.8 -lwx_gtk2d_htm
> l-2.8 -lwx_gtk2d_adv-2.8 -lwx_based_net-2.8 -lwx_based_xml-2.8 
> -lwx_gtk2d_core-2.8 -lwx_based-2.8  >&5
> g++: wx_gtk2d_stc-2.8: No such file or directory
> configure:5828: $? = 1
> configure: failed program was:
>
>
>
> --
> Unclassified
>
> -------------------------------------------------------------------------
> 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
>

-------------------------------------------------------------------------
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