[fluxus] building CVS on Ubuntu Feisty

I. E. Smith-Heisters public at 0x09.com
Tue Apr 24 23:23:38 PDT 2007


Hi all,

Trying to build CVS of Fluxus on Ubuntu Feisty, and keep getting

fluxus$ scons install
scons: Reading SConscript files ...
--------------------------------------------------------
Fluxus: Configuring Build Environment
--------------------------------------------------------
Checking for C library m... (cached) yes
Checking for C library pthread... (cached) yes
Checking for C library dl... (cached) yes
Checking for C library mzscheme3m... no
ERROR: 'mzscheme3m' must be installed!


installed mzscheme

$ sudo apt-get install mzscheme drscheme
$ dpkg -l *scheme
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  drscheme       352-10ubuntu1  PLT Scheme Programming Environment
ii  mzscheme       352-10ubuntu1  PLT Scheme Interpreter

Set paths in SConstruct:

$ head -n15 SConstruct | tail -n4
Prefix = "/home/ian/sw"
PLTPrefix = "/usr"
PLTInclude = PLTPrefix+"/include/plt"
PLTLib = PLTPrefix+"/lib"

$ ls -lh /usr/include/plt
total 336K
-rw-r--r-- 1 root root  815 2007-03-01 14:07 escheme.h
-rw-r--r-- 1 root root   84 2007-03-01 14:07 ext.exp
-rw-r--r-- 1 root root  866 2007-03-01 14:07 mzconfig.h
-rw-r--r-- 1 root root  12K 2007-03-01 14:07 mzscheme3m.exp
-rw-r--r-- 1 root root  12K 2007-03-01 14:07 mzscheme.exp
-rw-r--r-- 1 root root  50K 2007-03-01 14:07 schemef.h
-rw-r--r-- 1 root root  13K 2007-03-01 14:07 schemegc2.h
-rw-r--r-- 1 root root  63K 2007-03-01 14:07 scheme.h
-rw-r--r-- 1 root root  46K 2007-03-01 14:07 schemex.h
-rw-r--r-- 1 root root  42K 2007-03-01 14:07 schemexm.h
-rw-r--r-- 1 root root 5.5K 2007-03-01 14:07 schexn.h
-rw-r--r-- 1 root root  334 2007-03-01 14:07 schvers.h
-rw-r--r-- 1 root root  37K 2007-03-01 14:07 sconfig.h
-rw-r--r-- 1 root root  10K 2007-03-01 14:07 stypes.h
-rw-r--r-- 1 root root  707 2007-03-01 14:07 uconfig.h

Tried just commenting out the scheme.h check, but it the build just failed.

Any ideas?

Thanks much,
Ian



More information about the Fluxus mailing list