zziplib HELP

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

zziplib HELP

Post by hallo007 »

Code: Select all

libtool: link: cannot find the library `Postelmans/zziplib/i686-pc-cygwin/zzip/l
ibzzip.la'
make[3]: *** [zzipwrap.exe] Error 1
make[3]: Leaving directory `/home/Roel Postelmans/zziplib/i686-pc-cygwin/zzipwra
p'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Roel Postelmans/zziplib/i686-pc-cygwin'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Roel Postelmans/zziplib/i686-pc-cygwin'
make: *** [all-all] Error 2
./configure works fine

after that i type make
and get that error:(
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

dunno how to start with porting it , isnt there a tutorial or something for?
User avatar
pailes
Posts: 16
Joined: Fri Feb 16, 2007 4:31 am
Contact:

Post by pailes »

I just ported it but I didn't take the version from the SVN. I downloaded it from the official zziplip homepage and modified it myself until it worked (I needed it to run on MacOSX and the PSP).
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

anny suggestions of how to start with it:s
User avatar
pailes
Posts: 16
Joined: Fri Feb 16, 2007 4:31 am
Contact:

Post by pailes »

Try this:
http://peter.nxbone.net/zziplib_zlib.zip

It contains two folders zlib and zziplib, include them both and link all the .c files. Ready to go, works fine for me.
emcp
Posts: 14
Joined: Mon Feb 26, 2007 8:16 am

Post by emcp »

how would you use this is there anyplace with a tut
thanks

(im not in any urgent need of it but it would help)
User avatar
pailes
Posts: 16
Joined: Fri Feb 16, 2007 4:31 am
Contact:

Post by pailes »

There is enough example code for parsing and extracting zips on the official zziplib site.
Post Reply