On Fri, Feb 07, 2003 at 08:36:27AM -0700, Brian Paul wrote:
>David Dawes wrote:
>> On Fri, Feb 07, 2003 at 10:55:33AM +1000, Chris Ison wrote:
>> 
>>>in XFree86 log
>>>
>>>Symbol xf86strtof from module
>>>/usr/X11R6/lib/modules/extensions/libGLcore.a is unresolved!
>>>
>>>this function doesn't exist in XFree86 trunk, nor DRI trunk (going by
>>>grep), how ever it is used in extras/Mesa/src/imports.c
>>>
>>>did someone forget to commit its definition?
>> 
>> 
>> strtof isn't very portable (C99), so something else should be used (maybe
>> sscanf, for example).
>
>Thanks for the tip - I may make that change.

Well, xf86strtof() won't be available in any XFree86 release in the
forseeable future, and the changes that added it in the DRI tree should
be backed out so that nothing else comes to rely on it.

David
--
David Dawes
Release Engineer/Architect                      The XFree86 Project
www.XFree86.org/~dawes
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to