Hello,
I am still unable to use bdb: when I compile a scheme file, the compiler says
( Ihave changed the makefile to let make display the commands) :
=====================================================================
-*- mode: compilation; default-directory: "~/Documents/mystuff/" -*-
Compilation started at Fri Jul 18 09:48:36
make
make debug
make[1]: entrant dans le répertoire « /home/gdw/Documents/mystuff »
make -f Makefile mystuff BFLAGS="-q -afile .afile -g3 -gbdb3" LNFLAGS=""
CFLAGS="-g"
make[2]: entrant dans le répertoire « /home/gdw/Documents/mystuff »
if [ ! -f .afile ]; then \
make -f Makefile .afile; \
fi
if [ ! -f .jfile ]; then \
make -f Makefile .jfile; \
fi
if [ ! -f .etags ]; then \
make -f Makefile .etags; \
fi
bigloo -q -afile .afile -g3 -gbdb3 -c mystuff.scm -o mystuff.o
*** WARNING:bigloo:-gbdb
Bdb not available (see Bigloo configuration option) ignoring option
echo "Linking..."
Linking...
bigloo -q -afile .afile -g3 -gbdb3 mystuff.mco mystuff.o -o bin/mystuff
*** WARNING:bigloo:-gbdb
Bdb not available (see Bigloo configuration option) ignoring option
echo "bin/mystuff done."
bin/mystuff done.
Compilation finished at Fri Jul 18 09:48:39
=====================================================================
I you can see, there is a bdb warning but I cannot figure why, even after
checking the ./configure flags...
When I start bdb, I have:
------------------------------------------------------------------------------
Bdb (v1.5) (level b) ("`-/")_.-'"``-._
the Bigloo debugger . . `; -._ )-;-,_`)
vendredi 27 juin 2014, 13:20:12 (UTC+0200) v ' _ )`-.\ ``-'
Manuel Serrano _.- _..-_/ / ((.'
email: ((,.-' ((,/
[email protected]
------------------------------------------------------------------------------
*** THIS IS AN ALPHA RELEASE ***
If it fails, if it does not show accurate informations, please, be tolerant.
------------------------------------------------------------------------------
(bdb) b MAIN
break: Can't find Bigloo identifier `MAIN'.
=====================================================================
Does one have an idea that can help me?
Thank in advance for your help that will be greatly appreciated
Guilhem
I