Ivan Leo Murray-Smith
2004-Apr-15 15:32 UTC
error during "make"; can't find ./tools/wineinstall
You have to run ./tools/wineinstall as a normal user, not root. Ivan.
while "make"ing wine-20040408 on a: tyan tiger 100 dual p3-850 528MB ECC freeBSD4.9-RELEASE gcc2.95.3 root using /bin/sh from /home/vertigo/wine-20040408 well, there's a different issue too... as per the compiling instructions, after i run "tar -zxvf Wine-20040408.tar.gz" from the users home, i cd into wine-20040408 and try "./tools/wineinstall". it returns "./tools/wineinstall: Command not found". so i run "./configure", "make depend" and "make" seperately, and the following is what returns from make: <---snip---> rm -f libwine_port.a && ln -s port/libwine_port.a libwine_port.a rm -f libwine.so && ln -s wine/libwine.so libwine.so rm -f libwine_unicode.so && ln -s unicode/libwine_unicode.so libwine_unicode.so rm -f libwpp.a && ln -s wpp/libwpp.a libwpp.a rm -f libwine.so.1 && ln -s wine/libwine.so.1 libwine.so.1 rm -f libwine_unicode.so.1 && ln -s unicode/libwine_unicode.so.1 libwine_unicode.so.1 rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./glu32.spec glu.o glu32.dll.dbg.o -o glu32.dll.so -L../../dlls -lkernel32 -lntdll -L../../libs/wine -lwine -L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXv -lXext -lX11 -lGL -lGLU -L../../libs/port -lwine_port *** Error code 2 Stop in /usr/home/vertigo/wine-20040408/dlls/glu32. *** Error code 1 Stop in /usr/home/vertigo/wine-20040408/dlls. *** Error code 1 Stop in /usr/home/vertigo/wine-20040408. <---un-snip---> i did some further reading in the README, and online, etc... suggesting that on some gcc compilers (tho mine is recent enough i believe), it is recommended to edit the Makefile prior to "make depend", and remove the -Ox arg, in my case it was "-O2". i've tried it both ways, and the error stays the same... i'm pretty new to bsd still, and very new to wine... so, please keep replies technical enough to make sense, but not so much that i am lost -=o) thanks in advance. Regards, shaun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040415/3fac99e3/attachment.html