RE: [Java-gnome-developer] Running the make script twice
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2002-04-01 12:32:23
|
Thanks for the input. I will make these changes in cvs early this week. -Jeff > The part of the make script that fails the first time > you run the script, will actually fail continuesly if > CLASSPATH does not exist. If CLASSPATH exists, but is > empty (eg. "export CLASSPATH=3D") then the makescript > will complete the second time its run (dunno why). >=20 > The line in the script (test/Makefile) that fails is=20 > this one: >=20 > gcj -fPIC -fjni -g -O -o TestGTK --main=3DTestGTK \ > -L../lib TestGTK.java -lGTKJar >=20 > If its replaced with this one, then it will compile > first time: >=20 > gcj -fPIC -fjni -g -O -o TestGTK --main=3DTestGTK \ > TestGTK.java -lGTKJar -classpath \ > =09 > /home/benny/java-gnome-0.7.1/lib/gtk.jar:/home/benny/gcc/share > /libgcj.jar >=20 > I use absolute paths which obviously have to be done in=20 > some other way. Compiling TestGNOME has to be rewritten=20 > in a similar fashion. >=20 > S=F8ren >=20 >=20 > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer >=20 |