Re: [Sablevm-developer] Config File Parsing (Done)
Brought to you by:
egagnon
From: Etienne M. G. <eg...@j-...> - 2000-12-09 06:04:33
|
Hi again. > 2- You are using a non ISO/POSIX function `getline'. I have fixed > configure.in so that this breaks the build, which is a good thing, if we > want SableVM to remain portable. In fact, for the error to show, you need to do the following: $ cvs update $ export CFLAGS='-Werror -O0 -ggdb' $ autoreconf $ make clean $ make I always keep the CFLAGS set as shown above during development: you get a nicer debugger behavior, and you don't forget any warning;-) I usually use DDD (apt-get install ddd). Quite nice; allows you to browse your data structures. Etienne -- ---------------------------------------------------------------------- Etienne M. Gagnon, M.Sc. e-mail: eg...@j-... Author of SableCC: http://www.sable.mcgill.ca/sablecc/ and SableVM: http://www.sablevm.org/ ---------------------------------------------------------------------- |