From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BrcAE-0003WH-8P for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:43:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BrcAC-0003VB-9G for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:43:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BrcAB-0003Uy-Vu for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:43:36 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Brc6Q-0001ZO-UR for qemu-devel@nongnu.org; Mon, 02 Aug 2004 08:39:43 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Brc6Q-0008Td-00 for ; Mon, 02 Aug 2004 14:39:42 +0200 Received: from amarseille-206-1-24-206.w81-51.abo.wanadoo.fr ([81.51.158.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Aug 2004 14:39:42 +0200 Received: from daimon55 by amarseille-206-1-24-206.w81-51.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Aug 2004 14:39:42 +0200 From: Ronald Date: Mon, 02 Aug 2004 14:39:39 +0200 Message-ID: References: <20040802113102.74582.qmail@web53705.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: CVS snapshot qemu-img.c Reply-To: daimon55@free.fr, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Le Mon, 02 Aug 2004 04:31:02 -0700, mister pants a écrit : > the latest CVS snapshot is broken when compiling qemu-img.c under windows > using the compile-time tools found here: > http://www.h7.dion.ne.jp/~qemu-win/PortingTips-en.html > > $ make > gcc -Wall -O2 -g -fno-strict-aliasing -fpack-struct -D_GNU_SOURCE -o > dyngen.exe > dyngen.c > gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -fpack-struct -g > -D_GNU_SOURC E -o qemu-img qemu-img.c block.c block-cow.c block-qcow.c > aes.c block-vmdk.c -lz qemu-img.c: In function `img_create': > qemu-img.c:340: `ENOTSUP' undeclared (first use in this function) > qemu-img.c:340: (Each undeclared identifier is reported only once > qemu-img.c:340: for each function it appears in.) qemu-img.c: In function > `img_commit': qemu-img.c:399: `ENOTSUP' undeclared (first use in this > function) qemu-img.c: In function `img_convert': qemu-img.c:530: `ENOTSUP' > undeclared (first use in this function) qemu-img.c: In function > `img_info': > qemu-img.c:643: structure has no member named `st_blocks' block.c: In > function `bdrv_create': > block.c:70: `ENOTSUP' undeclared (first use in this function) block.c:70: > (Each undeclared identifier is reported only once block.c:70: for each > function it appears in.) block.c: In function `get_tmp_filename': > block.c:79: warning: implicit declaration of function `mkstemp' block.c: > In function `bdrv_commit': > block.c:241: `ENOTSUP' undeclared (first use in this function) block.c: In > function `raw_create': > block.c:561: `ENOTSUP' undeclared (first use in this function) > block.c:567: warning: implicit declaration of function `ftruncate64' > block-qcow.c:26:18: zlib.h: No such file or directory block-qcow.c: In > function `get_cluster_offset': block-qcow.c:353: warning: implicit > declaration of function `ftruncate' block-qcow.c: In function > `decompress_buffer': block-qcow.c:407: `z_stream' undeclared (first use in > this function) block-qcow.c:407: (Each undeclared identifier is reported > only once block-qcow.c:407: for each function it appears in.) > block-qcow.c:407: parse error before "strm1" block-qcow.c:410: `strm' > undeclared (first use in this function) block-qcow.c:417: warning: > implicit declaration of function `inflateInit2' block-qcow.c:418: `Z_OK' > undeclared (first use in this function) block-qcow.c:420: warning: > implicit declaration of function `inflate' block-qcow.c:420: `Z_FINISH' > undeclared (first use in this function) block-qcow.c:422: `Z_STREAM_END' > undeclared (first use in this function) block-qcow.c:422: `Z_BUF_ERROR' > undeclared (first use in this function) block-qcow.c:424: warning: > implicit declaration of function `inflateEnd' block-qcow.c: In function > `qcow_create': block-qcow.c:554: warning: implicit declaration of function > `realpath' block-qcow.c: In function `qcow_compress_cluster': > block-qcow.c:609: `z_stream' undeclared (first use in this function) > block-qcow.c:609: parse error before "strm" block-qcow.c:622: `strm' > undeclared (first use in this function) block-qcow.c:623: warning: > implicit declaration of function `deflateInit2' block-qcow.c:623: > `Z_DEFAULT_COMPRESSION' undeclared (first use in this function ) > block-qcow.c:624: `Z_DEFLATED' undeclared (first use in this function) > block-qcow.c:625: `Z_DEFAULT_STRATEGY' undeclared (first use in this > function) block-qcow.c:636: warning: implicit declaration of function > `deflate' block-qcow.c:636: `Z_FINISH' undeclared (first use in this > function) block-qcow.c:637: `Z_STREAM_END' undeclared (first use in this > function) block-qcow.c:637: `Z_OK' undeclared (first use in this function) > block-qcow.c:639: warning: implicit declaration of function `deflateEnd' > make: *** [qemu-img] Error 1 > defining ENOTSUP 48 (defined in pthread.h) in qemu-img.c and block.c does not help a lot: i386-mingw32-gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -fpack-struct -g -D_GNU_SOURCE -o qemu-img qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c -lz qemu-img.c: In function `img_info': qemu-img.c:644: structure has no member named `st_blocks' block.c: In function `get_tmp_filename': block.c:83: warning: implicit declaration of function `mkstemp' block.c: In function `raw_create': block.c:571: warning: implicit declaration of function `ftruncate64' block-qcow.c: In function `get_cluster_offset': block-qcow.c:353: warning: implicit declaration of function `ftruncate' block-qcow.c: In function `qcow_create': block-qcow.c:554: warning: implicit declaration of function `realpath' make: *** [qemu-img] Erreur 1