Re: Howto generate configure?

2006-07-21 Thread Clemens Eisserer
Hello again, Thanks for all the help and patience, its really seldom to get such amount help ... thanks! I now discovered that the debian-based Maemo-scartchbox SDK only comes with automake-1.8.5 whereas classpath requires at least 1.9 so it bails out with an error message - running autogen.sh

Re: Howto generate configure?

2006-07-21 Thread Michael Koch
On Fri, Jul 21, 2006 at 08:09:33AM +0200, Clemens Eisserer wrote: Hello again, Thanks for all the help and patience, its really seldom to get such amount help ... thanks! I now discovered that the debian-based Maemo-scartchbox SDK only comes with automake-1.8.5 whereas classpath requires

Re: Howto generate configure?

2006-07-21 Thread Clemens Eisserer
Hello again :-/ Well as far as I know to be able to make dist I guess I have to run the generated configure-script first, however it fails saying GConf2 is missing. However I've GConf2 installed, I even updated it to 2.14 to make sure I use an up-to-date version and its installed in default

Re: Howto generate configure?

2006-07-21 Thread Gary Benson
Clemens Eisserer wrote: Well as far as I know to be able to make dist I guess I have to run the generated configure-script first, however it fails saying GConf2 is missing. However I've GConf2 installed, I even updated it to 2.14 to make sure I use an up-to-date version and its installed in

Re: Howto generate configure?

2006-07-21 Thread Michael Koch
On Fri, Jul 21, 2006 at 09:37:43AM +0200, Clemens Eisserer wrote: Hello again :-/ Well as far as I know to be able to make dist I guess I have to run the generated configure-script first, however it fails saying GConf2 is missing. However I've GConf2 installed, I even updated it to 2.14 to

Re: Howto generate configure?

2006-07-21 Thread Mark Wielaard
Hi Clemens, On Fri, 2006-07-21 at 09:37 +0200, Clemens Eisserer wrote: I don't understand, classpath-0.91 builds so nicely but CVS only causes problems to me. If you really want build of the current CVS code as if they were release builds then look at http://builder.classpath.org/dist/ those

Re: Howto generate configure?

2006-07-21 Thread Clemens Eisserer
Hi Mark, If you really want build of the current CVS code as if they were release builds then look at http://builder.classpath.org/dist/ those are generated by the autobuilder with make dist and so should be as good as real release snapshots and you don't need any autotools installed for using

Re: Howto generate configure?

2006-07-21 Thread Paul Jenner
Hi Clemens, On Fri, 2006-07-21 at 17:23 +0200, Clemens Eisserer wrote: However configure claims that it can't find glib-2 (of course, since its an embedded platform), I configure classpath it with the following options: ./configure --disable-gtk-peer --disable-gconf-peer

Re: Howto generate configure?

2006-07-20 Thread Morgon Kanter
Run the script autogen.sh, which should be in the top-level directory of classpath. I would like to try out Classpath-CVS to experiment a bit with Roman's great xawt-implementation. However in CVS there are no scripts like configure available, so I tried autoconf (thats usually what I type

Re: Howto generate configure?

2006-07-20 Thread Mark Wielaard
Hi Clemems, On Thu, 2006-07-20 at 19:40 +0200, Clemens Eisserer wrote: I would like to try out Classpath-CVS to experiment a bit with Roman's great xawt-implementation. And I saw that the escher library is now being packaged for at least Debian. Which should make it even simpler:

Re: Howto generate configure?

2006-07-20 Thread Gary Benson
Hi Clemens, Clemens Eisserer wrote: I would like to try out Classpath-CVS to experiment a bit with Roman's great xawt-implementation. However in CVS there are no scripts like configure available The script autogen.sh will generate the configure script for you. Cheers, Gary

Re: Howto generate configure?

2006-07-20 Thread Dalibor Topic
On Thu, 2006-07-20 at 19:40 +0200, Clemens Eisserer wrote: Hello, I would like to try out Classpath-CVS to experiment a bit with Roman's great xawt-implementation. However in CVS there are no scripts like configure available, so I tried autoconf (thats usually what I type in if I don't find