|
From: | Palle Lyckegaard |
Subject: | [Qemu-devel] Use of asprintf() breaks build on systems where asprintf() is not available |
Date: | Tue, 10 Mar 2009 21:38:46 +0000 (UTC) |
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
[Prev in Thread] | Current Thread | [Next in Thread] |