[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
7. When you open the solution in VC7 it states that it is going to convert
all the projects to a new format. It appears that the working folder changes
when the build\win32\neon.dsp VC6 project is converted to VC7 (I don't have
VC6 so can't tell). The error I get is

  The system cannot find the path specified.
  Project : error PRJ0019: A tool returned an error code: "Performing
Makefile project actions"

When I change the neon project properties: nmake : build command line as
so..

  - cmd /c ..\build\win32\build_neon.bat debug
  + cmd /c build_neon.bat debug

it calls into the bat OK but now can't find neon.mak so I changed
build_neon.bat as so.

  - nmake /nologo /f neon.mak %target% EXPAT_FLAGS=%EXPAT_FLAGS%
  + nmake /nologo /f ..\..\neon\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
  + nmake /nologo /f neon.mak %target% EXPAT_FLAGS=%EXPAT_FLAGS%
  + cd ..\build\win32

Now I get this error and I'm stuck.

  Performing Makefile project actions
  nmake /f neon.mak ALL EXPAT_FLAGS="/I ../apr-util/xml/expat/lib /D
HAVE_EXPAT_H"
  NMAKE : fatal error U1073: don't know how to make '""'
  Stop.

As you can tell I don't know much about what I'm doing (:-) but it would be
good to find a configuration that works in VC6 and 7. Any ideas?

Cheers
Damon.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 14 03:13:49 2002

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.