Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #710 (closed wishlist: fixed)

Opened 8 months ago

Last modified 2 months ago

add zip.lib bzip.lib for use with tango.io.compress

Reported by: yidabu Assigned to: sean
Priority: normal Milestone: 0.99.6
Component: IO Version: 0.99.2 Don
Keywords: compress Cc:

Description

Add zip.lib and bzip.lib to tango.lib for use with tango.io.compress, please.

Change History

10/29/07 06:06:50 changed by larsivi

  • type changed from defect to wishlist.

11/02/07 17:34:47 changed by kris

  • owner changed from kris to sean.
  • milestone changed from 0.99.3 to 0.99.4.

Can you add these to the Win32 build-script please, Sean? Linux folks typically bake their own stuff so it may be OK to ignore these there?

11/23/07 03:52:55 changed by DRK

Until this is resolved, I have placed DMD-compatible libbz2.lib and zlib.lib files on my server.

http://drk.is-a-geek.net/~drk/tango/tango.io.compress-libs.zip

Whilst dmd comes with the necessary source and makefile for building zlib.lib, it doesn't have a bzip2 makefile. Additionally, the official bzip2 source does not have a DMC makefile. Therefore, I've also uploaded the patched Makefile I used to compile libbz2.lib.

http://drk.is-a-geek.net/~drk/tango/bzip2-makefile.dmc

12/21/07 09:12:01 changed by larsivi

  • milestone changed from 0.99.4 to 0.99.5.

01/17/08 10:06:49 changed by sean

  • status changed from new to assigned.

Sweet, thanks! I'll see about adding these to the Tango binary distro for Win32.

03/04/08 04:22:03 changed by Jim Panic

  • milestone changed from 0.99.5 to 0.99.6.

04/21/08 18:21:34 changed by sean

  • status changed from assigned to closed.
  • resolution set to fixed.

I've taken care of this on my end. The libraries should be in the next release and successive snapshots.