swarm-support
[Top][All Lists]
Advanced

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

make check problem with tactivity (Re: Compilation Installation problem


From: Paul Johnson
Subject: make check problem with tactivity (Re: Compilation Installation problem swarm 2002 05 14
Date: Mon, 29 Jul 2002 09:52:21 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606

I think we need the help of somebody like Marcus Daniels, Alex Lancaster, or Glen Ropella on this one.

Raoul Jean Pierre Bonnal wrote:
hi,

Why i don't have the dir tactivity ?
i a file is the #import <tactivity/type.h> this should means that the dir should be present or not ?

I forget what architecture you are working on. Maybe it does not matter.

I recall that make check did not succeed last time I built swarm on DEC alpha but the swarm programs I tried still worked. You might consider that possibility.

Right now I'm running make check on RedHat linux to see what happens.

Hm. Looks like I get the same error you do. Maybe we should try to track this down, you and I, or anybody that will help us. (As far as I know, this does not really indicate some serious problem, since the programs I use that use randomized action groups still work.)

Inside the ForEachRandomized.m file, it has

include <tactivity.h>

but that does not succeed, so it appears logical to try:

import "tactivity.h"

since tactivity is in that directory.

However, the error then complains that it can't find this imported file in tactivity.h:

#import <tactivity/types.h>

That problem leads me back to the Makefile.am and obviously something is wrong with the way the $(MODULE) is being used, but I have never understood enough automake to really get into this. I have had A LOT of trouble with changes in edition of automake and autoconf and pretty much I've been at the mercy of the experts on this one.

Anyway, like you, here's the make check error I see with the swarm source "as is".

In file included from /home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/ForEachRandomized.m:10: /home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/tactivity.h:20:28: tactivity/types.h: No such file or directory /home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/ForEachRandomized.m: In function `main': /home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/ForEachRandomized.m:22: `_tactivity_' undeclared (first use in this function) /home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/ForEachRandomized.m:22: (Each undeclared identifier is reported only once /home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/ForEachRandomized.m:22: for each function it appears in.) /home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/ForEachRandomized.m:26: `ActionGroup_test' undeclared (first use in this function)
cc1obj: warnings being treated as errors
/home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/tests/activity/ForEachRandomized.m:15: warning: `actionGroupTest' might be used uninitialized in this function
make[3]: *** [ForEachRandomized.o] Error 1
make[3]: Leaving directory `/home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/=with-hdf/tests/activity'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/=with-hdf/tests/activity'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/pauljohn/LinuxDownloads/redhat/BUILD/swarm-2.1.140.20020514/=with-hdf/tests'
make: *** [check-recursive] Error 1


--
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://lark.cc.ku.edu/~pauljohn
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700


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