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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 20 Jul 2001 20:48:20 -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: Open
Resolution: None
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: 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