proplem in installing integrade

39 views
Skip to first unread message

Azza Awadelkareem

unread,
Jan 23, 2013, 11:42:38 AM1/23/13
to integrad...@googlegroups.com
ihave proplem in installing integrade the error apear error1 {src/objects/.....}ididn't find any file in object

Carlos Eduardo Moreira dos Santos

unread,
Jan 23, 2013, 3:45:14 PM1/23/13
to integrad...@googlegroups.com
Could you provide the output so we can have more clues on what is going on, please?

On Wed, Jan 23, 2013 at 2:42 PM, Azza Awadelkareem <azzaawad...@gmail.com> wrote:
ihave proplem in installing integrade the error apear error1 {src/objects/.....}ididn't find any file in object

--
You received this message because you are subscribed to the Google Groups "integrade-support" group.
To view this discussion on the web visit https://groups.google.com/d/msg/integrade-support/-/PRwkIzHiy6kJ.
To post to this group, send email to integrad...@googlegroups.com.
To unsubscribe from this group, send email to integrade-supp...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/integrade-support?hl=en.

Azza Awadelkareem

unread,
Jan 24, 2013, 4:43:12 PM1/24/13
to integrad...@googlegroups.com
my os is ubuntu linux ifollow the instruction idownload &install java,ant,jacorb,lua when idefind the home of evry one in command line &type make all i have many error all of them calld error1
for example {make[322] ***[src/object/Bspcentral.0]error1}

Vinicius Pinheiro

unread,
Jan 24, 2013, 4:51:59 PM1/24/13
to integrad...@googlegroups.com
Ok. So, could you please copy this sequence of errors that appears after you type "make all"?
Without further informations we can not help you properly.



2013/1/24 Azza Awadelkareem <azzaawad...@gmail.com>

Azza Awadelkareem

unread,
Jan 24, 2013, 5:15:42 PM1/24/13
to integrad...@googlegroups.com
On Fri, Jan 25, 2013 at 12:51 AM, Vinicius Pinheiro <vinn...@gmail.com> wrote:
Ok. So, could you please copy this sequence of errors that appears after you type "make all"?
Without further informations we can not help you properly.



2013/1/24 Azza Awadelkareem <azzaawad...@gmail.com>


On Wed, Jan 23, 2013 at 11:45 PM, Carlos Eduardo Moreira dos Santos <ce...@cemshost.com.br> wrote:
Could you provide the output so we can have more clues on what is going on, please?


On Wed, Jan 23, 2013 at 2:42 PM, Azza Awadelkareem <azzaawad...@gmail.com> wrote:
ihave proplem in installing integrade the error apear error1 {src/objects/.....}ididn't find any file in object
--
You received this message because you are subscribed to the Google Groups "integrade-support" group.
To view this discussion on the web visit https://groups.google.com/d/msg/integrade-support/-/PRwkIzHiy6kJ.
To post to this group, send email to integrad...@googlegroups.com.
To unsubscribe from this group, send email to integrade-supp...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/integrade-support?hl=en.

Azza Awadelkareem

unread,
Jan 24, 2013, 5:34:35 PM1/24/13
to integrad...@googlegroups.com


2013/1/24 Azza Awadelkareem <azzaawad...@gmail.com>


cd libs/bspLib; make DEBUG='false'; cd ../..;
make[1727]: Entering directory `/home/azza/Desktop/integrade-0.6.1/integrade/libs/bspLib'
g++ -I../../shared -Iinclude -I../checkpointing/include -I../dataConverters/include -I/usr/bin/include/  -Wall -ansi -pedantic -c -pthread -O2 -fPIC   -o src/objects/BspCentral.o src/BspCentral.cpp
In file included from ../../shared/utils/c++/NameServiceStub.hpp:5:0,
                 from src/BspCentral.hpp:8,
                 from src/BspCentral.cpp:1:
../../shared/utils/c++/OrbUtils.hpp:7:17: fatal error: lua.h: No such file or directory
compilation terminated.
make[1727]: *** [src/objects/BspCentral.o] Error 1
make[1727]: Leaving directory `/home/azza/Desktop/integrade-0.6.1/integrade/libs/bspLib'
cd libs/checkpointing; make DEBUG='false'; cd ../..;
make[1727]: Entering directory `/home/azza/Desktop/integrade-0.6.1/integrade/libs/checkpointing'
g++ -I../../shared -Iinclude -I../bspLib/include -I../dataConverters/include -I../broker/src -I/usr/bin/include/ -Wall -ansi -pedantic -c -pthread -fPIC  -g3 -O0 -fno-inline  -o ../../shared/utils/c++/objects/CkpReposManagerStub.o ../../shared/utils/c++/CkpReposManagerStub.cpp
../../shared/utils/c++/CkpReposManagerStub.cpp:5:17: fatal error: lua.h: No such file or directory
compilation terminated.
make[1727]: *** [../../shared/utils/c++/objects/CkpReposManagerStub.o] Error 1
make[1727]: Leaving directory `/home/azza/Desktop/integrade-0.6.1/integrade/libs/checkpointing'
cd libs/mpiLib; make DEBUG='false'; cd ../..;
make[1727]: Entering directory `/home/azza/Desktop/integrade-0.6.1/integrade/libs/mpiLib'
gcc -I/usr/bin/include/  -Wall -ansi -pedantic -c -pthread -O2 -fPIC   -o src/objects/LuaUtils.o src/LuaUtils.c
In file included from src/LuaUtils.c:9:0:
src/LuaUtils.h:6:20: fatal error: lualib.h: No such file or directory
compilation terminated.
make[1727]: *** [src/objects/LuaUtils.o] Error 1
make[1727]: Leaving directory `/home/azza/Desktop/integrade-0.6.1/integrade/libs/mpiLib'
MPI Support...
cd deps/mpich2-1.0.5p4/; \
    ./configure -with-pmi=igpm -with-pm=igstart -prefix=/home/azza/Desktop/integrade-0.6.1/integrade/deps/mpi/mpi-built 2>&1; \
    make && make install
/bin/sh: 1: cd: can't cd to deps/mpich2-1.0.5p4/
/bin/sh: 2: ./configure: not found
make[1727]: Entering directory `/home/azza/Desktop/integrade-0.6.1/integrade'
cd libs/broker; make DEBUG='false'; cd ../..;
make[1728]: Entering directory `/home/azza/Desktop/integrade-0.6.1/integrade/libs/broker'
javac src/jni//br/usp/ime/oppstore/broker//OppStoreBroker.java src/jni//br/usp/ime/oppstore/broker//OppStoreBrokerCallback.java src/jni//br/usp/ime/oppstore/broker//OppStoreBrokerTester.java -d src/jni//classes
javah -jni -o src/jni//OppStoreBrokerJava.h -classpath src/jni//classes br.usp.ime.oppstore.broker.OppStoreBroker
g++ -I../../shared -I/usr/bin/include/  -c -pthread -O2 -fPIC -g3 -O0 -fno-inline  -o src/objects/AccessBrokerSkeleton.o src/AccessBrokerSkeleton.cpp
src/AccessBrokerSkeleton.cpp:3:20: fatal error: lualib.h: No such file or direct

Carlos Eduardo Moreira dos Santos

unread,
Jan 31, 2013, 1:50:44 PM1/31/13
to integrade-support
Hi Azza,

It seems that you do not have lualib.h. Try to install the software "lua" and then run "make all" again.

Regards,
Carlos Eduardo (Cadu)
Message has been deleted

Azza Awadelkareem

unread,
Feb 7, 2013, 6:52:53 PM2/7/13
to integrad...@googlegroups.com, ce...@cemshost.com.br
hello carlos
iallrady have install lua it seems ihave proplem in path but ican't solve it

Carlos Eduardo Moreira dos Santos

unread,
Feb 16, 2013, 10:04:09 AM2/16/13
to integrade-support
Which version is your Ubuntu? You can check it by running "cat /etc/lsb-release" in terminal.


To unsubscribe from this group and stop receiving emails from it, send an email to integrade-supp...@googlegroups.com.
To post to this group, send email to integrad...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages