[ expat-Bugs-231288 ] Undeclared VERSION under WinNT&Borland C++ Builder

noreply@sourceforge.net noreply@sourceforge.net
Sun, 26 Aug 2001 03:42:46 -0700


Bugs item #231288, was opened at 2001-02-06 10:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=231288&group_id=10127

Category: Build control
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Undeclared VERSION under WinNT&Borland C++ Builder

Initial Comment:
When I try to make expat 1.95.1 under WinNT using Borland C++ Builder, the last failed to find #define VERSION ...

I set `COMPILE_FROM_DSP' (or smth. like that, not sure now), it includes winconfig.h, but this header does not contain declaration of VERSION. So, I had to add 
#ifndef VERSION
  #define VERSION "1.95.1" 
#endif
m.b. it'll be better, if you add this declaration in it?

----------------------------------------------------------------------

>Comment By: Greg Stein (gstein)
Date: 2001-08-26 03:42

Message:
Logged In: YES 
user_id=6501

We have revamped the use/need of the VERSION symbol. It is 
now computed from the individual version number components, 
and it works in a platform-independent fashion.

IOW, it has been fixed in CVS and will appear in 1.95.3

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-25 12:21

Message:
Logged In: YES 
user_id=3066

I don't know much about the Borland product.  I've spent a fair bit of time over the last day getting the Windows build back up to snuff (and am just hoping I succeeded!), so there are new .dsp and .dsw files for MSVC in the CVS repository.  I don't know if Borland C++ Builder can use those.

I'd like to make this work, but suspect I'll need help on Windows, especially with compilers other than MSVC.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-20 20:48

Message:
Logged In: YES 
user_id=3066

The build has changed a little bit on Unix, but the Windows port has fallen behind.  Can anyone determine if this is still a problem?  Thanks!

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=231288&group_id=10127