Tracker item #3026491, was opened at 2010-07-07 11:31
Message generated for change (Comment added) made by mvanzin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3026491&group_id=204462

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libraries
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Natanael Copa (ncopa)
Assigned to: Nobody/Anonymous (nobody)
Summary: build on uclibc fails due to missing ecvt()

Initial Comment:
When building on linux/uclibc (and after some minor patching) i finally got 
stuck with this message:
cc1: warnings being treated as errors
bsd_output_shared.c: In function 'dtoa':
bsd_output_shared.c:111: error: implicit declaration of function 'ecvt'

The problem seems to be that uclibc does not provide the ecvt(3) function which 
the lib/string seens to depend on for the dtoa() implementation.

Would be nice if configure script could check for ecvt() and provide one if the 
system does not.

----------------------------------------------------------------------

>Comment By: Marcelo Vanzin (mvanzin)
Date: 2011-10-31 15:50

Message:
Commit c3d05a should have a fix for this.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=989708&aid=3026491&group_id=204462

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to