Jean-François Mertens wrote:
> Sending this just to the mailing list, since the e-mail address of the
> originator is protected ...
>
>
> On 15 May 2008, at 18:18, Jean-François Mertens wrote:
>
>   
>> So there seem to be 2 +/- equivalent types of solutions :
>> - either to include explicitly  <sys/param.h> in maccoreaudio.h
>> - or to replace (via the PatchScript) the occurences of "MIN" by
>> "PMIN" in
>> src/ptlib/unix/{maccoreaudio/circular_buffer.inl,/maccoreaudio.cxx}
>>
>> I guess the second would be preferred upstream, since it uniformizes
>> their
>> use of macros, and make the thing less dependent on system specifics,
>> _ if you're willing to send your patch there.
>>
>> You said you would experiment with such solutions, and report back...
>> Was there other trouble ?
>>     
>
>
> In absence of reply, I commited a modified info file along the second
> solution _ in order not to forget myself about the issue..
>
> Please test !
>
>   
I will.  My first fix was to grep -lR the entire project directory 
structure for MIN( and PMIN( and change only the MIN( entries to PMIN(.  
I found further items and will submit what other things I found.  Now 
the package will not build and I will attach the log file to the issue.  
All of the object (.o) files do build.  It appears that documentation, 
such as man files, are not completing.

James McKenzie


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to