Ticket #984 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

pluggable_runcore branch merge broke build on darwin

Reported by: dukeleto Owned by: dukeleto
Priority: blocker Milestone:
Component: build Version: 1.5.0
Severity: high Keywords:
Cc: Language:
Patch status: Platform: darwin

Description

config/gen/platform/generic/hires_timer.c: In function ‘Parrot_hires_get_time’:
config/gen/platform/generic/hires_timer.c:41: warning: implicit declaration of function ‘clock_gettime’
config/gen/platform/generic/hires_timer.c:41: warning: nested extern declaration of ‘clock_gettime’
config/gen/platform/generic/hires_timer.c:41: error: ‘CLOCK_PROF’ undeclared (first use in this function)
config/gen/platform/generic/hires_timer.c:41: error: (Each undeclared identifier is reported only once
config/gen/platform/generic/hires_timer.c:41: error: for each function it appears in.)
make: *** [src/platform.o] Error 1

Change History

Changed 12 years ago by dukeleto

  • owner set to dukeleto
  • status changed from new to assigned

darbelo++ gave me a patch with turned into r41087, which seems to fix the build.

Changed 12 years ago by dukeleto

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.