Am 30.06.2014 23:12, schrieb Emmanuel Bourg: > Thank you for the log Matthias. Could you also detail the steps to > reproduce this error please? I tried to build gcc with > --enable-java-maintainer-mode but I didn't see this error (but my > configure args were probably incomplete).
see libjava/HACKING. - you need the ecj1 and gjavah scripts - From "Import a new release", do "Remove the generated class and header files" I configured with # to install: # libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libgconf2-dev libqt4-dev triplet=x86_64-linux-gnu #PATH=/scratch/packages/gcc/svn:$PATH #export PATH branch=gcc-4_9-branch #branch=trunk ecjjar=/home/packages/gcc/svn/ecj-4.9.jar ecjjar=/usr/share/java/ecj.jar ../$branch/configure \ --prefix=/home/packages/gcc/svn/jinstall \ --enable-languages=c,c++,java \ --disable-multilib \ --enable-java-maintainer-mode \ --with-ecj-jar=$ecjjar \ --enable-gjdoc \ --enable-gconf-peer \ --enable-gstreamer-peer \ --enable-java-awt=gtk,qt,xlib \ --enable-gtk-cairo \ --build=$triplet \ --host=$triplet \ --target=$triplet \ -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/53b26b10.8010...@debian.org