www.digitalmars.com         C & C++   DMDScript  

c++ - Insufficient information in error

reply "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
bool-c.c(4) : Error: 'bool' previously declared as something else
It was declared as: int
It is now declared: unsigned
--- errorlevel 1

It'd be *enormously* more helpful if the location of the earlier definition was
given. Save me hours of work ... 
Apr 01 2005
parent "Matthew" <matthew hat.stlsoft.dot.org> writes:
Any progress with this?

"Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message
news:d2lclp$2f0u$1 digitaldaemon.com...
 bool-c.c(4) : Error: 'bool' previously declared as something else
 It was declared as: int
 It is now declared: unsigned
 --- errorlevel 1

 It'd be *enormously* more helpful if the location of the earlier
definition was given. Save me hours of work ...

Sep 11 2005