cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

odcctool's as fails to build #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
with svn revision 203, as in odcctools fails to build:
make[2]: Entering directory
`/home/phire/hobbies/touch/iphone-dev/build/odcctools/as/arm'
bison -v -o army.c -d ../../../../odcctools/as/arm/../army.y
../../../../odcctools/as/arm/../army.y:44.57-62: warning: symbol OP_SWP
redeclared
../../../../odcctools/as/arm/../army.y:44.57-62: %type redeclaration for OP_SWP
../../../../odcctools/as/arm/../army.y:37.57-62: first declaration
make[2]: *** [army.c] Error 1
make[2]: Leaving directory
`/home/phire/hobbies/touch/iphone-dev/build/odcctools/as/arm'
make[1]: *** [arm] Error 2
make[1]: Leaving directory
`/home/phire/hobbies/touch/iphone-dev/build/odcctools/as'
make: *** [as] Error 2

Ubuntu 7.10
bison (GNU Bison) 2.3
flex 2.5.33

Original issue reported on code.google.com by Phi...@gmail.com on 16 Oct 2007 at 9:54

GoogleCodeExporter commented 8 years ago
i edited build/odcctools/as/arm/army.y and removed OP_SWP from line 44.
seems to compile now...

Original comment by gelli...@gmail.com on 16 Oct 2007 at 10:03

GoogleCodeExporter commented 8 years ago
Yeah, I was going to do that, but there have been two svn commits adding 
support for
OP_SWP, one by onitake, the other by nightwatch41. I'm checking for any other
incompatibilities.

Original comment by Phi...@gmail.com on 16 Oct 2007 at 10:30

GoogleCodeExporter commented 8 years ago
Couldn't see anything else that would that would cause problems, so I've 
removed it.

Original comment by Phi...@gmail.com on 16 Oct 2007 at 11:12

GoogleCodeExporter commented 8 years ago

Original comment by Phi...@gmail.com on 16 Oct 2007 at 11:12

GoogleCodeExporter commented 8 years ago
oops two people one thought :)

sorry for the inconvenience.

Original comment by onit...@gmail.com on 17 Oct 2007 at 12:51

GoogleCodeExporter commented 8 years ago
well, nightwatch also added mcr

Original comment by Phi...@gmail.com on 17 Oct 2007 at 12:57

GoogleCodeExporter commented 8 years ago
Oh, and your patch was first, by almost exactly 24h

Original comment by Phi...@gmail.com on 17 Oct 2007 at 1:00