Hi Frank,

You need to have the zlib library in your library path

Download zlib using this link

http://gnuwin32.sourceforge.net/downlinks/zlib-bin-zip.php

Regards
Hein


Frank V [tOSU] schrieb:
> Fossil Mailing List,
>
> I first tried to check the archives for my question but those seem to be 
> down or not enabled.
>
> I'm attempting to build fossil on Windows Vista using mingw. I have 
> mingw installed and working. I've built several open source projects 
> with it including Firefox... I hope that this proves that it is 
> installed correctly.
>
> My attempts to build fossil with "make -f Makefile.w32" always end with 
> an error where my only change to the build file is to set "E = .exe".  I 
> then execute the command and get the following:
>
> gcc -g -Os -Wall -DFOSSIL_I18N=0 -L/usr/local/lib -I/usr/local/include  
> -I. -I./
> src -o blob.o -c blob_.c
> blob_.c:28:18: zlib.h: No such file or directory
> blob_.c: In function `blob_compress':
> blob_.c:725: warning: implicit declaration of function `compress'
> blob_.c: In function `blob_compress2':
> blob_.c:755: error: `z_stream' undeclared (first use in this function)
> blob_.c:755: error: (Each undeclared identifier is reported only once
> blob_.c:755: error: for each function it appears in.)
> blob_.c:755: error: syntax error before "stream"
> blob_.c:764: error: `stream' undeclared (first use in this function)
> blob_.c:764: error: `alloc_func' undeclared (first use in this function)
> blob_.c:764: error: syntax error before numeric constant
> blob_.c:765: error: `free_func' undeclared (first use in this function)
> blob_.c:765: error: syntax error before numeric constant
> blob_.c:769: warning: implicit declaration of function `deflateInit'
> blob_.c:772: warning: implicit declaration of function `deflate'
> blob_.c:776: error: `Z_FINISH' undeclared (first use in this function)
> blob_.c:778: warning: implicit declaration of function `deflateEnd'
> blob_.c: In function `blob_uncompress':
> blob_.c:818: warning: implicit declaration of function `uncompress'
> blob_.c:820: error: `Z_OK' undeclared (first use in this function)
> make: *** [blob.o] Error 1
>
> fr...@inspiron531 /c/Fossil-b99aa66d1f
> $
>
> I though that perhaps the zlib library was simply missing, so I 
> downloaded that from the zlib website and placed that in 
> C:\MinGW\include\zlib-1.2.3\
>
> I still get the same error. Is this where the includes are suppose to 
> go? I also tried several modification to the make file and that has lead 
> me to either different errors or the same errors.  (For example, I tried 
> TCC = gcc -O6 and this leads to a error about: langinfo.h: No such file 
> or directory)
>
> I'm not sure what else to try... Any help would be appreciated. Thank you.
>
> Regards,
> Frank
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>   

-- 

Heinrich Huss

PSH Consulting GmbH
Am Gewerbepark 10
64823 Groß-Umstadt

Phone    +49 6078 931 6455
Fax      +49 6078 96 9536
Mobile   +49 171 43 46 773 
e-mail    [email protected]


*** PSH Consulting GmbH Legal Disclaimer ***

Diese E-Mail einschließlich ihrer Anhänge ist vertraulich und ist allein für 
den Gebrauch durch den vorgesehenen Empfänger bestimmt. Dritten ist das Lesen, 
Verteilen oder Weiterleiten dieser E-Mail untersagt. Wir bitten, eine 
fehlgeleitete E-Mail unverzüglich vollständig zu löschen und uns eine Nachricht 
zukommen zu lassen.

This email may contain material that is confidential and for the sole use of 
the intended recipient. Any review, distribution by others or forwarding 
without express permission is strictly prohibited. If you are not the intended 
recipient, please contact the sender and delete all copies.

Hauptsitz: Magdeburger Strasse 1, D-64720 Michelstadt, USt-IdNr.: DE 21 117 1171
Kommunikation: Telefon +49 6078 931 6455, Telefax +49 6078 96 95 36, 
www.psh-consulting.de
Handelsregister: Amtsgericht Darmstadt, HRB 71404
Geschäftsführer: Heinrich Huss, Thomas Riedl




_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to