From: James T. <jim...@ad...> - 2002-07-09 03:31:25
|
Steven Edwards wrote: > > You should need -lfl as I think it is the flex import > lib. hrrrmmm odd. Anyway cool that you still have > cross-compileing working. Its something I havent had a > chance to try. > > This MAX_PATH shit is starting to piss me off also. > > Steven Hi, Removing -lfl from the line work as I can tell. I'm using a old Mingw package too, I guess I should update my stuff. James > > --- James Tabor > <jim...@ad...> > wrote: > > Hi, > > I'm using a linux box to build ROS, it looks like > > I'm missing something here. > > I set export ROS_BUILD_WINE = yes, is there anything > > else I need to set to clear > > this problem? > > Thanks, > > James > > > > i386-mingw32-gcc -I../../include -D__REACTOS__ > > -D__MINGW__ -D_WINDOWS -DWINE_NOWINSOCK > > -I../../../reactos/include/wine -I./ -I../../include > > -pipe -march=i386 -c > > y.tab.c -o y.tab.o In file included from > > wrctypes.h:24, > > from wrc.h:25, > > from ./parser.y:135: > > ../../include/windef.h:152: warning: `MAX_PATH' > > redefined > > > /usr/lib/gcc-lib/i386-mingw32/2.95.3-6/../../../../i386-mingw32/include/stdlib.h:62: > > > > warning: this is the location of the previous > > definition > > > > i386-mingw32-gcc -Wl,--subsystem,console \ > > -Wl,--entry,_mainCRTStartup \ > > -o wrc.nostrip.exe \ > > dumpres.o genres.o lex.ppl.o lex.yy.o newstruc.o > > ppy.tab.o preproc.o readres.o utils.o > > wrc.o writeres.o y.tab.o > > ../../../reactos/dk/w32/lib/wine_unicode.a -liberty > > -lfl > > > /usr/lib/gcc-lib/i386-mingw32/2.95.3-6/../../../../i386-mingw32/bin/ld: > > cannot find -lfl > > make[1]: *** [wrc.nostrip.exe] Error 1 > > make[1]: Leaving directory > > `/scsi/ros/wine/tools/wrc' > > make: *** [wrc] Error 2 > |