Re: Erro compilirg eet-0.9.10.027 Your OS does not support C99's '%a'

2006-06-15 Thread Joachim Schipper
On Mon, Jun 12, 2006 at 02:34:33PM -0500, uv negativa wrote:
 hi
 i compiled eet an say:
 
 
 configure: error: Unsupported Operating System!
 Your OS does not support C99's '%a' string format. Eet cannot function 
 without
 it. Please contact your OS vendor to get updates for C99 '%a' floating point
 format read/write support or change operating systems for one with support
 for an already very old standard. (Linux is known to support this, as is
 Solaris 10)
 
 howto active this or howto compile?

Look into the program itself for support, or fix it not to use %a.
Alternatively, patch printf(3) to accept %a.

Joachim



Erro compilirg eet-0.9.10.027 Your OS does not support C99's '%a'

2006-06-12 Thread uv negativa

hi
i compiled eet an say:


configure: error: Unsupported Operating System!
Your OS does not support C99's '%a' string format. Eet cannot function without
it. Please contact your OS vendor to get updates for C99 '%a' floating point
format read/write support or change operating systems for one with support
for an already very old standard. (Linux is known to support this, as is
Solaris 10)

howto active this or howto compile?

tanks