public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
From: Frantisek Hanzlik <franta@hanzlici.cz>
To: Sven Joachim <svenjoac@gmx.de>
Cc: linux-msdos@vger.kernel.org
Subject: Re: svn revision 2060 does not build
Date: Sat, 08 Oct 2011 11:28:13 +0200	[thread overview]
Message-ID: <4E9017AD.1000000@hanzlici.cz> (raw)
In-Reply-To: <87y5wvamyj.fsf@turtle.gmx.de>

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

  reply	other threads:[~2011-10-08  9:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-08  8:48 svn revision 2060 does not build Sven Joachim
2011-10-08  9:28 ` Frantisek Hanzlik [this message]
2011-10-08 14:27   ` Bart Oldeman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E9017AD.1000000@hanzlici.cz \
    --to=franta@hanzlici.cz \
    --cc=linux-msdos@vger.kernel.org \
    --cc=svenjoac@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox