logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
NWNX Core updates
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    nwnx.org Forum Index -> Linux development
View previous topic :: View next topic  
Author Message
jec2



Joined: 17 Jul 2008
Posts: 49

PostPosted: Thu Nov 13, 2008 9:30    Post subject: Re: Problem with latest nwnx2.so build(from checkout 190 of Reply with quote

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 Smile
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
View user's profile Send private message
acaos



Joined: 08 May 2007
Posts: 153

PostPosted: Thu Nov 13, 2008 9:50    Post subject: Reply with quote

When you run configure, try adding the --without-glibc24 option.

Acaos
Back to top
View user's profile Send private message
jec2



Joined: 17 Jul 2008
Posts: 49

PostPosted: Thu Nov 13, 2008 9:53    Post subject: Reply with quote

acaos wrote:
When you run configure, try adding the --without-glibc24 option.

Acaos

thanks for response Smile
do i add that when running sh install.sh?
like sh install.sh --without-glibc24
?
thanks..
jec.
Back to top
View user's profile Send private message
acaos



Joined: 08 May 2007
Posts: 153

PostPosted: Thu Nov 13, 2008 17:10    Post subject: Reply with quote

Edit install.sh and change the line:

Code:
sh ./configure


to:

Code:
 sh ./configure --without-glibc24


It may not help, but it's worth a try.

Acaos
Back to top
View user's profile Send private message
virusman



Joined: 30 Jan 2005
Posts: 1020
Location: Russia

PostPosted: Tue Nov 25, 2008 13:11    Post subject: Reply with quote

A ticket has been opened:
http://nwn.virusman.ru/trac/nwnx2-linux/ticket/2
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
virusman



Joined: 30 Jan 2005
Posts: 1020
Location: Russia

PostPosted: Tue Nov 25, 2008 15:00    Post subject: Reply with quote

The bug has been fixed:
http://nwn.virusman.ru/trac/nwnx2-linux/changeset/196
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
jec2



Joined: 17 Jul 2008
Posts: 49

PostPosted: Thu Dec 04, 2008 22:06    Post subject: cool... Reply with quote

virusman wrote:
The bug has been fixed:
http://nwn.virusman.ru/trac/nwnx2-linux/changeset/196


Cool!, thanks .. all is working well.. events prob seems to be gone too. Smile
jec2.
Back to top
View user's profile Send private message
jec2



Joined: 17 Jul 2008
Posts: 49

PostPosted: Thu Dec 18, 2008 8:58    Post subject: new problem Reply with quote

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
View user's profile Send private message
Fireboar



Joined: 17 Feb 2008
Posts: 323

PostPosted: Fri Dec 19, 2008 14:36    Post subject: Reply with quote

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
View user's profile Send private message
jec2



Joined: 17 Jul 2008
Posts: 49

PostPosted: Sat Dec 20, 2008 3:26    Post subject: Reply with quote

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
View user's profile Send private message
acaos



Joined: 08 May 2007
Posts: 153

PostPosted: Sat Dec 20, 2008 5:04    Post subject: Reply with quote

Apparently autoconf borked configure when I added the spells plugin. I just committed a fix; please try a fresh checkout.

Acaos
Back to top
View user's profile Send private message
jec2



Joined: 17 Jul 2008
Posts: 49

PostPosted: Sat Dec 20, 2008 6:04    Post subject: Reply with quote

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 Wink
Happy Holidays everybody !
jec..
Back to top
View user's profile Send private message
Fireboar



Joined: 17 Feb 2008
Posts: 323

PostPosted: Sat Dec 20, 2008 12:37    Post subject: Reply with quote

Warnings are nothing to worry about. It just means someone had to do some nasty hack somewhere. Smile 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
View user's profile Send private message
Zebranky



Joined: 04 Jun 2006
Posts: 415

PostPosted: Sat Dec 20, 2008 16:57    Post subject: Reply with quote

NWNX should be able to compile with -ansi -pedantic -Wall -Werror! Wink
_________________
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
View user's profile Send private message Visit poster's website
acaos



Joined: 08 May 2007
Posts: 153

PostPosted: Sat Dec 20, 2008 21:07    Post subject: Reply with quote

Zebranky wrote:
NWNX should be able to compile with -ansi -pedantic -Wall -Werror! Wink


I definitely build all my plugins with -Wall -Werror. It's a good rule to follow.

Acaos
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> Linux development All times are GMT + 2 Hours
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group