[Home]

Summary:ASTERISK-16093: Asterisk doesn't compile anymore on Mac OS 10.6.3
Reporter:Eric Dantie (edantie)Labels:
Date Opened:2010-05-13 10:56:42Date Closed:2010-05-14 10:02:46
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Since the addition of res/res_timing_kqueue.c asterisk doesn't compile anymore on Snow Leopard.

****** ADDITIONAL INFORMATION ******

  [CC] res_timing_kqueue.c -> res_timing_kqueue.o
res_timing_kqueue.c: In function ‘kqueue_set_nsecs’:
res_timing_kqueue.c:150: error: storage size of ‘kev’ isn’t known
res_timing_kqueue.c:152: warning: assignment makes integer from pointer without a cast
res_timing_kqueue.c:154: warning: passing argument 6 of ‘kevent64’ makes integer from pointer without a cast
res_timing_kqueue.c:154: error: too few arguments to function ‘kevent64’
res_timing_kqueue.c:150: warning: unused variable ‘kev’
make[1]: *** [res_timing_kqueue.o] Error 1
make: *** [res] Error 2
Comments:By: Eric Dantie (edantie) 2010-05-14 03:05:53

Fixed in rev 263149