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

Re: 1.3.5 build errors

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-08-16 20:06:41 CEST

Toby Johnson wrote:
> Stefan Küng wrote:
>> The link error happens because those debug functions are used, but the
>> release libs don't have them. If you check the header files where
>> those functions are defined, you'll see that those are only used if
>> DEBUG is defined. So at least one of the header files included on your
>> machine must define that.
> Thanks, it seems that either my zlib or openssl sources must have been
> the debug versions; re-downloading these seems to have solved the problem.

Strange. AFAIK there are no special debug source tarballs of those two libs.

> However, the build of zlib failed, because it couldn't find
> "gvmat32.asm" (I'm back to using the 1.3.5 tag again because the 1.4 svn
> libs were causing a memory error for me). I found this file under
> "contrib/masmx86" and copied it to the zlib folder which seems to have
> fixed it. Odd.

in the zlib.build, there's this:
                        <copy todir="." overwrite="true">
                            <fileset basedir="contrib/masmx86">
                                <include name="*.asm" />
                                <include name="*.c" />
                            </fileset>
                        </copy>
which should take care of copying that file.

> An unrelated question.. is there a way to get Nant to skip over
> compiling the targets which are already up-to-date?

I don't think so. Well, yes, kind of. We could check the filedates in a
Nant target first and then only compile those that don't match. But I
think that's not really a good idea - too much of a risk to actually not
compile everything that's really necessary.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Aug 16 20:06:56 2006

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.