On 5/11/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> Great. Just note that even for bsd vs. linux we need to have at least
> -ldl for dynamic library loading, which was the problem in the first
> place.
>
> bsd:
>        $(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN"
> MYLIBS="-Wl,-E"
> linux:
>        $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl
> -lreadline -lhistory -lncurses"
sorry, I don't understand what you mean... isn't checking for dlopen()
enough (if it's present, we just define  LUA_USE_DLOPEN).

You're probably right, I didn't connect dlopen() with -ldl. :)

>> - readline => LUA_USE_READLINE
>> - dl => LUA_USE_DLOPEN or LUA_DL_DYLD
>> - mkstemp => LUA_USE_MKSTEMP
>> - isatty => LUA_USE_ISATTY
>> - popen => LUA_USE_POPEN
>> - ulongjmp => LUA_USE_ULONGJMP
>
> Sounds good.
I've done all changes and they work well. Unfortunately I cannot commit
them since SF server is down. Again. :(

Finally back up! But the server has changed to wxlua.cvs.sourceforge.net

also the updatesite.sh script fails trying to get the CVS. Do you know
what name of the new server to use is?

$ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/wxlua
$ cvs login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/wxlua
CVS password:
cvs [login aborted]: connect to cvs1(10.5.1.7):2401 failed: Connection refused

----------------------------------

Finally, if you've modified your cvs and have problems committing
things, try this.

Copy one of your CVS/Root files to R in the base path of your last
wxLua checkout and edit it to look like this. (just add wxlua.cvs....
and change it to your name)
:ext:[EMAIL PROTECTED]:/cvsroot/wxlua

Then run this to replace all the CVS/Root files with the new one and
you don't have to do a new checkout and loose any changes you've made.

for f in `find . |grep Root|grep CVS`; do cp -f R $f; done

Regards,
   John Labenski


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to