View Issue Details

IDProjectCategoryView StatusLast Update
0002016unrealircdpublic2005-05-26 16:52
ReporterBeber Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionreopened 
Product Version3.2.1 
Summary0002016: Unable to compile with ZIPLinks
DescriptionI have a IRC Server with run with ssl, and I tried to add the links function, but the compile failed
I tried to take a cvs version
redo ./Config
and the make
with is giving to me :

gcc -I../include -I/home/ircd/UnrealZip/Unreal3.2-cvs/extras/regexp/include -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic -c zip.c
zip.c: In function `zip_init':
zip.c:93: error: structure has no member named `zalloc'
zip.c:94: error: structure has no member named `zfree'
zip.c:106: error: structure has no member named `zalloc'
zip.c:107: error: structure has no member named `zfree'
zip.c: In function `unzip_packet':
zip.c:159: error: `Bytef' undeclared (first use in this function)
zip.c:159: error: (Each undeclared identifier is reported only once
zip.c:159: error: for each function it appears in.)
zip.c:159: error: parse error before ')' token
zip.c:175: error: parse error before ')' token
zip.c:177: error: parse error before ')' token
zip.c: In function `zip_buffer':
zip.c:336: error: `Bytef' undeclared (first use in this function)
zip.c:336: error: parse error before ')' token
zip.c:338: error: parse error before ')' token
make[1]: *** [zip.o] Error 1
make[1]: Leaving directory `/home/ircd/UnrealZip/Unreal3.2-cvs/src'
make: *** [build] Error 2
Steps To ReproduceCompiling UnrealIRCd with : + SSL + zip - IPv6
Additional InformationCompiling UnrealIRCd with : + SSL + zip - IPv6
GCC : 3.3.4 (Debian 1:3.3.4-7)
Attached Files
config.log (43,555 bytes)
3rd party modules

Activities

codemastr

2004-08-10 16:59

reporter   ~0007339

Does /usr/include/zlib.h exist?

syzop

2004-08-11 22:22

administrator   ~0007345

apt-get install zlib1g-dev

Beber

2004-08-12 18:37

reporter   ~0007347

/usr/include/zlib.h exist ;)

Issue History

Date Modified Username Field Change
2004-08-10 00:11 Beber New Issue
2004-08-10 00:11 Beber File Added: config.log
2004-08-10 16:59 codemastr Note Added: 0007339
2004-08-11 22:22 syzop Status new => closed
2004-08-11 22:22 syzop Note Added: 0007345
2004-08-12 18:37 Beber Status closed => feedback
2004-08-12 18:37 Beber Resolution open => reopened
2004-08-12 18:37 Beber Note Added: 0007347
2005-05-26 16:52 syzop Status feedback => closed