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
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to