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
3vi1
Level 4
Level 4
Posts: 125
Joined: Sun Feb 24, 2008 8:24 pm

Yesterday's Git updates break compilation for anyone else?

Post by 3vi1 »

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. :\

Edit: Probably doesn't matter, but this is building under Kubuntu 9.04a2 (compiled fine day before yesterday, and there have been no compiler-related updates since then)
Susan Cragin

Yesterday's Git updates break compilation for anyone else?

Post by Susan Cragin »

YES!!
Same problem for me!!
Susan Cragin

-----Original Message-----
From: 3vi1 <[email protected]>
Sent: Dec 24, 2008 10:57 AM
To: [email protected]
Subject: [Wine] Yesterday's Git updates break compilation for anyone else?

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. :\



austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Yesterday's Git updates break compilation for anyone else?

Post by austin987 »

On Wed, Dec 24, 2008 at 10:58 AM, Susan Cragin
<[email protected]> wrote:
YES!!
Same problem for me!!
Susan Cragin

-----Original Message-----
From: 3vi1 <[email protected]>
Sent: Dec 24, 2008 10:57 AM
To: [email protected]
Subject: [Wine] Yesterday's Git updates break compilation for anyone else?

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. :\






Please bottom post on wine mailing lists.

Alexandre monitors wine-devel, I'm sure he's aware of the regression.
Wait until the next commit round and see if he fixes it. If not, file
a bug.

--
-Austin
walt

Yesterday's Git updates break compilation for anyone else?

Post by walt »

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.
3vi1
Level 4
Level 4
Posts: 125
Joined: Sun Feb 24, 2008 8:24 pm

Post by 3vi1 »

That's pretty much what I figured, after Susan reported seeing the same issue.

Keep up the good work!
Locked