View previous topic :: View next topic |
Author |
Message |
jec2
Joined: 17 Jul 2008 Posts: 49
|
Posted: Thu Nov 13, 2008 9:30 Post subject: Re: Problem with latest nwnx2.so build(from checkout 190 of |
|
|
virusman wrote: | jec2 wrote: | Problem with latest nwnx2.so build(from checkout 190 of svn).
getting this error when run (loading)
.nwserver: symbol lookup error: .nwnx2.so: undefined symbol: 0_esp
shows over and over..
Thanks...
jec2. | Hm.. I'm not getting this error.
Please describe the configuration of your server (32 or 64, Linux distro, GCC version, etc.) |
Thanks for response
distro was ubuntu 8.04, recently upgraded to 8.10.. but this problem was showing before the upgrade.. it is 64 bit ver with all 32 bit requirements installed... i was able to compile and use all (except db plugs) until svn ver 189 (190 has same prob).. also ive always got lots of warnings when compiling, several about deprication and things not being defined , but they always worked.. ubuntu uses latest gcc, 4.3.2-ubuntu11 ...
thanks..
jec
Last edited by jec2 on Thu Nov 13, 2008 9:51; edited 1 time in total |
|
Back to top |
|
|
acaos
Joined: 08 May 2007 Posts: 153
|
Posted: Thu Nov 13, 2008 9:50 Post subject: |
|
|
When you run configure, try adding the --without-glibc24 option.
Acaos |
|
Back to top |
|
|
jec2
Joined: 17 Jul 2008 Posts: 49
|
Posted: Thu Nov 13, 2008 9:53 Post subject: |
|
|
acaos wrote: | When you run configure, try adding the --without-glibc24 option.
Acaos |
thanks for response
do i add that when running sh install.sh?
like sh install.sh --without-glibc24
?
thanks..
jec. |
|
Back to top |
|
|
acaos
Joined: 08 May 2007 Posts: 153
|
Posted: Thu Nov 13, 2008 17:10 Post subject: |
|
|
Edit install.sh and change the line:
to:
Code: | sh ./configure --without-glibc24 |
It may not help, but it's worth a try.
Acaos |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
jec2
Joined: 17 Jul 2008 Posts: 49
|
Posted: Thu Dec 04, 2008 22:06 Post subject: cool... |
|
|
Cool!, thanks .. all is working well.. events prob seems to be gone too.
jec2. |
|
Back to top |
|
|
jec2
Joined: 17 Jul 2008 Posts: 49
|
Posted: Thu Dec 18, 2008 8:58 Post subject: new problem |
|
|
been stable with CO 196... saw there have been alot of updates, up to 200 now, so i decided to CO..
gettin this error now when running install.sh:
make[1]: *** No rule to make target `clean'. Stop.
no compile folder is being created, nore (of course) the files..
what ever was done to the configure files since 196 is causing issues.. wont compile..
thanks..
jec. |
|
Back to top |
|
|
Fireboar
Joined: 17 Feb 2008 Posts: 323
|
Posted: Fri Dec 19, 2008 14:36 Post subject: |
|
|
Replace the Makefile.ini files in each of your plugin directories with ones from the working version, and run install.sh again.
Cheers. |
|
Back to top |
|
|
jec2
Joined: 17 Jul 2008 Posts: 49
|
Posted: Sat Dec 20, 2008 3:26 Post subject: |
|
|
Fireboar wrote: | Replace the Makefile.ini files in each of your plugin directories with ones from the working version, and run install.sh again.
Cheers. |
Would if i could, unfortunately i deleted/overwrote svn 196..
is no one else having a problem with 200? is it possible someone might fix it? ??
Id really like to continue using the latest builds.. Looks like Zac made the last three changes (198, 199, 200) that included the configure/makefile changes.. Maybe you could ask him about it??
thanks..
jec.. |
|
Back to top |
|
|
acaos
Joined: 08 May 2007 Posts: 153
|
Posted: Sat Dec 20, 2008 5:04 Post subject: |
|
|
Apparently autoconf borked configure when I added the spells plugin. I just committed a fix; please try a fresh checkout.
Acaos |
|
Back to top |
|
|
jec2
Joined: 17 Jul 2008 Posts: 49
|
Posted: Sat Dec 20, 2008 6:04 Post subject: |
|
|
acaos wrote: | Apparently autoconf borked configure when I added the spells plugin. I just committed a fix; please try a fresh checkout.
Acaos |
Still getting mega warnings, but it worked !!.. thanks:)
really appreciate it
Happy Holidays everybody !
jec.. |
|
Back to top |
|
|
Fireboar
Joined: 17 Feb 2008 Posts: 323
|
Posted: Sat Dec 20, 2008 12:37 Post subject: |
|
|
Warnings are nothing to worry about. It just means someone had to do some nasty hack somewhere. I hardly ever manage to make a program with zero warnings, especially if it involves assembly code or something. Generally "comparison between signed and unsigned integer types" is a tricky one to get around (though I guess you could always just typecast it...). |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Sat Dec 20, 2008 16:57 Post subject: |
|
|
NWNX should be able to compile with -ansi -pedantic -Wall -Werror! _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
acaos
Joined: 08 May 2007 Posts: 153
|
Posted: Sat Dec 20, 2008 21:07 Post subject: |
|
|
Zebranky wrote: | NWNX should be able to compile with -ansi -pedantic -Wall -Werror! |
I definitely build all my plugins with -Wall -Werror. It's a good rule to follow.
Acaos |
|
Back to top |
|
|
|