index

mdb-install

How to install Gauche-mdb

Gauche project

cvs -d:pserver:anonymous@gauche.cvs.sourceforge.net:/cvsroot/gauche login

Gauche-h2s

cvs -z3 -d:pserver:anonymous@gauche.cvs.sourceforge.net:/cvsroot/gauche co -P Gauche-h2s

Build: make install

Gauche-gtk

cvs -z3 -d:pserver:anonymous@gauche.cvs.sourceforge.net:/cvsroot/gauche co -P Gauche-gtk

Build: ./AUTOCONF configure --enable-glgd-pango --enable-gtkgl make stubs make make install

Gauche-mdb project

I created this one, to publish my code for a GTK+-based browser of results of sql queries from postgresql.

cvs -d:pserver:anonymous@gauche-mdb.cvs.sourceforge.net:/cvsroot/gauche-mdb login

Gauche-pg binding to libpq, and a big library to find foreign-key ...

and to analyze pg-result, Unfotunately much of this analysis is dependent on a patch to the postgresql server & libpq. see http://maruska.dyndns.org/comp/activity/webwiki/postgres-fsource.html

cvs -z3 -d:pserver:anonymous@gauche-mdb.cvs.sourceforge.net:/cvsroot/gauche-mdb co -P Gauche-pg

make make install

Gauche-pggtk

./auto make install

Gauche-gtksourceview binding to gtksourceview (to edit sql in a text-view widget)

./auto make stubs make make install

Gauche-mmc

collection of my basic gauche/scheme code.

make install

Gauche-mdb

the browser itself it can gain from a patch to gtk+ which implements "lazy pixbuf column renderer" for gtk-tree-view.

make install

On fresh Ub*ntu:

compiling gauche-mdb: packages needed: