swarm-support
[Top][All Lists]
Advanced

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

Compilation Installation problem swarm 2002 05 14


From: address@hidden
Subject: Compilation Installation problem swarm 2002 05 14
Date: Fri, 26 Jul 2002 12:56:39 +0200

hi all,
i'm new in this list.
My name is Raoul Jean Pierre Bonnal i'm italian and i'm studing computer
science at Bicocca University of Milan.
I would use swarm to simulate my thesis' project, about Ca, Fault
tollerance.
I use an iBook2 500Mhz, Debian(ppc)/Woody.
I have downloaded swarm 2002 05 14, jdkblackdown j2sdk-1.3.1, hdf5-1.4.4
hdf5 compiled & check ok, installed

jdk installed

swarm configured with :
--------------------------------------------------------------------------------------------------------------
./configure --srcdir=/home/febousr/Dev/Swarm/swarm-2002-05-14/
--with-tcllibname=tcl8.0 --with-tklibname=tk8.0
--------------------------------------------------------------------------------------------------------------
i have tcl8.3 tk8.3 too

my env is :
---------------------------------------------------------------------------------------------------------------
PWD=/home/febousr/Dev/Swarm/swarm-2002-05-14
WRASTER_COLOR_RESOLUTION0=4
WINDOWID=29360144
CC=gcc-3.0
GNUSTEP_USER_ROOT=/home/febousr/GNUstep
USER=febousr
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01
;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:
*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;3
5:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;35:
OLDPWD=/home/febousr/Dev/Swarm
LANG=C
DISPLAY=:0.0
LOGNAME=febousr
SHLVL=1
SSH_AGENT_PID=288
CPP=cpp-3.0
SHELL=/bin/bash
SWARMHOME=/usr/local/HOME=/home/febousr
SSH_AUTH_SOCK=/tmp/ssh-XXiUnJjJ/agent.257
TERM=xterm
PATH=/usr/local/j2sdk1.3.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
WMAKER_BIN_NAME=/usr/bin/WindowMaker
_=/usr/bin/env
----------------------------------------------------------------------------------------------------------------

how you can see i have setup for gcc-3.0 and cpp-3.0

the i type "make" and no erroe reported but when i type "make check"

the final result is this : 


---------------------------------------------------------------------------------------------------------------
gcc-3.0 -DHAVE_CONFIG_H -I.
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/tests/activity -I../..
-I../.. -I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/. -I../../src/.
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/space -I../../src/space
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/analysis
-I../../src/analysis
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/simtoolsgui
-I../../src/simtoolsgui
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/simtools
-I../../src/simtools
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/random -I../../src/random
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/tkobjc -I../../src/tkobjc
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/tclobjc
-I../../src/tclobjc
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/objectbase
-I../../src/objectbase
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/activity
-I../../src/activity
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/defobj -I../../src/defobj
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/collections
-I../../src/collections
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/misc -I../../src/misc
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/gui/ -I../../libobjc
-I../../src/activity
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/defobj -I../../src/defobj
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/collections
-I../../src/collections
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/misc -I../../src/misc
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/src/gui/ -I../../libobjc
-I/home/febousr/Dev/Swarm/swarm-2002-05-14/libobjc  -D_GNU_SOURCE
-DAPPNAME=ForEachRandomized address@hidden
-DAPPVERSION=2002-05-14  -g -O2 -Wall -Wno-import -Wno-protocol -Werror
-c -o ForEachRandomized.o `test -f ForEachRandomized.m || echo
'/home/febousr/Dev/Swarm/swarm-2002-05-14/tests/activity/'`ForEachRandomized.m
In file included from ForEachRandomized.m:10:
tactivity.h:20:28: tactivity/types.h: No such file or directory
ForEachRandomized.m: In function `main':
ForEachRandomized.m:22: `_tactivity_' undeclared (first use in this
function)
ForEachRandomized.m:22: (Each undeclared identifier is reported only
once
ForEachRandomized.m:22: for each function it appears in.)
ForEachRandomized.m:26: `ActionGroup_test' undeclared (first use in this
function)
cc1obj: warnings being treated as errors
ForEachRandomized.m:15: warning: `actionGroupTest' might be used
uninitialized in this function
make[3]: *** [ForEachRandomized.o] Error 1
make[3]: Leaving directory
`/home/febousr/Dev/Swarm/swarm-2002-05-14/tests/activity'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
`/home/febousr/Dev/Swarm/swarm-2002-05-14/tests/activity'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/home/febousr/Dev/Swarm/swarm-2002-05-14/tests'
make: *** [check-recursive] Error 1
-------------------------------------------------------------------------------------------------------



now, What have i to do?

tnx R.J.P.B.

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