Re: [Sablevm-developer] Are we ready for 1.1.4?
Brought to you by:
egagnon
From: Grzegorz B. P. <ga...@de...> - 2004-05-12 02:38:16
|
On (11/05/04 10:04), Etienne Gagnon wrote: > Hi folks, > > So, is there anything holding this release? Hmmm... oh yes!... We > lack an appropriate NEWS release. I have proven myself not to be very > good at doing a satisfying job on this, according to some people, so, > please send your proposal ASAP. :-) Please take a look at what I've just copied from my sandbox to svn cat \ svn://svn.sablevm.org/sablevm/branches/staging/doc/release_mail.txt Improvements are welcome. Other than this - I also built sablevm and I keep getting two kinds of warnings which I don't like: 1. At autogen.sh time: automake: src/libsablevm/Makefile.am: not supported: source file `inlinability/inlined_alpha.h' is in subdirectory for each src/lib/sablevm/inlinablity/inlined_*.h file. But I think this is because of older autotools on my machine. I removed src/libsablevm/inlinabiliyt/Makefile and moved the logic back to src/libsablevm/Makefile using glue and I had *no* warnings like that. It compiles well though, so I am just mentioning this for completness. 2. At compile time I am getting a few dozens of such warnings: In file included from libsablevm.c:113: java_io_VMObjectStreamClass.c:24: warning: static declaration for `Java_java_io_VMObjectStreamClass_hasClassInitializer' follows non-static Am I the only one seeing them? That'd be a surprise. $ gcc --version gcc (GCC) 3.3.3 (Debian 20040429) Current Debian unstable. HTH GBP -- Grzegorz B. Prokopski <ga...@de...> Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM |