
Juergen Schoenwaelder wrote:
On Tue, Feb 06, 2007 at 09:51:24PM +1100, Andrew Hood wrote:
Some parts of SVN will not build with MSVC2005. I can try and "svn diff" but I have some unrelated changes that would make that difficult.
[...]
I tried to convert your message into a diff which I have checked into the SVN. Let us know if more changes are needed to make a build using MSVC2005 work.
The attached diff lets SVN compile with MSVC2005. It might break builds with other tool chains.
I am using the professional version. not the free downloadable "Express Edition", although there is probably no reason it won't compile with MSVC2005EE.
A couple of comments.
Since SVN does not have any PS docs, in win\makefile it should probably have:
-$(CP) ..\doc*.ps $(INSTROOT)\doc
In win\README.win it assumes the "autogen.sh; cd lib; make ..." process is done before you copy the build tree to windows. It needs to note that parser-smi.tab.h and parser-sming.tab.h will need to be copied to the windows box along with the other files.
It also needs to tell you to cd into tools and "make dump-svg-script.h"
I didn't include the Bison 2.1 versions of the various generated files in the patch. :)
Regards, Andrew