This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


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

jemacs doesn't build with current sources


typing "make jemacs.jar" produces this on recent CVS versions:

  bicoid:~/kawa$ make jemacs.jar
  srcdir=`(cd .; /bin/pwd)` \
    && rm -rf tmpdir \
    && mkdir tmpdir \
    && cd tmpdir \
    && $srcdir/configure --with-swing \
    && make \
    && jar cmf $srcdir/gnu/jemacs/jar-manifest \
        ../jemacs-0.6.97.jar \
        `find . -name '*.class' -print` \
    && cd .. && rm -rf tmpdir
  creating cache ./config.cache
  checking for a BSD compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking whether make sets ${MAKE}... yes
  configure: error: source directory already configured; run make distclean there first
  make: *** [jemacs-0.6.97.jar] Error 1

doing "make distclean" and reconfing with --enable-swing doesn't seem
to make any difference...

John Kozak


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