José Fonseca pisze:
> On Sat, 2009-09-05 at 14:17 -0700, Artur Wyszynski wrote:
>> diff --git a/src/gallium/auxiliary/util/u_debug.h
>> b/src/gallium/auxiliary/util/u_debug.h
>> index d42b65c..1380d98 100644
>> --- a/src/gallium/auxiliary/util/u_debug.h
>> +++ b/src/gallium/auxiliary/util/u_debug.h
>> @@ -88,6 +88,7 @@ _debug_printf(const char *format, ...)
>>   * - avoid outputing large strings (512 bytes is the current maximum
>> length 
>>   * that is guaranteed to be printed in all platforms)
>>   */
>> +#if !defined(PIPE_OS_HAIKU)
>>  static INLINE void
>>  debug_printf(const char *format, ...)
>>  {
>> @@ -101,6 +102,7 @@ debug_printf(const char *format, ...)
>>  #endif
>>  }
>>  
>> +#endif /* !PIPE_OS_HAIKU */
>>  
> 
> Sorry for replaying so late, but why is it necessary to comment out
> debug_printf?
> 

There is a conflict, it's already defined in Haiku system header,
$ grep debug_printf headers/os/kernel/OS.h
extern void                     debug_printf(const char *format, ...)

> Jose
> 
> 

Regards, Artur Wyszynski

------------------------------------------------------------------------------
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
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to