Re: CVS makedep issues

Marcelo Bezerra <[email protected]>
Newsgroups gmane.comp.emulators.winex.devel
Message-ID <[email protected]>
Are you using debian unstable?
If so try installing flex-old

Quoting flex package description:

flex - A fast lexical analyzer generator.

flex is a tool for generating scanners: programs which recognized
lexical patterns in text. flex reads the given input files for a
description of a scanner to generate.
The description is in the form of pairs of regular expressions and C
code, called rules. flex generates as output a C source file, lex.yy.c,
which defines a routine
yylex().  This file is compiled and linked with the -lfl library to
produce an executable. When the executable is run, it analyzes its input
for occurrences of the
regular expressions. Whenever it finds one, it executes the
corresponding C code.

The behaviour of Flex has undergone a major change since version 2.5.4a;
Flex scanners are now reenterant, you may have multiple scanners in the
same program with
differing setrs of defaults, and they play nicer with modern C and C++
compilers. The Flip side is that Flex no longer conforms to the POSIX
lex behaviour, and the
scanners require conforming implementations when flex is used in ANSI C
mode. The package flex-old provides the older behaviour.

This product includes software developed by the University of
California, Berkeley and its contributors. The upstream source code can
be found at
http://prdownloads.sourceforge.net/lex/flex-2.5.31.tar.bz2?download The
project web page is at http://lex.sf.net/


On Wed, 2003-08-13 at 16:32, Dona A. C. Gibbons wrote:
> configures fine but it crashes on makedep....
> Am I missing something.  I was trying out CVS of winex on Lindows 4.0
> and found that this is erroring out on the ppl and I not sure if it
> downloaded everything from the CVS repository.
...
> make[2]: Entering directory `/root/wine/tools/wrc'
> gcc -c -I. -I. -I../../include -I../../include  -g -O2 -Wall
> -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const
> -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long"
> -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o lex.ppl.o lex.ppl.c
> ./ppl.l:82:1: warning: "/*" within comment
> ./ppl.l:91:2: #endif without #if
> ./ppl.l: In function `pplex':
> ./ppl.l:305: error: `seen_junk' undeclared (first use in this function)
> ./ppl.l:305: error: (Each undeclared identifier is reported only once
> ./ppl.l:305: error: for each function it appears in.)
> ./ppl.l:305: error: `pp_pp' undeclared (first use in this function)
> ./ppl.l:310: error: `pp_ignore' undeclared (first use in this function)
> ./ppl.l:310: warning: implicit declaration of function `yy_pp_state'
> ./ppl.l:310: error: `pp_inc' undeclared (first use in this function)
> ./ppl.l:310: error: `tINCLUDE' undeclared (first use in this function)
> ./ppl.l:310: error: `pp_eol' undeclared (first use in this function)
> ./ppl.l:311: error: called object is not a function
> ./ppl.l:311: error: `pp_def' undeclared (first use in this function)
> ./ppl.l:312: error: `tERROR' undeclared (first use in this function)
> ./ppl.l:313: error: `tWARNING' undeclared (first use in this function)
> ./ppl.l:314: error: `tPRAGMA' undeclared (first use in this function)
> ./ppl.l:315: error: `tPPIDENT' undeclared (first use in this function)
> ./ppl.l:316: error: `pp_ifd' undeclared (first use in this function)
> ./ppl.l:316: error: `tUNDEF' undeclared (first use in this function)
> ./ppl.l:317: error: `tIFDEF' undeclared (first use in this function)
> ./ppl.l:318: error: `tIFNDEF' undeclared (first use in this function)
> ./ppl.l:319: error: `pp_if' undeclared (first use in this function)
> ./ppl.l:319: error: `tIF' undeclared (first use in this function)
> ./ppl.l:320: error: `tELIF' undeclared (first use in this function)
> ./ppl.l:321: error: `tELSE' undeclared (first use in this function)
> ./ppl.l:322: error: `tENDIF' undeclared (first use in this function)
> ./ppl.l:323: error: `pp_line' undeclared (first use in this function)
> ./ppl.l:323: error: `tLINE' undeclared (first use in this function)
> ./ppl.l:324: error: `tGCCLINE' undeclared (first use in this function)
> ./ppl.l:325: warning: implicit declaration of function `pperror'
> ./ppl.l:326: warning: implicit declaration of function `newline'



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.