[Home]

Summary:ASTERISK-08376: Asterisk 1.4.0-beta4 compile errors on Fedora Core 6
Reporter:punknow (punknow)Labels:
Date Opened:2006-12-19 12:33:07.000-0600Date Closed:2006-12-19 17:06:14.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:1.4 beta-3 compiled fine under Fedora 6 w/IMAP storage. I get this on beta-4.

[CC] app_voicemail.c -> app_voicemail.o
In file included from /usr/src/imap-2006c1/c-client/osdep.h:63,
              from /usr/src/imap-2006c1/c-client/c-client.h:42,
              from app_voicemail.c:65:
/usr/src/imap-2006c1/c-client/env_unix.h:71: warning: function
declaration isn?t a prototype
app_voicemail.c: In function ?forward_message?:
app_voicemail.c:3920: warning: unused variable ?duration?
app_voicemail.c: In function ?play_record_review?:
app_voicemail.c:7882: error: ?vms? undeclared (first use in this function)
app_voicemail.c:7882: error: (Each undeclared identifier is reported only once
app_voicemail.c:7882: error: for each function it appears in.)
app_voicemail.c:7882: warning: passing argument 8 of ?imap_store_file?
makes integer from pointer without a cast
make[1]: *** [app_voicemail.o] Error 1
make: *** [apps] Error 2
[root@node-x asterisk-1.4.0-beta4]# app_voicemail.c:7882: error: ?vms?
undeclared (first use in this function)

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

This is an x86_64 Pentium-D 3.4 system w/4GB RAM.
I have not been able to test it on other platforms.
Comments:By: Joshua C. Colp (jcolp) 2006-12-19 17:06:14.000-0600

Fixed in 1.4 as of revision 48596 and trunk as of revision 48597. Thanks!