[Expat-bugs] [Bug #131288] Undeclared VERSION under WinNT&Borland C++ Builder

noreply@sourceforge.net noreply@sourceforge.net
Wed, 14 Feb 2001 10:16:13 -0800


Bug #131288, was updated on 2001-Feb-06 10:03
Here is a current snapshot of the bug.

Project: Expat XML Parser
Category: Build control
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: Undeclared VERSION under WinNT&Borland C++ Builder

Details: 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?

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131288&group_id=10127