Bugs item #860366, was opened at 2003-12-15 15:45
Message generated for change (Comment added) made by broeker
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=860366&group_id=4664
Category: C lexer/parser
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Bernhard Broeker (broeker)
Summary: Got held up while running make
Initial Comment:
After running the following command for HP-UX B.11.11
U,
CFLAGS='-Ae -DYYCHAR_ARRAY' CURSES_LIBS=-
lHcurses ./configure
I ran the make command and immediately i am getting
the following errors. Since i dont' want to change the
code, i am looking out for serious help.
----------------------------------------------------------------------
>Comment By: Hans-Bernhard Broeker (broeker)
Date: 2003-12-15 19:47
Message:
Logged In: YES
user_id=27517
The error message you got are about these lines of
scanner.h:
extern unsigned char yytext[];
extern int yyleng;
Unfortunately, the error messages from HP's cc don't seem to
include any hint *what* these are conflicting with. So
you'll have to look into the generated scanner.c and find
what these are declared as, there.
Or follow the advice of INSTALL and just use flex instead of
HP's lex.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104664&aid=860366&group_id=4664
|