2008/10/21 chris ahrendt celticht32@yahoo.com:
Austin English wrote:
On Sun, Oct 19, 2008 at 9:15 PM, chris ahrendt celticht32@yahoo.com wrote:
Anyone else having a problem compiling the latest git?
mine has failed 2 times when I compile... one with a clean tree and one with an older tree..
What error are you getting? What gcc version?
make[2]: Entering directory `/home/cahrendt/wine-git/tools/widl' gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o parser.yy.o parser.yy.c parser.l: In function 'xstrtoul': parser.l:92: error: 'errno' undeclared (first use in this function) parser.l:92: error: (Each undeclared identifier is reported only once parser.l:92: error: for each function it appears in.) parser.l:94: error: 'ERANGE' undeclared (first use in this function) make[2]: *** [parser.yy.o] Error 1 make[2]: Leaving directory `/home/cahrendt/wine-git/tools/widl' make[1]: *** [widl] Error 2 make[1]: Leaving directory `/home/cahrendt/wine-git/tools' make: *** [tools] Error 2
so has anyone figured out why its broken yet?
Yes, and a patch has been sent by Huw already: http://www.winehq.org/pipermail/wine-patches/2008-October/063464.html
Of course, you could have used "git log tools/widl/parser.l" or even "git log tools/widl" to try to figure out what broke it yourself.