Hi,
Time ago I started compiling 32-bit Wine on 64-bit Debian from git with no issues. But lately compiling is failing with the following:
winebuild: factory.o is an empty file
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [msxml3.dll.so] Error 2
make[1]: se sale del directorio `/home/toni/wine-git/dlls/msxml3'
make: *** [dlls/msxml3] Error 2
make: *** Se espera a que terminen otras tareas....
I deleted .ccache folder, did a "make clean" and even wiped-out git folder to no avail. Please, can anybody point me in the right direction?
Thanks in advance,
Antonio
Winebuild fails with an empty file error
-
- Level 2
- Posts: 12
- Joined: Tue Mar 18, 2008 7:11 am
Re: Winebuild fails with an empty file error
Try deleting factory.o.
-
- Level 2
- Posts: 12
- Joined: Tue Mar 18, 2008 7:11 am
Re: Winebuild fails with an empty file error
Did it with:
find . -name factory.o -print0 |xargs -0 /bin/rm -f
But still no luck. Any suggestion?
Regards,
Antonio
find . -name factory.o -print0 |xargs -0 /bin/rm -f
But still no luck. Any suggestion?
Regards,
Antonio