| View previous topic :: View next topic |
| Author |
Message |
hallo007
Joined: 13 May 2006 Posts: 36
|
Posted: Sun Mar 04, 2007 6:02 am Post subject: zziplib HELP |
|
|
| Code: |
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:( |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
|
| Back to top |
|
 |
hallo007
Joined: 13 May 2006 Posts: 36
|
Posted: Sun Mar 04, 2007 8:30 pm Post subject: |
|
|
| dunno how to start with porting it , isnt there a tutorial or something for? |
|
| Back to top |
|
 |
pailes

Joined: 16 Feb 2007 Posts: 16
|
Posted: Sun Mar 04, 2007 8:38 pm Post subject: |
|
|
| 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). |
|
| Back to top |
|
 |
hallo007
Joined: 13 May 2006 Posts: 36
|
Posted: Sun Mar 04, 2007 10:04 pm Post subject: |
|
|
| anny suggestions of how to start with it:s |
|
| Back to top |
|
 |
pailes

Joined: 16 Feb 2007 Posts: 16
|
Posted: Sun Mar 04, 2007 10:55 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
emcp
Joined: 26 Feb 2007 Posts: 14
|
Posted: Mon Mar 05, 2007 12:11 am Post subject: |
|
|
how would you use this is there anyplace with a tut
thanks
(im not in any urgent need of it but it would help) |
|
| Back to top |
|
 |
pailes

Joined: 16 Feb 2007 Posts: 16
|
Posted: Mon Mar 05, 2007 3:58 am Post subject: |
|
|
| There is enough example code for parsing and extracting zips on the official zziplib site. |
|
| Back to top |
|
 |
|