Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-19 Thread Aamer Akhter
Guy, > I modified the relevant Makefile.am files so that the resulting > Makefiles will, in the rules that use Lex/Flex, first check to make sure > $(LEX) is set to a string that refers to the pathname of an executable > file and, if it doesn't, they will print an error message and exit with > an

Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-19 Thread Guy Harris
Guy Harris wrote: > Aamer Akhter wrote: >> Looks like the problem was that flex was not installed on the system. >> Apparently configure did not catch this. > > Could you try either hiding or un-installing flex, doing "make > distclean" and running the configure script, and making available the

Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-19 Thread Guy Harris
Aamer Akhter wrote: > Looks like the problem was that flex was not installed on the system. > Apparently configure did not catch this. Could you try either hiding or un-installing flex, doing "make distclean" and running the configure script, and making available the output of the configure scri

Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-18 Thread Aamer Akhter
Looks like the problem was that flex was not installed on the system. Apparently configure did not catch this. Make seems to be getting past that part now. Thanks for the hint! On 10/19/06, Aamer Akhter <[EMAIL PROTECTED]> wrote: > > That's an incomplete Flex command line; could you post the Mak

Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-18 Thread Aamer Akhter
> That's an incomplete Flex command line; could you post the Makefile? > *That's* the problem, and it has nothing to do with the compiler > warning for ascend-grammar.c. I've got the makefile, and make log at: http://www.employees.org/~aamer/wireshark-compile-issue.tar.gz Thanks for taking a loo

Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-18 Thread Guy Harris
On Oct 18, 2006, at 3:25 PM, Aamer Akhter wrote: > I guess I'm missing something in understanding because let's say I > ignore > the error. It's just a warning, not an error: > ascend-grammar.c:665: warning: label 'yyerrlab' defined but not used and it doesn't cause any failures. > The Pa

Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-18 Thread Aamer Akhter
Hi Guy, I guess I'm missing something in understanding because let's say I ignore the error. The Pascend file isn't being created, as the next error is: Pascend -oascend-scanner.c ./ascend-scanner.l Pascend: Command not found and then eventually: gcc: ascend-scanner.c: No such file or directory

Re: [Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-18 Thread Guy Harris
Aamer Akhter wrote: > I'm trying to build wireshark on ubuntu, and am running into the > following problem with the svn trunk checkout: > > wireshark/wiretap$ gcc -DHAVE_CONFIG_H -I. -I. -I. > -I/usr/local/include -I/usr/local/include > "-D_U_=__attribute__((unused))" -Wall -W -g -O2 > -I/usr/in

[Wireshark-dev] build problem with yacc and ascend-grammar.c

2006-10-17 Thread Aamer Akhter
Hello, I'm trying to build wireshark on ubuntu, and am running into the following problem with the svn trunk checkout: wireshark/wiretap$ gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include "-D_U_=__attribute__((unused))" -Wall -W -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/g