diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-13 00:13:39 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-22 00:12:58 -0600 |
commit | 0b0ee1c456d005a3a1b592496d1f6d2959952527 (patch) | |
tree | f1d3d63a84b093e8d20116ace5d3703199b7d130 /system/unalz/README | |
parent | 40b6c78aea7d7f306ec778072557f06d7e914ecc (diff) | |
download | slackbuilds-0b0ee1c456d005a3a1b592496d1f6d2959952527.tar.gz |
system/unalz: Removed (build failure)
g++ -c -o UnAlz.o UnAlz.cpp
UnAlz.cpp: In member function ‘UINT32 UNALZ::CUnAlz::CRC32(UINT32, BYTE)’:
UnAlz.cpp:1910:49: error: invalid conversion from ‘const z_crc_t* {aka const unsigned int*}’ to ‘const long unsigned int*’ [-fpermissive]
const unsigned long *CRC_TABLE = get_crc_table();
^
make: *** [UnAlz.o] Error 1
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/unalz/README')
-rw-r--r-- | system/unalz/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/unalz/README b/system/unalz/README deleted file mode 100644 index 65d028dd0f..0000000000 --- a/system/unalz/README +++ /dev/null @@ -1,9 +0,0 @@ -unalz (A decompression utility for alz) - -unalz is an open source program that can decompress alz files. -alz is an archive format developed for alzip. -Alzip is an archiver that can compress/decompress in such formats -as zip, rar, alz, and etc. - -Here is a tip : UHC is the same as CP949, and CP949 contains the -EUCKR character set. |