From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frantisek Hanzlik Subject: Re: svn revision 2060 does not build Date: Sat, 08 Oct 2011 11:28:13 +0200 Message-ID: <4E9017AD.1000000@hanzlici.cz> References: <87y5wvamyj.fsf@turtle.gmx.de> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87y5wvamyj.fsf@turtle.gmx.de> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Sven Joachim Cc: linux-msdos@vger.kernel.org Sven Joachim wrote: > Hi, > > DOSEMU from svn, revision 2060, fails to build here: > > ,---- > | make[2]: Entering directory `/usr/local/src/dosemu/src/plugin/translate/charsets' > | make[2]: *** No rule to make target `iconv.o', needed by `../../../../src/lib/libplugin_translate_charsets.a'. Stop. > `---- > > Regards, > Sven It look like Bart is working at some enhanced version with general charset conversion ;) Comparing with Makefile from older version, it seems as is shall be enough adjust it as: --- dosemu-1.4.0.1.err/src/plugin/translate/charsets/Makefile 2011-10-08 10:54:45.723669180 +0200 +++ dosemu-1.4.0.1/src/plugin/translate/charsets/Makefile 2011-10-08 11:12:21.044686523 +0200 @@ -7,7 +7,7 @@ top_builddir=../../../.. include $(top_builddir)/Makefile.conf -CFILES=ascii.c cp437.c cp850.c cp852.c GB2312.c ibm_ascii.c iconv.c iso2022.c \ +CFILES=ascii.c cp437.c cp850.c cp852.c GB2312.c ibm_ascii.c iso2022.c \ iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c iso8859-6.c \ iso8859-7.c iso8859-8.c iso8859-9.c JIS0201.c JIS0208.c KSX1001.c multibyte.c \ utf8.c vt100.c