Yesterday's Git updates break compilation for anyone else?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Susan Cragin

Yesterday's Git updates break compilation for anyone else?

Post by Susan Cragin »

3vi1 wrote:
Updated git last night (been compiling fine for years), and now get:

../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -h -H ../../include/wtypes.h ../../include/wtypes.idl
make[2]: ../../tools/widl/widl: Command not found
make[2]: *** [../../include/wtypes.h] Error 127

Made clean/distclean and still get the same error. :\
Yes, me too. I worked around it by copying my old bin/widl into the
tools/widl directory, and that let the build continue.
works now.
git pull didn't work quite correctly... something to do with a configure file...
but I re-installed the whole wine git tree, and it compiled well.
Susan
3vi1
Level 4
Level 4
Posts: 125
Joined: Sun Feb 24, 2008 8:24 pm

Re: Yesterday's Git updates break compilation for anyone els

Post by 3vi1 »

Susan Cragin wrote:
3vi1 wrote:
Updated git last night (been compiling fine for years), and now get:

../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -h -H ../../include/wtypes.h ../../include/wtypes.idl
make[2]: ../../tools/widl/widl: Command not found
make[2]: *** [../../include/wtypes.h] Error 127

Made clean/distclean and still get the same error. :\
Yes, me too. I worked around it by copying my old bin/widl into the
tools/widl directory, and that let the build continue.
works now.
git pull didn't work quite correctly... something to do with a configure file...
but I re-installed the whole wine git tree, and it compiled well.
Susan
You didn't have enough patience. I updated an hour or so ago and it now works perfectly.
Locked