Re: [Java-gnome-developer] Problems to install java-gnome-0.8
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-10-27 00:54:43
|
Il sab, 2003-10-25 alle 22:01, Darko Obradovic ha scritto: > Problem here was that I didn't have ant installed. configure didn't > complain, but used the empty output for the command instead, which > resulted in silent errors which I didn't notice in the first run. > I'd suggest to check for ant and to abort configure if it's not there. It should abort... however if you check the configure output (or config.log, I can't remember) it says "checking for ant:... no" > One more problem in the process was the CLASSPATH. In src/Makefile.in > it's set to "build-java/gtk:build-java/gnome:build-java/glade", whereas > for compilation it needs classes in packages "org.gnu.gtk.*" and so on, > which are all in the directory "java", so changing the CLASSPATH to > simply "java" solved that for me. Well, I have to confirm that it's works well for me from today's CVS which also fixes the GStringArray bug. The build-java directory is created during the build process. Maybe a bad ant installation? > And then I come to a yet unresolved problem with install-targets. I > chose gnome and gcj-compile, so configure generated the following > install-target for me: > > # Install targets > install: gnome_install glade_install gnome_native_install > glade_native_install > > But gnome_install and gnome_native_install both try to install > partially the same things, so I get errors in "ln"-operation. > I have no clue how the system is menat to be set up, so... It seems like you are not using the latest cvs version; I dunno, really. I had no problems with this, I used "./configure --with-gcj-compile" after patching the configure script because gcj was not correctly detected (at least on Redhat 9). I'll post the patch to the list soon. > Didn't mean this as a simple support-request. No offense was intended. It sounded like a help request to me :) Hope this helps, Luca -- Luca De Rugeriis <pie...@li...> |