cvs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cvs-dev] Re: Build CVS (TRUNK) failed messages


From: Jim Hyslop
Subject: Re: [Cvs-dev] Re: Build CVS (TRUNK) failed messages
Date: Thu, 25 May 2006 22:12:12 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mark D. Baushke wrote:
> Jim Hyslop <address@hidden> writes:
> 
> 
>>>Mark D. Baushke wrote:
>>>
>>>>Hi Folks,
>>>>
>>>>It would be nice if someone would update the appropriate .dep, .dsp and
>>>>.dsw and .mak files so that the new files added for the OpenPGP signing
>>>>feature would be compiled on the windows-NT target to stop the build
>>>>in the cvs-test-results from failing every night.
>>>
>>>I'm working on it. It also requires merging some changes from
>>>src/filesubr.c into windows-NT/filesubr.c.
> 
> 
> I believe I have already performed that merge operation for you.

Yes, actually, you have - as soon as I updated and resolved the
conflicts I noticed that. I started working on it a while ago and got
sidetracked.

There are a couple of other problems in the 'lib' directory, though.

strtol.c has this snippet of code:

#ifdef QUAD
# define LONG long long

MSVC6 (which predates C99 by a long shot) doesn't understand "long
long". Is it OK to change "long long" to "int64_t" in the GNULIB files?


Next problem is this, in strtoimax.c:
#ifdef UNSIGNED
# ifndef HAVE_DECL_STRTOULL
"this configure-time declaration test was not run"
# endif

I'm hitting the "this configure-time" error. How should this be resolved?

- --
Jim Hyslop
Dreampossible: Better software. Simply.     http://www.dreampossible.ca
                 Consulting * Mentoring * Training in
    C/C++ * OOD * SW Development & Practices * Version Management
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEdmP8LdDyDwyJw+MRAkFgAKC4VVZWKwJrvORL+K/tkyziJRsniwCfS2T1
e017HoXppVo50aSK6TzSO7Y=
=fEji
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]