[asterisk-bugs] [Asterisk 0013620]: Asterisk 1.6.0 will not compile on OS X 10.5.5

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Oct 5 18:28:22 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13620 
====================================================================== 
Reported By:                svinson
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13620
Category:                   Utilities/General
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.0-rc6 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-10-05 18:07 CDT
Last Modified:              2008-10-05 18:28 CDT
====================================================================== 
Summary:                    Asterisk 1.6.0   will not compile  on OS X  10.5.5
Description: 
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o
mxml/libmxml.a 
Generating input for menuselect ...
menuselect/menuselect --check-deps   menuselect.makeopts
Generating embedded module rules ...
   [CC] stereorize.c -> stereorize.o
   [CC] frame.c -> frame.o
   [LD] stereorize.o frame.o -> stereorize
   [CC] streamplayer.c -> streamplayer.o
   [LD] streamplayer.o -> streamplayer
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file ...
target_directory
make[1]: *** [aelparse.c] Error 64
make: *** [utils] Error 2
stacy-vinsons-power-mac-g4:asterisk-1.6.0 root# 

====================================================================== 

---------------------------------------------------------------------- 
 (0093197) svinson (reporter) - 2008-10-05 18:28
 http://bugs.digium.com/view.php?id=13620#c93197 
---------------------------------------------------------------------- 
stacy-vinsons-power-mac-g4:asterisk-1.6.0 root# make NOISY_BUILD=1
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" makeopts
make[1]: `makeopts' is up to date.
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
gcc -g -c -D_GNU_SOURCE -Wall   -c -o menuselect.o menuselect.c
gcc -g -c -D_GNU_SOURCE -Wall   -c -o strcompat.o strcompat.c
gcc -g -c -D_GNU_SOURCE -Wall   -c -o menuselect_stub.o menuselect_stub.c
gcc -O -Wall   -c mxml-attr.c
gcc -O -Wall   -c mxml-entity.c
gcc -O -Wall   -c mxml-file.c
gcc -O -Wall   -c mxml-index.c
gcc -O -Wall   -c mxml-node.c
gcc -O -Wall   -c mxml-search.c
gcc -O -Wall   -c mxml-set.c
gcc -O -Wall   -c mxml-private.c
gcc -O -Wall   -c mxml-string.c
/bin/rm -f libmxml.a
/usr/bin/ar -rcv libmxml.a mxml-attr.o mxml-entity.o mxml-file.o
mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o
mxml-string.o
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o
mxml/libmxml.a 
Generating input for menuselect ...
menuselect/menuselect --check-deps   menuselect.makeopts
Generating embedded module rules ...
gcc -o stereorize.o -c stereorize.c -D_THREAD_SAFE 
-I/Users/svinson/Desktop/Asterisk\ 1.6.0/asterisk-1.6.0/include  -pipe
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3
-include /Users/svinson/Desktop/Asterisk\
1.6.0/asterisk-1.6.0/include/asterisk/autoconfig.h   -D__Darwin__ -O6 -MD
-MT stereorize.o -MF .stereorize.o.d -MP
gcc -o frame.o -c frame.c -D_THREAD_SAFE 
-I/Users/svinson/Desktop/Asterisk\ 1.6.0/asterisk-1.6.0/include  -pipe
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3
-include /Users/svinson/Desktop/Asterisk\
1.6.0/asterisk-1.6.0/include/asterisk/autoconfig.h   -D__Darwin__ -O6 -MD
-MT frame.o -MF .frame.o.d -MP
g++  -o stereorize -D_THREAD_SAFE   stereorize.o frame.o  -lc 	 -lm
gcc -o streamplayer.o -c streamplayer.c -D_THREAD_SAFE 
-I/Users/svinson/Desktop/Asterisk\ 1.6.0/asterisk-1.6.0/include  -pipe
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3
-include /Users/svinson/Desktop/Asterisk\
1.6.0/asterisk-1.6.0/include/asterisk/autoconfig.h   -D__Darwin__ -O6 -MD
-MT streamplayer.o -MF .streamplayer.o.d -MP
g++  -o streamplayer -D_THREAD_SAFE   streamplayer.o  -lc 	
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file ...
target_directory
make[1]: *** [aelparse.c] Error 64
make: *** [utils] Error 2
stacy-vinsons-power-mac-g4:asterisk-1.6.0 root# 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-05 18:28 svinson        Note Added: 0093197                          
======================================================================




More information about the asterisk-bugs mailing list