qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Ronald <look@reply.to>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: CVS snapshot qemu-img.c
Date: Mon, 02 Aug 2004 14:39:39 +0200	[thread overview]
Message-ID: <pan.2004.08.02.12.39.34.945375@reply.to> (raw)
In-Reply-To: 20040802113102.74582.qmail@web53705.mail.yahoo.com

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

  reply	other threads:[~2004-08-02 12:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-02 11:31 [Qemu-devel] CVS snapshot qemu-img.c mister pants
2004-08-02 12:39 ` Ronald [this message]
2004-08-02 18:41   ` [Qemu-devel] " Ronald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pan.2004.08.02.12.39.34.945375@reply.to \
    --to=look@reply.to \
    --cc=daimon55@free.fr \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).