Winebuild fails with an empty file error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Antonio López
Level 2
Level 2
Posts: 12
Joined: Tue Mar 18, 2008 7:11 am

Winebuild fails with an empty file error

Post by Antonio López »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Winebuild fails with an empty file error

Post by dimesio »

Try deleting factory.o.
Antonio López
Level 2
Level 2
Posts: 12
Joined: Tue Mar 18, 2008 7:11 am

Re: Winebuild fails with an empty file error

Post by Antonio López »

Did it with:

find . -name factory.o -print0 |xargs -0 /bin/rm -f

But still no luck. Any suggestion?

Regards,
Antonio
Locked