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

Re: Building on Windows

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-05-13 21:44:39 CEST

> >Exactly. I just spent the last hour to find a setting in the VS.NET
> >projects which specifies the base directory. There isn't any.
> >Even google couldn't help me here. So it seems VS.NET
> >doesn't support that anymore.
> >
> I don't believe this. If that's true, then how do all the other .vcproj
> things work? They're in a different directory from both the object and
> source directories.

But it's true. The other .vcproj work because they compile
the source files directly. neon is compiled by the bat file.

> First, I'd like to see this in the form of a patch. I can't follow your
> descripgion.

I don't know what exactly is there not to understand. But a patch
file is attached. It's only for the bat file since I don't have VC6 and
can't change the project settings.

> And what happened to the plan to create a neon.vcproj? I'd prefer that
> to relying on .dsp conversion. We have a generator, after all, and we
> have to make it work. I'm disinclined to accept patches that make
> .dsp->.vcproj conversion work instead of making the generator work.

I don't agree with you here. Sure we have a generator. But this generator
doesn't work properly for VS.NET yet and doesn't generate the neon project
file. And that means that all people here with VS.NET can't compile
subversion without manually tweaking project files. If you had VS.NET
you would apply such changes immediately. But since you have VC6
and it works for you you don't.
I don't think waiting for the generator to work well is an option - my
suggestion would make the compilation for VS.NET work immediately.
And it won't prevent the work on the generator - it's just a fix _until_
the generator works.
And creating a .vcproj file alone doesn't work since it requires
changes to the bat file too. If you want a separate .vcproj file
for neon then you'd also have to provide a separate bat file.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Tue May 13 21:48:38 2003

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.