On Thu, 2006-12-14 at 21:06 -0200, Dâniel Fraga wrote: > Making all in lib > make[1]: Entering directory `/home/fraga/src/classpath-0.93-generics/lib' > true > top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard > Adding java source files from srcdir '..'. > Adding java source files from VM directory ../vm/reference > /usr/local/bin/ecj -1.5 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -proceedOnError -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -d . @classes > directory does not exist: ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: > make[1]: *** [compile-classes] Error 255 > make[1]: Leaving directory `/home/fraga/src/classpath-0.93-generics/lib' > make: *** [all-recursive] Error 1 > > Strange, because all the above directories exists. Strange indeed. Apologies that the generics configure/build seems much more fragile than expected. But thanks for reporting. We are merging the generics with the main branch so for the next release we must really clean up all these configure/build issues. What version of ecj are you using? Mine is: $ ecj -version Eclipse Java Compiler v_585_R31x, 3.1.2 release Could you try to go into the lib directory and run the command by hand, but stripping the last :: from the line? Maybe it is confused by the empty class path element. Thanks, Mark
Attachment:
signature.asc
Description: This is a digitally signed message part