Our production system runs RH WS 4.6, but there's no RPM package for 1.1.23 so I am trying to build it myself. The configuration and make depend work ok, however when I make, it builds a good chunk of stuff before failing with the following error:
Code: Select all
make[2]: Entering directory `/tmp/wine-1.1.23/dlls/advapi32'
../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared ./advapi32.spec advapi.o cred.o crypt.o crypt_arc4.o crypt_des.o crypt_lmhash.o crypt_md4.o crypt_md5.o crypt_sha.o eventlog.o lsa.o registry.o security.o service.o svcctl_c.o version.res -o advapi32.dll.so -lrpcrt4 -lkernel32 -lntdll -Wb,-drpcrt4 ../../libs/port/libwine_port.a
Cannot open -rversion.res : No such file or directory
winegcc: ../../tools/winebuild/winebuild failed
make[2]: *** [advapi32.dll.so] Error 2
make[2]: Leaving directory `/tmp/wine-1.1.23/dlls/advapi32'
make[1]: *** [advapi32] Error 2
make[1]: Leaving directory `/tmp/wine-1.1.23/dlls'
make: [dlls] Error 2
All help appreciated!