swarm-support
[Top][All Lists]
Advanced

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

swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0? argp.h


From: Rick Riolo
Subject: swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0? argp.h
Date: Thu, 3 Jun 1999 08:19:25 -0400 (EDT)

Here is an error I just got when making an app that made
just fine under Swarm-1.4, Redhat 5.2, but I get the
following under Swarm-1.4.1, Redhat 6.0:

...
/usr/bin/egcs -c -Wno-import -Wno-protocol -g -O2 -D_GNU_SOURCE
-I/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/debug/include RParametersArgs.m   
In file included from RParametersArgs.h:3,
                 from RParametersArgs.m:2:
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/debug/include/defobj/Arguments.h:7:
misc/argp.h: No such file or directory
make: *** [RParametersArgs.o] Error 1

I am doing this: at line 3 in the .h file:

#import <defobj/Arguments.h>

I notice that in swarm-1.4 we have argp.h in include/misc/ :

address@hidden rlr]$ dir /usr/local/swarm/Swarm-1.4/swarm-1.4/debug/include/misc
total 31
-rw-r--r--   1 swarm    swarm       24926 Jan 30 11:26 argp.h
-rw-r--r--   1 swarm    swarm        4818 Jan 30 11:26 getopt.h

But in swarm-1.4.1, it doesn't seem to be there:

address@hidden rlr]$ dir 
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/debug/include/misc
total 5
-rw-r--r--   1 swarm    swarm        4818 Jun  3 06:52 getopt.h
address@hidden rlr]$ 

Note also that under swarm-1.4.1, argp.h is still in src/misc:

/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/src/misc/argp.h

its just not moved to the include/  in my (debug) build directory by
configure (or whatever moves it).

Also, note that redhat 6.0 has this

   /usr/include/argp.h

but of course since Arguments.h is asking for misc/argp.h, that
doesn't get picked up.

Is this a known change?   Am I doing something wrong here? 
What I supposed to change something in my app going from swarm-1.4
to 1.4.1?   (I don't see any porting notes for 1.4.1 on the swarm pages).

Thanks.

  - r

Rick Riolo                           address@hidden
Center for Study of Complex Systems (CSCS)
4477 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 734 763 3323                  Fax: 734 763 9267
http://www.pscs.umich.edu/PEOPLE/rlr-home.html


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