[Mono-winforms-list] openlink patch?
Alexandre Pigolkine
pigolkine@gmx.de
Thu, 15 Jan 2004 08:46:56 +0100 (MET)
Hello,
Looks like you need to use a different version of flex.
Please check the following link:
http://www.winehq.org/hypermail/wine-users/2003/04/0228.html
Alexandre Pigolkine
> Thanks.
>
> I'm getting these build errors: (am I missing any prerequisites? Does wine
> need to be in a specific directory?)
>
> > bpappas@debian:~/mono/wine/wine-20030318$ make wine-shared
> > cd library && make wine;
> > make[1]: Entering directory
> > `/home/bpappas/mono/wine/wine-20030318/library'
>
> <snip>
>
> > `/home/bpappas/mono/wine/wine-20030318/unicode'
> > cd tools && make;
> > make[1]: Entering directory
> > `/home/bpappas/mono/wine/wine-20030318/tools'
> > make[2]: Entering directory
> > `/home/bpappas/mono/wine/wine-20030318/tools/wpp'
> > gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
> > -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith
> > -D_REENTRANT -o lex.yy.o lex.yy.c
> > ./ppl.l:98:1: warning: "/*" within comment
> > ./ppl.l:107:2: #endif without #if
> > ./ppl.l: In function `pplex':
> > ./ppl.l:309: error: `pp_incl_state' undeclared (first use in
> > this function)
> > ./ppl.l:309: error: (Each undeclared identifier is reported only once