[java-gnome-hackers] Re: [Java-gnome-developer] Can't build from cvs
Brought to you by:
afcowie
From: Tom B. <Tom...@Su...> - 2002-12-17 03:04:57
|
We're in the middle of a major overhaul, and so "make install" doesn't work yet. For now, add the jar files in the lib/ directory to your classpath and add the lib directory to LD_LIBRARY_PATH environment variable. Then you should be able to compile and run many of the example files (but many still need to be converted). Tom On Mon, 2002-12-16 at 15:16, Neven Boric wrote: > Thanks for your answer, I didn't realize I had to install ant for > java-gnome to build. > i installed it, and it seems to build ok, but when I try to make install > I get: > > make: *** No rule to make target `gnome', needed by `install'. Stop. > > The last output form the make command is: > > /usr/bin/ant -buildfile ../build.xml glade-jar > Buildfile: ../build.xml > > build-glade: > > glade-jar: > > BUILD SUCCESSFUL > Total time: 6 seconds > make[1]: Leaving directory `/home/neven/download/java-gnome/src' > make -C test gnome glade > make[1]: Entering directory `/home/neven/download/java-gnome/test' > make[1]: Nothing to be done for `gnome'. > make[1]: Nothing to be done for `glade'. > make[1]: Leaving directory `/home/neven/download/java-gnome/test' > > What might be te problem now? > Thanks again -- Tom Ball <Tom...@Su...> |