[Asterisk-Users] Compile Problems with gcc 3.3
Gary Gapinski
Gary.Gapinski at grc.nasa.gov
Fri Jul 11 10:08:42 MST 2003
Compiles OK for me on SuSE 8.2 Professional with k_smp-2.4.20-86 and
gcc-3.3-23 on a Tyan S2462 with a Asterisk CVS snapshot from 1700UTC.
gapinski at chipotle:~/digium/asterisk> md5sum pbx.c
c5b9063e18fe10a5f07054061c2ecd18 pbx.c
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\"CVS-05/10/03-10:40:13\" -DINSTALL_PREFIX=\"\"
-DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\"
-DASTVARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\"
-DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\"
-DASTCONFPATH=\"/etc/asterisk/asterisk.conf\"
-DASTMODDIR=\"/usr/lib/asterisk/modules\"
-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT -c -o
pbx.o pbx.c
pbx.c: In function `ast_extension_match':
pbx.c:562: warning: comparison between signed and unsigned
pbx.c: In function `extension_close':
pbx.c:581: warning: comparison between signed and unsigned
pbx.c: In function `pbx_substitute_variables_temp':
pbx.c:765: warning: comparison between signed and unsigned
pbx.c:812: warning: comparison between signed and unsigned
pbx.c: In function `pbx_builtin_stripmsd':
pbx.c:4026: warning: comparison between signed and unsigned
pbx.c: In function `load_pbx':
pbx.c:4373: warning: comparison between signed and unsigned
and the remainder of the make proceeds to completion.
(I did a make clean prior to this).
More information about the asterisk-users
mailing list