From: ·················@gmail.com
Subject: compile CLiCC on ubuntu
Date: 
Message-ID: <5b773def-da82-43c9-9991-b13c4d838eeb@u39g2000pru.googlegroups.com>
I am trying to compile CLiCC (http://www.informatik.uni-kiel.de/~wg/
clicc.html) on ubuntu 8.04.
It need to modify some codes.
Maybe, half way is finished. But rest part is hard.
I up the modified code to

http://www2s.biglobe.ne.jp/~niitsuma/clicc-0.6.5.mod.tar.gz

Chengelog from original src can see from attached darcs repos.

With this code, following procedure achieves the "half way".


sudo ln -s /usr/bin/make /usr/bin/gmake
wget http://www2s.biglobe.ne.jp/~niitsuma/clicc-0.6.5.mod.tar.gz
tar zxf clicc-0.6.5.mod.tar.gz
mkdir ~/clicc
cp -R bin src lib ~/clicc
export CLICCROOT=$HOME/clicc
CLICCROOT/bin/rt

cd ~/clicc/src/compiler
clisp
(load "clcload.lisp") ; fail here
From: ··················@gmail.com
Subject: Re: compile CLiCC on ubuntu
Date: 
Message-ID: <08d63501-2781-4e86-8c7c-7e56a0e03cf9@z19g2000vbz.googlegroups.com>
On May 13, 2:56 pm, ·················@gmail.com wrote:
> I am trying to compile CLiCC (http://www.informatik.uni-kiel.de/~wg/
> clicc.html) on ubuntu 8.04.
> It need to modify some codes.
> Maybe, half way is finished. But rest part is hard.
> I up the modified code to
>
> http://www2s.biglobe.ne.jp/~niitsuma/clicc-0.6.5.mod.tar.gz
>
> Changelog from original src can see from attached darcs repos.
>
> With this code, following procedure achieves the "half way".
>
> sudo ln -s /usr/bin/make /usr/bin/gmake
> wgethttp://www2s.biglobe.ne.jp/~niitsuma/clicc-0.6.5.mod.tar.gz
> tar zxf clicc-0.6.5.mod.tar.gz
> mkdir ~/clicc
> cp -R bin src lib ~/clicc
> export CLICCROOT=$HOME/clicc
> CLICCROOT/bin/rt
>
> cd ~/clicc/src/compiler
> clisp
> (load "clcload.lisp") ; fail here

That looks a little bit, err. old.

You might have more luck with this:

http://ecls.sourceforge.net/

Although it is its own lisp system, rather than a compiler that you
bootstrap from another lisp system.