From ebbf2b9221da0966f44621f07737c9b4bbabfdbd Mon Sep 17 00:00:00 2001 From: guest Date: Mon, 13 Oct 2008 22:56:36 +0000 Subject: fixed build system, to build on x86 and amd64, tested with gentoo & debian git-svn-id: http://manut.eu/svn/yalp/trunk@13 f059d3a0-6783-47b7-97ff-1fe0bbf25129 --- ClientConfiguration.xml | 14 +++++++------- build.xml | 2 +- client.sh | 3 ++- idlj.sh | 3 ++- lib/libswt-gtk-3139.so | Bin 160024 -> 0 bytes lib/libswt-pi-gtk-3139.so | Bin 276180 -> 0 bytes 6 files changed, 12 insertions(+), 10 deletions(-) delete mode 100755 lib/libswt-gtk-3139.so delete mode 100755 lib/libswt-pi-gtk-3139.so diff --git a/ClientConfiguration.xml b/ClientConfiguration.xml index 7eff5e7..fef3b6b 100644 --- a/ClientConfiguration.xml +++ b/ClientConfiguration.xml @@ -1,7 +1,7 @@ - - - 127.0.0.1 - 5002 - 5001 - "/usr/bin/vlc" - + + + 127.0.0.1 + 5002 + 5001 + "/usr/bin/vlc" + diff --git a/build.xml b/build.xml index eafc123..d94b0e2 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/client.sh b/client.sh index ec5be80..7766aee 100755 --- a/client.sh +++ b/client.sh @@ -1 +1,2 @@ -java -Djava.library.path=./lib -jar yalpSWTClient.jar -ORBInitialPort 1050 -ORBInitialHost 10.0.3.20 -ORBInitRef NameService=corbaloc:iiop:10.0.3.20:1050/NameService +export LD_LIBRARY_PATH=/usr/lib/jni +java -Dswt.library.path=/usr/lib/java -jar yalpSWTClient.jar -ORBInitialPort 1050 -ORBInitialHost 10.0.3.20 -ORBInitRef NameService=corbaloc:iiop:10.0.3.20:1050/NameService diff --git a/idlj.sh b/idlj.sh index df8fd5e..e7f3123 100755 --- a/idlj.sh +++ b/idlj.sh @@ -1,3 +1,4 @@ #!/bin/bash -/usr/bin/idlj -fall $@ +export PATH=$PATH:/opt/sun-jdk-1.6.0.07/bin +idlj -fall $@ #/opt/ibm-java-i386-60/bin/idlj -fall $@ diff --git a/lib/libswt-gtk-3139.so b/lib/libswt-gtk-3139.so deleted file mode 100755 index ccf617f..0000000 Binary files a/lib/libswt-gtk-3139.so and /dev/null differ diff --git a/lib/libswt-pi-gtk-3139.so b/lib/libswt-pi-gtk-3139.so deleted file mode 100755 index 6fc3306..0000000 Binary files a/lib/libswt-pi-gtk-3139.so and /dev/null differ -- cgit v1.2.3