Peter Kümmel wrote:
Edwin Leuven wrote:
Peter Kümmel wrote:
Do you use the files from zlib.net?
from gnuwin32
If not, no problem:
goto to the including of unistd.h in zconf.h, you will see
a #if block, just disable the including.
yes, that's what i ended up doing
it now compiles. if i run the executable it crashes though
It crashes? Here I've no problems.
btw, is there a way to do a "make install"?
It is possible, but I've not implemented it because
until today I was the only person who has used the
cmake files.
Looks like I am the initiator here... ;-)
I think the CMake support has a long way to go compared with Scons (for
now) but I really like the fact that MSVC project are real projects.
This has two main advantages:
1) You don't need to go back and forth to the command line to adjust
rebuild options in order to speed up compilation.
2) Release and Debug modes are in the same project.
Abdel.
thanks again!
I have to thank for the population of my empty cmake-universe. ;)