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]

Re: jemacs doesn't build with current sources


John Kozak wrote:

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

>
>
>doing "make distclean" and reconfing with --enable-swing doesn't seem
>to make any difference...
>
It works for me - but I've built Kawa in a different directory than the 
sources.
For exampe try:

tar xzf kawa-VERSION.tar.gz
KAWADIR=`/bin/pwd`
KAWASRC=$KAWADIR/kawa-VERSION
mkdir BUILD
cd BUILD
$KAWASRC/configure --prefix $KAWADIR
make jemacs.jar



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