Re: [Sablevm-developer] building from CVS
Brought to you by:
egagnon
From: Prof. E. M. G. <eti...@uq...> - 2003-02-10 20:09:19
|
Hi David. I tried to get SableVM running on my PowerBook (Debian stable(mostly) + testing(libc6)), using your older non-reflection patch yesterday. It didn't work. I just tried again applying your latest patch ver1.2 to a plain CVS snapshot of sablevm/sablepath-libs/sablepath-classes and I get the same failure: $ sablevm -Y HelloWorld java/lang/ExceptionInInitializerError $ Do you have any idea what might be wrong in my setting? I am compiling using the attached script. Etienne David Paul BELANGER wrote: > Thanks for the info. > > I just run "make indent" to produce a new patch (ver 1.2). > The only difference between 1.1 and 1.2 is the indentation. > > David > > > On Mon, Feb 10, 2003 at 01:08:24AM -0500, Etienne M. Gagnon wrote: > >>Hi David, >> >>You need to run: >> >>aclocal ; libtoolize ; autoconf ; autoheader ; automake --foreign -a >> >>It is also interesting to generate TAGS file using etags: >> >>... # build commands >>make ; make install >>etags -R >> >>To indent your code: >> >>make indent >> >>Etienne >> >> >>On Sun, Feb 09, 2003 at 11:16:35PM -0500, David Paul BELANGER wrote: >> >>>Hello, >>> >>>I'm trying to build SableVM from CVS but I'm not sure how to generate >>>the configure script (last time I cheated and copy it from the >>>release...). >>> >>>I am not at all familiar with the autoconf/automake process. Reading on >>>the web didn't help. >>> >>>I tried running autoconf and I got: >>>ibou:~/tmp21/sablevm/sablevm> autoconf >>>configure.ac:9: error: possibly undefined macro: AM_INIT_AUTOMAKE >>> If this token and others are legitimate, please use >>> m4_pattern_allow. >>> See the Autoconf documentation. >>>configure.ac:11: error: possibly undefined macro: >>>AM_CONFIG_HEADER >>>configure.ac:31: error: possibly undefined macro: >>>AC_DISABLE_STATIC >>>configure.ac:122: error: possibly undefined macro: >>>AC_LIBTOOL_DLOPEN >>>configure.ac:123: error: possibly undefined macro: >>>AM_PROG_LIBTOOL >>>ibou:~/tmp21/sablevm/sablevm> >>> >>>My version of autoconf is 2.50. >>> >>>My system is Debian GNU/Linux/PPC. >>> >>>What commands do I need to run and in what order? >>> >>>Thanks, >>>David >>> >>>--- >>> >>>David B?langer >>>Graduate Student >>>School of Computer Science >>>McGill University >>>Office: MC226 >>> >>>Web page: http://www.cs.mcgill.ca/~dbelan2/ >>>Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt >>> >>> >>> >>>------------------------------------------------------- >>>This SF.NET email is sponsored by: >>>SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >>>http://www.vasoftware.com >>>_______________________________________________ >>>Sablevm-developer mailing list >>>Sab...@li... >>>https://lists.sourceforge.net/lists/listinfo/sablevm-developer >> >>-- >>Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ >>SableVM: http://www.sablevm.org/ >>SableCC: http://www.sablecc.org/ > > -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |