source: gs2-extensions/apache-jena/trunk/src/packages/CASCADE-MAKE.sh@ 36761

Last change on this file since 36761 was 36761, checked in by davidb, 19 months ago

Changes needed to compile up ruby; on a fresh build compilation errors were encountered accessing openssh headers. The compile sequece was finding system installed ones, but there were not compatible with the (admittedly old, v1.9) version of ruby we are using. Moving to a newer version of ruby didn't help, as newer versions now need to have a pre-installed/pre-existing version ruby installed, to be able to compile itself. Go figure\!

File size: 399 bytes
Line 
1#!/bin/bash
2
3##tar xvzf apache-jena-2.11.0.tar.gz \
4## && \
5#tar xvzf jena-fuseki-1.0.0-distribution.tar.gz
6
7
8source ../cascade-make/lib/cascade-lib.bash GEXT_JENA .. $*
9
10for d in OPENSSL RUBY FUSEKI FUSEKI3 ; do
11 echo " Running CASCADE-MAKE/$d.sh"
12
13 ./CASCADE-MAKE/$d.sh $*
14
15 if [ $? != 0 ] ; then
16 echo "Error encountered running CASCADE-MAKE/$d.sh"
17 exit 1
18 fi
19done
Note: See TracBrowser for help on using the repository browser.