>Francesco Montorsi <[EMAIL PROTECTED]> writes:

> 
> Hi,
> 
> >wangji ha scritto:
> >> You also have to run make in wxWidgets/contrib/src/stc.
> ...
> > 
> > alas! no. All dir now do compile,but make in the contrib/src/stc only 
builds a 

> if there is something unclear in the msg, please tell me. I think it's 
> nearly crystal-clear :D


yep ! crystal-clear !
 all contrib built ok ,except helpgen due to unicode_enabled.
also my fault was using sfnet_wxwidget.tar.bz2 on which 
"contrib/deprecated/setup.h" was missing ! Big thanks


> 
> > A last -I hope- question for my education : why when launching wxluacan --
help
> > it requires glibc_2.4 ? I thought ,that building the whole stuff ,there is 
no 
> > more this requirement (or at least it should require glibc_2.4 right at the 
> > beginning of the build process !)
> _every_ application on your linux system will depend on the GNU libc. 
> It's a "special" lib exactly for that reason.
> 
> This is not really wxLua-related. There's no way AFAIK to statically 
> link in the GNU libc.
> 
> if it helps, you can list the dynamic dependencies of an ELF file doing:
> 
> objdump -x MyFile | grep NEEDED
> 
> (which gives the real deps unlike "ldd" which also shows the 
> dependencies of your real dependencies).
> 
> Francesco

I am misunderstood ,Francesco.
For  unknown reason to me : when I build lua-5.1.1 (/lib/libc-2.3.6)
separately from source ,my lua_bin does not require glibc_2.4; it works fine .

while lua_bin from inside wxlua does require glibc24 ,so there must be a switch
some where in the Makefile directive .

I wonder if glibc-2.3.6 could do the right job there !

In fact,before upgrade  to glibc24 (I hate that because ,in the past I had so 
many broken things afterward -and I still do not know yet how to implement both 
glibc-2.3.6 and glibc-2.4.0 without segm fault)

But if I try the following (with my local_separately_built_lua)

$ /usr/local/lua-5.1/bin/lua wrapmodule.wx.lua wxluasudoku.wx.lua
then I do get the sudoku chessboard ! and it runs ok ! 

wangji


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to