help-gnubatch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-gnubatch] GNUBatch 1.1 Compile Failed


From: John M Collins
Subject: Re: [help-gnubatch] GNUBatch 1.1 Compile Failed
Date: Tue, 25 Aug 2009 16:09:36 +0100

On Tue, 2009-08-25 at 10:41 -0400, Charles Whipple wrote:
Greetings



I am running a CentOS5.1 server. All packages are up to date.



Configure makes no complaints , but I when attempting to run make I
get the following errors:



make[1]: Entering directory `/root/gnubatch-1.1/util'

gcc  -o helpparse helpparse.o msgparse.o msglex.o alloc.o -lfl

helpparse.o: In function `apphelps':

/root/gnubatch-1.1/util/helpparse.c:373: undefined reference to `line_count'

helpparse.o: In function `main':

/root/gnubatch-1.1/util/helpparse.c:710: undefined reference to `line_count'

/root/gnubatch-1.1/util/helpparse.c:711: undefined reference to `resetlex'

msgparse.o: In function `yyerror':

… <EXTRA LINES REMOVED FOR BREVITY>


I do currently have flex, bison and ncurses-devel installed. Am I
missing some other package?
Any help would be greatly appreciated.
The two symbols you refer to are defined in the "msglex.l" module.

Did it actually construct "msglex.o" starting from "msglex.l" or did it just use the "msglex.c" included in the tar file just to aid people who don't have it which might have been built with an incompatible flex? If so, get rid of the "msglex.c" file.

Otherwise I'm actually halfway through putting up release 1.2 mostly for the benefit of Debian if you want to grab the sources from the Git repository. I know we had to do all sorts of nasty things in that area to satisfy the Debian overlords.

The Git repository can be got using

git clone git://git.savannah.gnu.org/gnubatch.git

Have you got "GTK+-devel" loaded as well as you'll probably want that.

John Collins address@hidden Skype: toadwarbler

xisoftware
Xi Software Ltd www.xisl.com 

Tel: +44 (0)1707 886110 (Direct) +44 (0)7799 113162 (Mobile)

Registered in England & Wales Company Number 1977148 VAT: GB 403 9239 64

Trading Address: 3 Mandeville Rise, Welwyn Garden City, Herts, AL8 7JT, UK
Reg Office: 2 Mill Road, Haverhill, Suffolk, CB9 8BD, UK


reply via email to

[Prev in Thread] Current Thread [Next in Thread]