Re: [fossil-users] Noob windows build problems

2010-01-22 Thread Rene de Zwart
Op Do, 21 januari, 2010 14:15, schreef Simon Horton: Hello, I have fossil source code: fossil-src-20091220213451 I have setup Ming and MSYS (http://www.mingw.org/wiki/msys). Attempting to compile gives me an error caused by a missing zlib.h. I am guessing this means I need to include

Re: [fossil-users] Noob windows build problems

2010-01-22 Thread Simon Horton
Thanks for the help, I used the gnuwin32.sf.net zlib packages and now have successfully compiled fossil. I know this is all very obvious to many of you, but I thought I would write up the detailed steps I took to get fossil compiled on windows:- 1. Install MinGW (http://www.mingw.org/) -

Re: [fossil-users] Noob windows build problems

2010-01-22 Thread Rene de Zwart
Op Vr, 22 januari, 2010 16:11, schreef Simon Horton: Thanks for the help, I used the gnuwin32.sf.net zlib packages and now have successfully compiled fossil. I know this is all very obvious to many of you, but I thought I would write up the detailed steps I took to get fossil compiled on

[fossil-users] Noob windows build problems

2010-01-21 Thread Simon Horton
Hello, I have fossil source code: fossil-src-20091220213451 I have setup Ming and MSYS (http://www.mingw.org/wiki/msys). Attempting to compile gives me an error caused by a missing zlib.h. I am guessing this means I need to include source code for zlib. Can someone point me in the right

Re: [fossil-users] Noob windows build problems

2010-01-21 Thread Michael Richter
You need to have zlib built and the library in your library path. Google for zlib and download it, compile it and place it in your lib directory for MinGW/MSYS. 2010/1/21 Simon Horton sij.hor...@gmail.com Hello, I have fossil source code: fossil-src-20091220213451 I have setup Ming and