On 8/2/05, Michele Simionato <[EMAIL PROTECTED]> wrote: > I have installed Chicken 2 and tried to reinstall the postgresql egg. > However > since the -hygienic option has been removed I get this error: > > $ sudo chicken-setup postgresql > /usr/local/bin/csc -feature compiling-extension -s -hygienic -O2 -d0 > postgresql.scm -C -I`pg_config --includedir` -L -L`pg_config --libdir` > -lpq
Argh, yet another one I forgot. Please change "-hygienic" in postgresql.setup to "-R syntax-case" (make sure the syntax-case egg is installed). cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
