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

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


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

Project: Expat XML Parser
Category: None
Status: Closed
Resolution: Duplicate
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?

Follow-Ups:

Date: 2001-Feb-14 10:13
By: fdrake

Comment:
This is a duplicate of bug #131288.
-------------------------------------------------------

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