* Re: Weird message and patch
@ 2003-07-22 2:59 Stas Sergeev
0 siblings, 0 replies; 2+ messages in thread
From: Stas Sergeev @ 2003-07-22 2:59 UTC (permalink / raw)
To: linux-msdos
[-- Attachment #1: Type: text/plain, Size: 176 bytes --]
Hello.
hector Colina wrote:
> euridice:/home/hector/dosemu-1.1.5# patch -p0 -s < ../patch
Use -p1 instead. Or update to 1.1.5.6.
And apply the attached patch also (with -p0).
[-- Attachment #2: msg.diff --]
[-- Type: text/plain, Size: 987 bytes --]
--- src/plugin/kbd_unicode/keymaps.c Sun Jul 20 17:43:22 2003
+++ src/plugin/kbd_unicode/keymaps.c Mon Jul 21 21:45:58 2003
@@ -2369,7 +2369,8 @@
fd = getfd();
if(fd < 0) {
- fprintf(stderr, "no console\n");
+ error("Unable to open console to evaluate the keyboard map.\n"
+ "Please specify your keyboard map explicitly via the $_layout option\n");
return 1;
}
--- src/env/video/X.c Sun Jul 20 17:43:22 2003
+++ src/env/video/X.c Mon Jul 21 21:47:49 2003
@@ -3407,10 +3407,10 @@
if (strlen(p)) {
font = XLoadQueryFont(display, p);
if(font == NULL) {
- error("X: Unable to open font \"%s\", using builtin", p);
+ error("X: Unable to open font \"%s\", using builtin\n", p);
}
else if(font->min_bounds.width != font->max_bounds.width) {
- error("X: Font \"%s\" isn't monospaced, using builtin", p);
+ error("X: Font \"%s\" isn't monospaced, using builtin\n", p);
XFreeFont(display, font);
font = NULL;
}
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Weird message and patch
@ 2003-07-21 18:56 hector Colina
0 siblings, 0 replies; 2+ messages in thread
From: hector Colina @ 2003-07-21 18:56 UTC (permalink / raw)
To: linux-msdos
Hi again.
I will try the patch, but i het the message:
euridice:/home/hector/dosemu-1.1.5# patch -p0 -s < ../patch
The text leading up to this was:
--------------------------
|emu-1.1.5.5/src/plugin/kbd_unicode/Makefile
|dosemu-1.1.5.5-kbd/src/plugin/kbd_unicode/Makefile
|--- dosemu-1.1.5.5/src/plugin/kbd_unicode/Makefile Sun Jul 20 14:25:40
2003|+++ dosemu-1.1.5.5-kbd/src/plugin/kbd_unicode/Makefile Sun Jul 20
14:31:19 2003--------------------------
File to patch:
What it's?
dosemu-1.1.5.5-kbd/src/plugin/kbd_unicode/keymaps.c
I don't have the directory...
Thank.
_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger:
http://messenger.yupimsn.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-07-22 2:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-22 2:59 Weird message and patch Stas Sergeev
-- strict thread matches above, loose matches on Subject: below --
2003-07-21 18:56 hector Colina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox