swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in running make of Swarm 1.4.1


From: Marcus G. Daniels
Subject: Re: Error in running make of Swarm 1.4.1
Date: 07 Jul 1999 10:59:36 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3.11

>>>>> "AB" == Andrew Boyd <address@hidden> writes:

AB> `-[Arguments(c) _createEnd]': Arguments.m:187: warning: assignment
AB> discards `const' from pointer target type

I don't really see why this should be unless HPUX 11 defines __const
somehow.  Does it prevent the error if, in src/misc/argp.h, you change:

#ifndef __const
#define __const const
#endif

to:

#undef __const
#define __const const

?

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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