Re: SableVM on Windows (newbie)
Patrick Wright <[email protected]> Sat, 26 Mar 2005 16:36:06 +0100
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Message-ID | <[email protected]> |
Etienne > No. You should simply run the configure script that will generate the > Makefile, e.g. > > $ ls -l Makefile* > Makefile.am > Makefile.in > $ ./configure > ... > $ ls -l Makefile* > Makefile > Makefile.am > Makefile.in I ran ./configure, but it generated no Makefile. It seemed to give no errors--but there was this at the end: checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. Didn't think that was important :) What do I need to download? Thanks Patrick