[Home]

Summary:ASTERISK-07123: [test_this_branch] rev. 33340
Reporter:Holger Hornung (netview)Labels:
Date Opened:2006-06-08 04:47:52Date Closed:2006-06-11 13:34:12
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/RTP
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I can't compile the actual version of oej [test_this_branch] because of the follwing error:

es -Wmissing-declarations -g3 -O6 -march=i686     -c -o rtp.o rtp.c
rtp.c:106: warning: static declaration for `ast_rtcp_send_h261fur' follows non-static
rtp.c:114: redefinition of `struct rtpPayloadType'
rtp.c: In function `ast_rtp_offered_from_local':
rtp.c:1424: structure has no member named `rtp_offered_from_local'
rtp.c: In function `ast_rtp_lookup_pt':
rtp.c:1438: structure has no member named `rtp_offered_from_local'
rtp.c: In function `ast_rtp_destroy':
rtp.c:1780: parse error before '>>' token
make: *** [rtp.o] Error 1                                      

Comments:By: Olle Johansson (oej) 2006-06-08 06:42:15

Working on this now... You caught me in the middle between updates... Hang on, will soon be fixed.

By: Holger Hornung (netview) 2006-06-10 03:42:09

sorry for reopening this request but I have a new compiler error (rev. 3340):

gcc -Iinclude -DAMI_WITH_SSL  -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -O6 -march=i686     -c -o ssl_addon.o ssl_addon.c
In file included from include/asterisk/manager.h:28,
                from ssl_addon.c:64:
include/asterisk/lock.h: In function `ast_mutex_init':
include/asterisk/lock.h:592: warning: implicit declaration of function `pthread_mutexattr_settype'
include/asterisk/lock.h:592: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in
this function)
include/asterisk/lock.h:592: (Each undeclared identifier is reported only once
include/asterisk/lock.h:592: for each function it appears in.)
make: *** [ssl_addon.o] Error 1

By: Olle Johansson (oej) 2006-06-11 13:33:55

I've seen that too. Need to check with the SSL for manager people. Please report this in that issue report. Thanks.