* svn revision 2060 does not build
@ 2011-10-08 8:48 Sven Joachim
2011-10-08 9:28 ` Frantisek Hanzlik
0 siblings, 1 reply; 3+ messages in thread
From: Sven Joachim @ 2011-10-08 8:48 UTC (permalink / raw)
To: linux-msdos
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: svn revision 2060 does not build
2011-10-08 8:48 svn revision 2060 does not build Sven Joachim
@ 2011-10-08 9:28 ` Frantisek Hanzlik
2011-10-08 14:27 ` Bart Oldeman
0 siblings, 1 reply; 3+ messages in thread
From: Frantisek Hanzlik @ 2011-10-08 9:28 UTC (permalink / raw)
To: Sven Joachim; +Cc: linux-msdos
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: svn revision 2060 does not build
2011-10-08 9:28 ` Frantisek Hanzlik
@ 2011-10-08 14:27 ` Bart Oldeman
0 siblings, 0 replies; 3+ messages in thread
From: Bart Oldeman @ 2011-10-08 14:27 UTC (permalink / raw)
To: Frantisek Hanzlik; +Cc: Sven Joachim, linux-msdos, reinhard.karcher
Hi,
thanks, and sorry for the failure.
It's fixed now.
> It look like Bart is working at some enhanced version with general
> charset conversion ;)
There was indeed a proof-of-concept using iconv file lying around
there from 2006 but I never got around to finishing it.
Bart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-08 14:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-08 8:48 svn revision 2060 does not build Sven Joachim
2011-10-08 9:28 ` Frantisek Hanzlik
2011-10-08 14:27 ` Bart Oldeman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox