William Kerber | 12 Aug 2009 06:13
Favicon
Gravatar

Re: Installing on Mac OS X 10.4

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
> Hi,
>
> First post sorry if its newbie.  I did see some similar issues but didn't
> see any resolved answers for a problem I am having.
>
> I tried using the binary supplied on the site in mac os 10.4.11 but get an
> error that says:
>
(Continue reading)

Chris Bagwell | 12 Aug 2009 15:21

Re: Installing on Mac OS X 10.4

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 
(Continue reading)

William Kerber | 12 Aug 2009 16:30
Favicon
Gravatar

Re: Installing on Mac OS X 10.4

> 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
(Continue reading)

William Kerber | 12 Aug 2009 16:57
Favicon
Gravatar

Binary for Mac OS X 10.4

Any chance you could offer a binary on the site for mac os 10.4?  Very
much appreciated!

-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

Gmane