Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2002:
[Freeciv-Dev] Re: Problem Compiling Client Under OpenVMS With DEC C.
Home

[Freeciv-Dev] Re: Problem Compiling Client Under OpenVMS With DEC C.

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Davide Pagnin <nightmare@xxxxxxxxxx>
Cc: Robert Alan Byer <byer@xxxxxxxxxxxxxxxxxxx>, Freeciv Developers ML <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: Problem Compiling Client Under OpenVMS With DEC C.
From: Mike Kaufman <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 8 Oct 2002 12:38:57 -0500

alternately, a quicker method would be to put something like:

#ifndef FC__ATTRIBUTE_H
#error
#endif

at around line 33 of client/attribute.c

-mike


On Tue, Oct 08, 2002 at 12:03:59PM -0500, Mike Kaufman wrote:
> wasn't the fact that we have two attribute.h's a problem for some of the
> handheld developers? Is the compiler trying to find the wrong attribute.h
> and choking when it sees fc__attribute()?
> 
> I might suggest renaming attribute.h in the client to client_attribute.h
> (with appropriate changes elsewhere) and see if that solves it. If you
> check your preprocessor output, fc__attribute should not be appearing...
> 
> -mike
> 


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