qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Use of asprintf() breaks build on systems where asprint


From: Anthony Liguori
Subject: Re: [Qemu-devel] Use of asprintf() breaks build on systems where asprintf() is not available
Date: Tue, 10 Mar 2009 17:00:25 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Palle Lyckegaard wrote:
Hi,

A few source-files, e.g. vnc.c, makes use of the (non-portable?) asprintf() function, which is not available in e.g. Solaris 10 and certain builds of OpenSolaris.

What would be the proper "qemu" way of solving this problem? Creating a library with the functions not avilable on the host system or replacing the non-portable use(s) of the function(s) with proper portable function(s)?

Dan,

Can you send in a patch to add the gnulib asprintf() with an appropriate configure test?

Regards,

Anthony Liguori

Regards
Palle









reply via email to

[Prev in Thread] Current Thread [Next in Thread]