Hello,
I downloaded the mined editor from
http://www.inf.fu-berlin.de/~wolff/mined-utf.html
then gunzipped and untarred the file
conigured it runnin the following script
#! /bin/sh
PATH=/bin:/usr/bin:$PATH # override "rm -i" script in user's path
./configure --enable-wide-chars --enable-logging --enable-hp-fkeys \
--enable-256-color --disable-tek4014 --disable-vt52 $*
after this i typed the "make" command with no options
It gives the the following error message
make: Fatal error in reader: Makefile.conf, line 113: Unexpected end of
line seen
I have attached the makefile also, could anyone please help me out
Regards,
Jeu
# Generated automatically from Makefile.in by configure.
# Makefile.in version 1.5
# yudit package - Unicode Editor for the X Window System (and Linux)
#
# Author: [EMAIL PROTECTED] (Gaspar Sinai)
# GNU Copyright (C) 1997,1998,1999 Gaspar Sinai
#
# yudit version 1.5 Copyright(C) 30 November, 1999, Tokyo Japan Gaspar Sinai
# yudit version 1.4 Copyright(C) 25 November, 1999, Tokyo Japan Gaspar Sinai
# yudit version 1.3 Copyright(C) 5 April, 1999, Tokyo Japan Gaspar Sinai
# yudit version 1.2 Copyright(C) 10 December, 1998, Tokyo Japan Gaspar Sinai
# yudit version 1.1 Copyright(C) 23 August, 1998, Tokyo Japan Gaspar Sinai
# yudit version 1.0 Copyright(C) 17 May, 1998, Tokyo Japan Gaspar Sinai
# yudit version 0.99 Copyright(C) 4 April, 1998, Tokyo Japan Gaspar Sinai
# yudit version 0.97 Copyright(C) 4 February, 1998, Tokyo Japan Gaspar Sinai
# yudit version 0.95 Copyright(C) 10 January, 1998, Tokyo Japan Gaspar Sinai
# yudit version 0.94 Copyright(C) 17 December, 1997, Tokyo Japan Gaspar Sinai
# yudit version 0.9 Copyright (C) 8 December, 1997, Tokyo Japan Gaspar Sinai
# yutex version 0.8 Copyright (C) 5 November, 1997, Tokyo Japan Gaspar Sinai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
# Makefile
#
include Makefile.conf
.PHONY: $TOPDIRS
all:
@for i in $(TOPDIRS); do \
cd $$i ; $(MAKE) ; \
if [ $$? != 0 ]; then \
cd ..; \
exit 1; \
fi; \
cd ..; \
done
@echo "------------------------------------------------------------------"
@echo "All libraries and GUIs have been built. You can type 'make install'"
@echo "------------------------------------------------------------------"
depend:
@for i in $(TOPDIRS); do \
cd $$i ; $(MAKE) depend; \
if [ $$? != 0 ]; then \
cd ..; \
exit 1; \
fi; \
cd ..; \
done
clean:
rm -f core
@for i in $(TOPDIRS); do \
cd $$i ; $(MAKE) clean; \
if [ $$? != 0 ]; then \
cd ..; \
exit 1; \
fi; \
cd ..; \
done
install:
@for i in $(TOPDIRS); do \
cd $$i ; $(MAKE) install; \
if [ $$? != 0 ]; then \
cd ..; \
exit 1; \
fi; \
cd ..; \
done
veryclean:
rm -f */.depend */*/.depend
@for i in $(TOPDIRS) ; do \
cd $$i ; $(MAKE) clean; \
cd ..; \
done
rm -f config.cache config.status config.log
rm -f Makefile
rm -f Makefile.conf
rm -f */*/*.bak */*.bak *.bak