On Sunday 15 April 2001 15:50, The Hermit Hacker wrote: > zero thoughts on this one, unfortunately: > > > fast creating xparts/src/kde/Makefile > fast creating xparts/xpart_notepad/Makefile > creating config.h > > Java wasn't found. The Java bindings need javac, javah and jni. > Try using --with-java=/your/java/dir. Typing 'make' now will skip the java bindings. > > gmake[2]: Entering directory `/usr/base/kde/kdebindings/dcopjava' Ok, the problem is, it should have skipped dcopjava. Stephan ? Why doesn't this work ? COMPILE_FIRST = $(JAVADIRS) SUBDIRS = $(COMPILE_FIRST) $(TOPSUBDIRS) JAVADIRS is empty... but dcopjava etc. are in TOPSUBDIRS so they get compiled nonetheless. koffice/Makefile.am has something very similar, and it works there. I'm puzzled. Do I have to use DO_NOT_COMPILE on _top_ of COMPILE_FIRST ? (I can't use DO_NOT_COMPILE alone because the order inside JAVADIRS matters) -- David FAURE, david@mandrakesoft.com, faure@kde.org http://perso.mandrakesoft.com/~david/, http://www.konqueror.org/ KDE, Making The Future of Computing Available Today >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<