Re: [libvirt] storage_conf.c: In function 'virStorageSize'

2008-07-07 Thread Daniel Veillard
On Sun, Jul 06, 2008 at 07:47:33PM +0200, Jaime Traver wrote: > hi, > > thank Atsushi SAKAI i has fixed the problem with your recomendations, but > now it is happened the following > > *libvirt_proxy.c: En la función `main': > libvirt_proxy.c:844: aviso: implicit declaration of function `fprintf'

Re: [libvirt] storage_conf.c: In function 'virStorageSize'

2008-07-06 Thread Jaime Traver
hi, thank Atsushi SAKAI i has fixed the problem with your recomendations, but now it is happened the following *libvirt_proxy.c: En la función `main': libvirt_proxy.c:844: aviso: implicit declaration of function `fprintf' libvirt_proxy.c:844: error: `stderr' undeclared (first use in this function

Re: [libvirt] storage_conf.c: In function 'virStorageSize'

2008-07-04 Thread Atsushi SAKAI
Hi, ULLONG_MAX should be defined on limits.h. and its limits.h is includes on src/internal.h. Please check these files. By the way, you are using i486?. Thanks Atsushi SAKAI "Jaime Traver" <[EMAIL PROTECTED]> wrote: > Hi, I am having problem with compilation of libvirt, i has saw one post >

[libvirt] storage_conf.c: In function 'virStorageSize'

2008-07-04 Thread Jaime Traver
Hi, I am having problem with compilation of libvirt, i has saw one post about this in the maillist, but it don't resolved the problem. The detail of erros is: storage_conf.c: In function 'virStorageSize': storage_conf.c:627: error: 'ULLONG_MAX' undeclared (first use in this function) storage_conf.