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: Andrew Boyd
Subject: Re: Error in running make of Swarm 1.4.1
Date: Wed, 07 Jul 1999 13:50:48 -0500

Hi,
    Thanks for the change suggestion.  When i changed the two lines in 
src/misc/argp.h the make ran much longer.  It seems to have fixed that problem. 
 However I have encoutered a new problem during the make phase:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -g -O2 -c -fPIC -DPIC 
argp-fmtstream.c
argp-fmtstream.c:363: conflicting types for `argp_fmtstream_printf'
argp-fmtstream.h:132: previous declaration of `argp_fmtstream_printf'
make[3]: *** [argp-fmtstream.lo] Error 1
make[3]: Leaving directory `/home/swarm/swarm-1.4.1/src/misc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/swarm/swarm-1.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/swarm/swarm-1.4.1'
make: *** [all-recursive-am] Error 2


Thanks for the help
Andy Boyd
UT Southwestern Medical Center

<<< Marcus G. Daniels <address@hidden>  7/ 7  1:01p >>>
>>>>> "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.



                  ==================================
   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]