qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Use of asprintf() breaks build on systems where asprintf() is not available
@ 2009-03-10 21:38 Palle Lyckegaard
  2009-03-10 22:00 ` Anthony Liguori
  0 siblings, 1 reply; 4+ messages in thread
From: Palle Lyckegaard @ 2009-03-10 21:38 UTC (permalink / raw)
  To: qemu-devel

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)?

Regards
Palle

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-11 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-10 21:38 [Qemu-devel] Use of asprintf() breaks build on systems where asprintf() is not available Palle Lyckegaard
2009-03-10 22:00 ` Anthony Liguori
2009-03-11 10:48   ` Daniel P. Berrange
2009-03-11 13:52     ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).