[Home]

Summary:ASTERISK-13449: Compile warnings in app_stack on OS/X
Reporter:Olle Johansson (oej)Labels:
Date Opened:2009-01-26 06:31:21.000-0600Date Closed:2009-02-03 10:58:56.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_stack
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:  [CC] app_stack.c -> app_stack.o
app_stack.c:683: warning: alias definitions not supported in Mach-O; ignored
app_stack.c:683: warning: alias definitions not supported in Mach-O; ignored
app_stack.c:683: warning: alias definitions not supported in Mach-O; ignored
app_stack.c:683: warning: alias definitions not supported in Mach-O; ignored
app_stack.c:683: warning: alias definitions not supported in Mach-O; ignored
Comments:By: Tilghman Lesher (tilghman) 2009-01-26 11:22:57.000-0600

http://developer.apple.com/technotes/tn2002/tn2064.html

By: Tilghman Lesher (tilghman) 2009-02-02 18:42:52.000-0600

Fixed in revision 173130.

By: Digium Subversion (svnbot) 2009-02-03 10:58:56.000-0600

Repository: asterisk
Revision: 173130

U   trunk/apps/app_stack.c
U   trunk/configure
U   trunk/configure.ac
U   trunk/include/asterisk/autoconfig.h.in
U   trunk/include/asterisk/compiler.h
U   trunk/include/asterisk/optional_api.h
U   trunk/main/xml.c

------------------------------------------------------------------------
r173130 | tilghman | 2009-02-02 18:29:49 -0600 (Mon, 02 Feb 2009) | 7 lines

1. Make OS X compile cleanly with app_stack.
2. Use curl to download sound files, as curl is installed natively on OS X,
whereas wget and fetch are not.
(closes issue ASTERISK-13449)
Reported by: oej
Tested by: Corydon76

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=173130