On Thu, 2007-03-29 at 09:26 +0100, Joe Orton wrote: > On Wed, Mar 28, 2007 at 05:32:42PM +0200, Yves Martin wrote: > > I uses VS2005 to compile, openssl is compiled. APR libraries are > > compiled to, but neon build has failed with: > > NMAKE : fatal error U1073: don't know how to make 'config.hw' > > config.hw is created at release time by .release.sh (so exists in all > released tarballs, but not the SVN repos); you can just copy > config.hw.in to config.hw and and manually edit the *VERSION* macros if > building from source without /bin/sh.
Hello, Thank you for your help, compilation is ok now but the .lib is not generated yet. The following command has failed: nmake /nologo /f neon.mak ALL EXPAT_INC=D:\SVN\src-trunk\apr-util\xml \expat\lib ZLIB_SRC=D:\SVN\zlib OPENSSL_SRC=D:\SVN\openssl with: Performing Makefile project actions tempfile.bat '""D:\Programs\Microsoft' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: '.\tempfile.bat' : return code '0x1' Stop. Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" I guess it is because my VS is installed in a directory with space ! Am I right ? Is there a work-around (instead of re-installing VS2005) ? Thank you in advance for your help -- Yves Martin _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
