Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-18 Thread steve
I think you want Sent from my iPad On 18 Jan 2012, at 06:55 PM, John Floren wrote: > On Wed, Jan 18, 2012 at 10:46 AM, Martin Harriss wrote: >> John Floren wrote: >>> >>> I figured I'd try building Python from the source on their website >>> just for kicks. Configure went ok, but when I went

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-18 Thread John Floren
On Wed, Jan 18, 2012 at 10:46 AM, Martin Harriss wrote: > John Floren wrote: >> >> I figured I'd try building Python from the source on their website >> just for kicks. Configure went ok, but when I went to run "make", it >> soon bailed out with this error: >> >> cc -c -OPT:Olimit=0 -g -DNDEBUG -O

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-18 Thread Martin Harriss
John Floren wrote: I figured I'd try building Python from the source on their website just for kicks. Configure went ok, but when I went to run "make", it soon bailed out with this error: cc -c -OPT:Olimit=0 -g -DNDEBUG -O -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/gra

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-18 Thread erik quanstrom
> cc -c -OPT:Olimit=0 -g -DNDEBUG -O -I. -IInclude -I./Include > -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c > cc: flag -P ignored > cc: flag -: ignored > cc: can't find library for -l > /usr/john/Python-2.7.2/Parser/grammar.c:46[stdin:12906] incompatible > types: "IND CHAR" and "INT" for

[9fans] ape compiler error, IND CHAR and INT

2012-01-18 Thread John Floren
I figured I'd try building Python from the source on their website just for kicks. Configure went ok, but when I went to run "make", it soon bailed out with this error: cc -c -OPT:Olimit=0 -g -DNDEBUG -O -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c cc: flag -P ig

Re: [9fans] assembly syntax in plan 9

2012-01-18 Thread Comeau At9Fans
On Wed, Jan 18, 2012 at 12:48 PM, Bakul Shah wrote: > On Jan 17, 2012, at 11:21 AM, Comeau At9Fans > wrote: > On Mon, Jan 16, 2012 at 2:03 PM, Bakul Shah wrote: > > How do you deal with longjmp? >> > > I don't have it in front of me, but I do seem to recall the Standard > allows that the VLA mi

Re: [9fans] assembly syntax in plan 9

2012-01-18 Thread Bakul Shah
On Jan 17, 2012, at 11:21 AM, Comeau At9Fans wrote: > On Mon, Jan 16, 2012 at 2:03 PM, Bakul Shah wrote: > How do you deal with longjmp? > > I don't have it in front of me, but I do seem to recall the Standard allows > that the VLA might still be around though, believe it has an example with