Ticket #287 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

build broken at 36428

Reported by: coke Owned by:
Priority: major Milestone:
Component: none Version: trunk
Severity: fatal Keywords:
Cc: Language:
Patch status: Platform: darwin

Description

src/debug.c: In function 'PDB_get_command':
src/debug.c:1268: error: parse error before '&' token
src/debug.c:1272: warning: passing argument 2 of 'Parrot_PCCINVOKE' from incompatible pointer type
src/dynext.c: In function 'run_init_lib':
src/dynext.c:401: warning: cast from function call of type 'void *' to non-matching type 'long unsigned int'
src/dynext.c:406: warning: cast from function call of type 'void *' to non-matching type 'long unsigned int'
make: *** [src/debug.o] Error 1
make: *** Waiting for unfinished jobs....
$ svn up
At revision 36428.

Change History

Changed 13 years ago by coke

svn-bisect says:

This is the end of the road! The change occurred in r36427.

Changed 13 years ago by coke

  • platform set to darwin

Applied patch in r36429 (though I referenced #286 instead, curses).

Can't use 'stdin' as a variable name on darwin.

Waiting for Jim K. to confirm this patch resolves the same issue on PPC darwin (mine was on x86). Shouldn't not work...

Changed 13 years ago by jkeenan

  • status changed from new to closed
  • resolution set to fixed

It worked on Darwin PPC as well. Closing.

Note: See TracTickets for help on using tickets.