Overview
Comment: | Forced iup to older version which works |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | rpc-db-access |
Files: | files | file ages | folders |
SHA1: |
d3b43556bded52a4dc8cca5b84e2c5c0 |
User & Date: | mrwellan on 2012-10-08 19:43:31 |
Other Links: | branch diff | manifest | tags |
Context
2012-10-08
| ||
19:43 | Forced iup to older version which works Closed-Leaf check-in: d3b43556bd user: mrwellan tags: rpc-db-access | |
18:53 | Force cache off for now check-in: 07dd812d1e user: matt tags: rpc-db-access | |
Changes
Modified utils/installall.sh from [84cb446680] to [a7a0bd3c37].
︙ | ︙ | |||
144 145 146 147 148 149 150 | ./configure --prefix=$PREFIX --enable-shared make make install cd $BUILDHOME export CSCLIBS=`echo $LD_LIBRARY_PATH | sed 's/:/ -L/g'` | | | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | ./configure --prefix=$PREFIX --enable-shared make make install cd $BUILDHOME export CSCLIBS=`echo $LD_LIBRARY_PATH | sed 's/:/ -L/g'` CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks iup:1.0.2 CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" chicken-install $PROX -D no-library-checks canvas-draw # export CD_REL=d704525ebe1c6d08 # if ! [[ -e Canvas_Draw-$CD_REL.zip ]]; then # wget http://www.kiatoa.com/matt/iup/Canvas_Draw-$CD_REL.zip # fi # |
︙ | ︙ |