qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: CVS snapshot qemu-img.c


From: Ronald
Subject: [Qemu-devel] Re: CVS snapshot qemu-img.c
Date: Mon, 02 Aug 2004 14:39:39 +0200
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

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 via email to

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