gdk-pixbuf-save



Hi !
 
I have a problem with gdk-pixbuf-save.
When I compile it on Debian GNU/Linux, I have the following errors :
 
jlecomte@jlecomte:~/programmation/C/gdk-pixbuf-save/src$ make
io-jpg.c: In function `image_save':
io-jpg.c:76: `ArtPixBuf' undeclared (first use in this function)
io-jpg.c:76: (Each undeclared identifier is reported only once
io-jpg.c:76: for each function it appears in.)
io-jpg.c:76: `apixbuf' undeclared (first use in this function)
io-jpg.c:76: warning: statement with no effect
io-jpg.c:78: dereferencing pointer to incomplete type
io-jpg.c:87: warning: implicit declaration of function `malloc'
io-jpg.c:87: warning: assignment makes pointer from integer without a cast
io-jpg.c:99: warning: implicit declaration of function `free'
make: *** [libpixbufsave-jpeg.so] Error 1
 
Can anyone explain me what's wrong ?
 
Thanks
 
 


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