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

Re: [TSVN] Errors in nightly build?

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-07 18:01:03 CET

Simon Large wrote:
> I have just been looking through BuildOutput.txt and notice that there
> are some errors, notably in libsvn_fs_base\fs.c:
> error C2065: 'SVN_FS_WANT_DB_MAJOR' : undeclared identifier
> error C2065: 'SVN_FS_WANT_DB_MINOR' : undeclared identifier
> error C2065: 'SVN_FS_WANT_DB_PATCH' : undeclared identifier
>
> Is this expected? I thought that code never changed in the nightlies.

That one is expected. The subversion libraries are built twice, once
with all BDB, FSFS and network support and once without it. The errors
you see is from the 'raw' build without those, which is used by the
shell extension (to get rid of the linking with openssl which already
caused many problems with other apps).
Sure, I could build each subproject individually for the raw build, but
that would mean finding out which lib needs which other lib. It's easier
to do a full build and have some of them fail - but those which fail
aren't needed in that build anyway.

> There is also one in RevisionGraphDlg.cpp (MCBS only???)

Fixed in revision 2069.

> Update.txt is blank, which is also unusual.

That would mean that I didn't work a whole day on TSVN? Yes, veery
unusual ;)

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Dec 7 18:01:39 2004

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.