make depend on CVS fails due some widl error
It may be redundant info, but whatever. An excerpt from the output: | Configure finished. Do 'make depend && make' to compile Wine. | | cd include && make all | make[1]: Entering directory `/mnt/antras/usr/src/wine-cvs/wine/include' | ../tools/widl/widl -I. -I. -I../include -I../include -h -H exdisp.h | exdisp.idl | exdisp.idl:103: Error: parse error | make[1]: *** [exdisp.h] Error 1 :-/
On Thu, Oct 07, 2004 at 12:46:35AM +0200, Saulius Krasuckas wrote:
It may be redundant info, but whatever. An excerpt from the output:
| Configure finished. Do 'make depend && make' to compile Wine. | | cd include && make all | make[1]: Entering directory `/mnt/antras/usr/src/wine-cvs/wine/include' | ../tools/widl/widl -I. -I. -I../include -I../include -h -H exdisp.h | exdisp.idl | exdisp.idl:103: Error: parse error | make[1]: *** [exdisp.h] Error 1 Try 'make clean'. Seen something like that recently and that fixed it for me.
bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 System Administration Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani(a)redhat.com Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart
Le mer 06/10/2004 à 18:13, Michael Stefaniuc a écrit :
On Thu, Oct 07, 2004 at 12:46:35AM +0200, Saulius Krasuckas wrote:
It may be redundant info, but whatever. An excerpt from the output:
| Configure finished. Do 'make depend && make' to compile Wine. | | cd include && make all | make[1]: Entering directory `/mnt/antras/usr/src/wine-cvs/wine/include' | ../tools/widl/widl -I. -I. -I../include -I../include -h -H exdisp.h | exdisp.idl | exdisp.idl:103: Error: parse error | make[1]: *** [exdisp.h] Error 1 Try 'make clean'. Seen something like that recently and that fixed it for me.
Looks suspiciously like what the following commit fixed (or broke, don't know if Saulius cvs updated before or after Alexandre commit) by http://cvs.winehq.org/patch.py?id=14074 Vincent
On 6 Oct 2004, Vincent [ISO-8859-1] B�ron wrote:
Le mer 06/10/2004 � 18:13, Michael Stefaniuc a �crit :
On Thu, Oct 07, 2004 at 12:46:35AM +0200, Saulius Krasuckas wrote:
| make[1]: Entering directory `/mnt/antras/usr/src/wine-cvs/wine/include' | ../tools/widl/widl -I. -I. -I../include -I../include -h -H exdisp.h | exdisp.idl | exdisp.idl:103: Error: parse error | make[1]: *** [exdisp.h] Error 1 Try 'make clean'. Seen something like that recently and that fixed it for me.
Michael, I was planning to 'make distclean' the tree for another reason. So, doing it now.
Looks suspiciously like what the following commit fixed (or broke, don't know if Saulius cvs updated before or after Alexandre commit) by http://cvs.winehq.org/patch.py?id=14074
Vincent, this patch is in my tree already. 'make distclean' helped and 'make' is running now. Thank you both.
participants (3)
-
Michael Stefaniuc -
Saulius Krasuckas -
Vincent Béron