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

VC++ 2005 Express build, work in progress...

From: George Wieggers <george.wieggers_at_gmail.com>
Date: 2005-12-14 20:46:45 CET

Hi,

Although my efforts haven't resulted (yet) in a complete succesfull build, I
thought I'd share with you what I've got so far.

(see attached zipped patch)

Note, despite TortoiseMerge saying otherwise, this patch should be applied
in the same directory as build.bat and NOT in ext/Subversion/build/generator

I tried to keep the modifications as brief as possible (and not affecting
the current build process at all). I also added VC2005 specific notes in
build.txt, these should get you going.

What's working (I think).... :-)
- the subversion_netless / subversion build seems to be doing fairly well
- generating VC 2005 Express solution files is working
  this includes dependency information (the dependency format in .sln files
has changed)
- A search for all built DLL's and EXE's gives me:

D:\SVN\TortoiseSVN\bin\debug\bin>dir
 De volumenaam van station D is DATA
 Het volumenummer is 3447-915A

 Map van D:\SVN\TortoiseSVN\bin\debug\bin

14-12-2005 20:19 <DIR> .
14-12-2005 20:19 <DIR> ..
14-12-2005 20:04 196.608 ssleay32.dll
14-12-2005 20:04 1.015.808 libeay32.dll
14-12-2005 18:28 34.304 intl3_svn.dll
14-12-2005 20:08 172.032 libapr.dll
14-12-2005 20:10 241.664 libaprutil.dll
14-12-2005 20:08 30.720 libapriconv.dll
14-12-2005 20:21 761.196 TortoisePlink.ilk
14-12-2005 20:21 524.288 TortoisePlink.exe
14-12-2005 20:21 1.149.952 TortoisePlink.pdb
14-12-2005 20:21 4.738.048 TortoisePlink.bsc
14-12-2005 20:21 1.091.000 SubWCRev.ilk
14-12-2005 20:21 606.208 SubWCRev.exe
14-12-2005 20:21 1.772.544 SubWCRev.pdb
14-12-2005 20:21 2.264.840 ResText.ilk
14-12-2005 20:21 1.077.248 ResText.exe
14-12-2005 20:21 5.467.136 ResText.pdb
14-12-2005 20:21 809.044 TortoiseBlame.ilk
14-12-2005 20:21 208.896 TortoiseBlame.exe
14-12-2005 20:21 1.567.744 TortoiseBlame.pdb
12-12-2005 18:34 926 autolist.txt
14-12-2005 20:22 352.768 SciLexer.dll

What isn't working
- As Stefan already suspected: the right MFC includes are missing it seems
- Some other includes are missing as well, like afxmsg_.h / atlexcept.h /
atlstr.h, I don't know where to get those
- building an individual project (like SubWCRev) doesn't work, it DOES work
as part of a group though....

Remember, it's a work in progress, and I'm not even sure yet if it will work
eventually with VC 2005 Express.

- George

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

Received on Wed Dec 14 20:51:35 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.