12 Aug 2009 16:30
Re: Installing on Mac OS X 10.4
William Kerber <william <at> funinpa.com>
2009-08-12 14:30:56 GMT
2009-08-12 14:30:56 GMT
> On 08/11/2009 11:13 PM, William Kerber wrote:
>> I tried to build from the source this is what i get when i make -s:
>>
>> Making all in lpc10
>> Making all in libgsm
>> Making all in src
>> formats.c: In function 'init_format':
>> formats.c:1101: warning: negative integer implicitly converted to
>> unsigned
>> type
>> getopt.c:1218: warning: no previous prototype for 'lsx_getopt'
>> stats.c: In function 'bit_depth':
>> stats.c:135: warning: negative integer implicitly converted to unsigned
>> type
>> coreaudio.c: In function 'setup':
>> coreaudio.c:94: warning: passing argument 3 of 'AudioDeviceGetProperty'
>> with different width due to prototype
>> coreaudio.c:177: warning: passing argument 4 of 'AudioDeviceSetProperty'
>> with different width due to prototype
>> ERROR: No debug map or DWARF data was found to link.copying selected
>> object files to avoid basename conflicts...
>>
>> Thanks in advance!
>>
>> -Will
>>
>>
>
> I have very little OS X experience and non with 10.4. My only
> suggestion right now is to try compiling a static library to hopefully
> enable some linker options it likes better. Also, force libltdl support
> to off to be safe. And sometimes I have issues with autotools and CPP
> value so I often force it.
>
> make distclean
> ./configure --disable-shared --without-libltdl CPP=cpp
>
> Chris
Hey Chris,
Thanks for the response.
I did the make distclean. Seemed to work fine. Tried your configure
command got this when I did make -s:
Making all in lpc10
Making all in libgsm
Making all in src
getopt.c:1218: warning: no previous prototype for 'lsx_getopt'
stats.c: In function 'bit_depth':
stats.c:135: warning: negative integer implicitly converted to unsigned type
coreaudio.c: In function 'setup':
coreaudio.c:94: warning: passing argument 3 of 'AudioDeviceGetProperty'
with different width due to prototype
coreaudio.c:177: warning: passing argument 4 of 'AudioDeviceSetProperty'
with different width due to prototype
copying selected object files to avoid basename conflicts...
No Errors just warnings (but still warnings)
Then I tried the make install got this:
Making install in lpc10
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in libgsm
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in src
test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib"
/bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c
'libs ox.la'
'/usr/local/lib/libsox.la'
test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin"
/bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c
'sox'
'/usr/local/bin/sox'
test -z "/usr/local/lib/sox" || .././install-sh -c -d "/usr/local/lib/sox"
make install-exec-hook
if test "yes" = "yes"; then \
cd /usr/local/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \
fi
if test "yes" = "yes"; then \
cd /usr/local/bin; rm -f soxi; ln -s sox soxi; \
fi
test -z "/usr/local/include" || .././install-sh -c -d "/usr/local/include"
/usr/bin/install -c -m 644 'sox.h' '/usr/local/include/sox.h'
test -z "/usr/local/include" || .././install-sh -c -d "/usr/local/include"
/usr/bin/install -c -m 644 'soxstdint.h' '/usr/local/include/soxstdint.h'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || ./install-sh -c -d
"/usr/local/share/man/
man1"
/usr/bin/install -c -m 644 'sox.1' '/usr/local/share/man/man1/sox.1'
/usr/bin/install -c -m 644 'soxi.1' '/usr/local/share/man/man1/soxi.1'
test -z "/usr/local/share/man/man3" || ./install-sh -c -d
"/usr/local/share/man/
man3"
/usr/bin/install -c -m 644 'libsox.3' '/usr/local/share/man/man3/libsox.3'
test -z "/usr/local/share/man/man7" || ./install-sh -c -d
"/usr/local/share/man/
man7"
/usr/bin/install -c -m 644 'soxformat.7'
'/usr/local/share/man/man7/soxformat.7
'
test -z "/usr/local/lib/pkgconfig" || ./install-sh -c -d
"/usr/local/lib/pkgconf
ig"
/usr/bin/install -c -m 644 'sox.pc' '/usr/local/lib/pkgconfig/sox.pc'
make install-data-hook
cd /usr/local/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1
cd /usr/local/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1
cd /usr/local/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1
soxeffect.7
Doesn't seem to be installed. Tried which sox doesn't show up.
Thanks again for your response and help!
-Will
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
RSS Feed