Problems building neon.dsp with VC7..
From: Damon Rand <damon_at_cybermagic.co.nz>
Date: 2002-08-14 03:02:33 CEST
Hello,
It seems the neon project in Subversion fails to build under Visual Studio
The system cannot find the path specified.
When I change the neon project properties: nmake : build command line as
- cmd /c ..\build\win32\build_neon.bat debug
it calls into the bat OK but now can't find neon.mak so I changed
- nmake /nologo /f neon.mak %target% EXPAT_FLAGS=%EXPAT_FLAGS%
Now it calls nmake but reports..
NMAKE : fatal error U1073: don't know how to make 'config.hw'
So instead I tried changing the bat as so..
- nmake /nologo /f ..\..\neon\neon.mak %target% EXPAT_FLAGS=%EXPAT_FLAGS%
+ cd ..\..\neon
Now I get this error and I'm stuck.
Performing Makefile project actions
As you can tell I don't know much about what I'm doing (:-) but it would be
Cheers
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.