Hey, I'm trying to compile abiword on my windows box, got the cvs, cygwin, yadda yadda, all going fine.
However, when I'm making, it gets to libpng, but that can't find one of the standard headers (stdio.h). I tried copying them from the MSVS include directory to one of cygwin's, didn't work. Also, I tried adding that directory to the PATH, (C:\Program Files\Microsoft Visual Studio\VC98\Include), still didn't work. Is there some environment variable I need to set for this to work? (I have to admit that I haven't done any command line compiling in windows) (Here's the specific output.) Found libpng in peer directory MAKE[5]: Entering directory `/cygdrive/c/AbiSRC/libpng' Building with [LicensedTrademarks:Off Debug:Off BiDi:Off Pspell:Off Scripting:Of f]. png.c pngconf.h(73) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory MAKE[5]: *** [/cygdrive/c/AbiSRC/abi/src/WIN32_1.3.4_i386_OBJ/obj/libpng/png.obj ] Error 2 MAKE[5]: Leaving directory `/cygdrive/c/AbiSRC/libpng' MAKE[4]: *** [_LIBPNG_] Error 2 MAKE[4]: Leaving directory `/cygdrive/c/AbiSRC/abi/src/config/require/win' __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com
