From: James T. <jim...@ad...> - 2002-07-09 01:01:33
|
James Tabor 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 > Okay, I removed fl from ./wine/tools/wrc/makefile.ros and now it works. James |