This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling with CVS classpath


Hi.

I am trying to get gcj compiled with CVS classpath, but having troubles.
gcc/libjava/HACKING tells me:

  The way to set this up is very similar to importing a new version of
  Classpath into the libgcj tree.  In your working tree:
  
  * cd gcc/libjava; rm -rf classpath
  * cvs co classpath
  * cd classpath
    Now run the auto tools as specified in the import process; then
    cd ..
  * Run 'scripts/makemake.tcl > sources.am' in the source tree
  * Run automake for libgcj
  
  Now you should be ready to go.

After checking out gcc from SVN, then checking out classpath from CVS
into gcc/libjava, I did this:

  jet:/home/cam/work/svn/gcc/libjava/classpath # cp ../../lt* .
  jet:/home/cam/work/svn/gcc/libjava/classpath # cp ../../config.sub ../../config.guess .
  jet:/home/cam/work/svn/gcc/libjava/classpath # aclocal -I m4 -I ../.. -I ../../config
  /usr/share/aclocal/libraw1394.m4:6: warning: underquoted definition of AC_LIB_RAW1394_FLAGS
    run info '(automake)Extending aclocal'
    or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
  /usr/share/aclocal/libraw1394.m4:19: warning: underquoted definition of AC_LIB_RAW1394_HEADERS
  /usr/share/aclocal/libraw1394.m4:41: warning: underquoted definition of AC_LIB_RAW1394_LIBVERSION
  /usr/share/aclocal/libraw1394.m4:75: warning: underquoted definition of AC_LIB_RAW1394_RUNTEST
  /usr/share/aclocal/libraw1394.m4:138: warning: underquoted definition of AC_LIB_RAW1394
  jet:/home/cam/work/svn/gcc/libjava/classpath # autoconf
  jet:/home/cam/work/svn/gcc/libjava/classpath # autoheader
  jet:/home/cam/work/svn/gcc/libjava/classpath # automake
  tools/Makefile.am: required file `./compile' not found
  jet:/home/cam/work/svn/gcc/libjava/classpath # rm -rf autom4te.cache/
  jet:/home/cam/work/svn/gcc/libjava/classpath # cd ..
  jet:/home/cam/work/svn/gcc/libjava # scripts/makemake.tcl > sources.am
  couldn't open "classpath/lib/standard.omit": no such file or directory
      while executing
  "open $name r"
      (procedure "read_omit_file" line 3)
      invoked from within
  "read_omit_file classpath/lib/standard.omit"
      (file "scripts/makemake.tcl" line 366)

I guess the errors from automake and scripts/makemake.tcl shouldnât
happen.  Is there something Iâm doing wrong?

Thanks,

Cameron

-- 
Cameron McCormack, http://mcc.id.au/
	xmpp:heycam@jabber.org  â  ICQ 26955922  â  MSN cam@mcc.id.au


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]