Complete.Org: Mailing Lists: Archives: freeciv-dev: June 1999:
[Freeciv-Dev] File Naming Conflict
Home

[Freeciv-Dev] File Naming Conflict

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv developers mailing list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] File Naming Conflict
From: Andy Black <ablack@xxxxxxxxxxxxxx>
Date: Tue, 15 Jun 1999 21:17:14 -0600

Hi

I recently discovered a naming conflict.  Metroworks Codewarior 10 and
probably all C++ compiliers (g--?) have this conflict.  The file map.h in
freeciv conflicts with the map.h used in the Standard Template Library,
part of ANSI C++ standard (I think).  This conflict also is caused by my
prevous noted problem with people useing #include <...> insted of #include
"..." for project files.  My work around was renameing the map.h in the
freeciv folder to civmap.h

Andy Black



[Prev in Thread] Current Thread [Next in Thread]