Open GoogleCodeExporter opened 8 years ago
Mac PPC is currently not working...
Original comment by co...@compuserve.com
on 28 Sep 2007 at 11:59
Don't use -Wl,-syslibroot,$(HEAVENLY).
Original comment by nightwat...@gmail.com
on 30 Sep 2007 at 1:58
I'm on Intel and having the same problem.
Original comment by knyghtf...@gmail.com
on 14 Oct 2007 at 12:55
I'm on 10.4.10 ppc, and also having this exact same problem..
Original comment by anthony....@gmail.com
on 16 Oct 2007 at 9:39
I'm on Ubuntu 7.10 and am also having this exact same problem.
..
/usr/local/lib/gcc/arm-apple-darwin/4.0.1/../../../../arm-apple-darwin/include/s
ys/types.h:97:
error: previous declaration of ‘dev_t’ was here
Original comment by paulspit...@gmail.com
on 28 Oct 2007 at 1:02
This can be fixed, on ubuntu 7.10, by installing "patch" ('sudo apt-get install
patch') and rerunning the step 'sudo bash install-headers.sh'.
Original comment by paulspit...@gmail.com
on 3 Nov 2007 at 2:15
I had the same problem on an Intel Mac with 10.4.10 and found out the source of
the problem. While preparing
the header files, the script is supposed to patch the problematic
TargetConditionals.h header file. Somehow this
patch failed; those of you having the same problem will find
TargetConditionals.rej which contains the result of
the rejected patch.
I fixed this by manually applying what the patch file suggested. You can find
the patch file at:
iphone-dev/include/include/TargetConditionals.h.diff
Original comment by ntro...@gmail.com
on 13 Nov 2007 at 8:51
Original issue reported on code.google.com by
Greg.Coc...@gmail.com
on 28 Sep 2007 at 2:56