swarm-support
[Top][All Lists]
Advanced

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

Re: Make error


From: Chimera
Subject: Re: Make error
Date: Tue, 21 Jul 1998 12:24:32 -0700

Well, that got me part way through.  Is some version of our system software too 
old,
so it didn't recognize some of the syntax?

More important, here is the next error:

gcc -DHAVE_CONFIG_H -I. -I../../../swarm-1.2/src/collections -I../.. -I.. -I../.
./../swarm-1.2/src/collections/.. -I../../../swarm-1.2/src/collections/../defobj
 -g -O2 -Wno-import -c ../../../swarm-1.2/src/collections/String.m
echo timestamp > String.lo
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../swarm-1.
2/src/collections -I../.. -I.. -I../../../swarm-1.2/src/collections/.. -I../../.
./swarm-1.2/src/collections/../defobj  -g -O2 -Wno-import -c ../../../swarm-1.2/
src/collections/collections.m
gcc -DHAVE_CONFIG_H -I. -I../../../swarm-1.2/src/collections -I../.. -I.. -I../.
./../swarm-1.2/src/collections/.. -I../../../swarm-1.2/src/collections/../defobj
 -g -O2 -Wno-import -c ../../../swarm-1.2/src/collections/collections.m
../../../swarm-1.2/src/collections/collections.m: In function `_collections_impl
ement':
../../../swarm-1.2/src/collections/collections.m:20: `id_Array_c' undeclared (fi
rst use this function)
../../../swarm-1.2/src/collections/collections.m:20: (Each undeclared identifier
 is reported only once
../../../swarm-1.2/src/collections/collections.m:20: for each function it appear
s in.)
../../../swarm-1.2/src/collections/collections.m:21: `id_List_any' undeclared (f
irst use this function)
../../../swarm-1.2/src/collections/collections.m:22: `id_List_linked' undeclared
 (first use this function)
../../../swarm-1.2/src/collections/collections.m:23: `id_List_mlinks' undeclared
 (first use this function)
../../../swarm-1.2/src/collections/collections.m:24: `id_Map_c' undeclared (firs
t use this function)
../../../swarm-1.2/src/collections/collections.m:25: `id_Set_c' undeclared (firs
t use this function)
../../../swarm-1.2/src/collections/collections.m:26: `id_OrderedSet_c' undeclare
d (first use this function)
../../../swarm-1.2/src/collections/collections.m:27: `id_String_c' undeclared (f
irst use this function)
../../../swarm-1.2/src/collections/collections.m:28: `id_InputStream_c' undeclar
ed (first use this function)
../../../swarm-1.2/src/collections/collections.m:29: `id_OutputStream_c' undecla
red (first use this function)
make[3]: *** [collections.lo] Error 1
make[3]: Leaving directory `/home/donalson/swarm12/build/src/collections'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/donalson/swarm12/build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/donalson/swarm12/build'
make: *** [all-recursive-am] Error 2

D3

Marcus G. Daniels wrote:

> making defobj.xm defobj.xt defobj.xc
> no files with .m suffix found to match any .o file in $(OBJECTS)
> make[3]: *** [classes.h] Error 1
>
> Try this:
>
> cd $SWARMSRCDIR/src/defobj
> patch -p1 < the-stuff-below
>
> *** swarm-1.2/src/defobj/make-h2x       Wed Jun 24 11:08:16 1998
> --- /opt/src/mgd/src/Swarm/swarm/src/defobj/make-h2x    Mon Jul  6 09:32:18 
> 1998
> ***************
> *** 99,106 ****
>   # extract all implemented classes into temporary file
>
>   for object in $OBJECTS; do
> !   base=`basename $object .o`
> !   test $base = $object && base=`basename $object .lo`
>     source=$srcdir/${base}.m
>     if [ -f $source ]; then sources="$sources $source"; fi
>   done
> --- 99,105 ----
>   # extract all implemented classes into temporary file
>
>   for object in $OBJECTS; do
> !   base=`echo $object | sed -e 's/\.lo$//' -e 's/\.o$//'`
>     source=$srcdir/${base}.m
>     if [ -f $source ]; then sources="$sources $source"; fi
>   done
>
>                   ==================================
>    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.
>                   ==================================



--
*********************************************************************
* Doug Donalson                 Office: (805) 893-2962
* Ecology, Evolution,           Home:   (805) 961-4447
* and Marine Biology            email address@hidden
* UC Santa Barbara
* Santa Barbara Ca. 93106
*********************************************************************
*
*   The most exciting phrase to hear in science, the one that
*   heralds new discoveries, is not "EUREKA" (I have found it) but
*   "That's funny ...?"
*
*       Isaac Asimov
*
*********************************************************************



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