As a follow-up on my attempt to build wine-20040615 on a FreeBSD 4.10-STABLE system. I followed Jonathon Fosburgh suggestion and added -L/usr/local/lib/pth -lpthread to the LIB statement in the Make.rules.in file, did a configure ; make depend ; make ( using both BSD make and gmake ) and the following same error: gmake[2]: Entering directory `/local/wine-20040615/dlls/ntdll' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary =2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o cdrom.o cdrom.c cdrom.c: In function `DVD_EndSession': cdrom.c:1739: `dev' undeclared (first use in this function) cdrom.c:1739: (Each undeclared identifier is reported only once cdrom.c:1739: for each function it appears in.) cdrom.c:1739: `rmv' undeclared (first use in this function) gmake[2]: *** [cdrom.o] Error 1 gmake[2]: Leaving directory `/local/wine-20040615/dlls/ntdll' gmake[1]: *** [ntdll] Error 2 gmake[1]: Leaving directory `/local/wine-20040615/dlls' gmake: *** [dlls] Error 2 Any thoughts, ideas?? Thanks Jim Ballantine _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users