unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Broken - leim/ja-dic/ja-dic.el
@ 2002-08-01 14:48 Dhruva Krishnamurthy
  2002-08-01 16:17 ` Eli Zaretskii
  2002-08-04  7:54 ` Harald.Maier.BW
  0 siblings, 2 replies; 8+ messages in thread
From: Dhruva Krishnamurthy @ 2002-08-01 14:48 UTC (permalink / raw)


Hi,
 I tried building Emacs using the latest CVS code on Win2K and it fails
 to build leim/ja-dic/ja-dic.el file.
It complains about finding end of file, may be unbalanced bracket. I
could see the bracket before "(provide" at (line 54580) the bottom of
the file as an unmatched paren. I am not too sure though. I guess a
bracket at line ### has to be escaped.

with regards,
dhruva
-- 
Dhruva Krishnamurthy
Home: http://www.geocities.com/gnued/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Broken - leim/ja-dic/ja-dic.el
  2002-08-01 14:48 Broken - leim/ja-dic/ja-dic.el Dhruva Krishnamurthy
@ 2002-08-01 16:17 ` Eli Zaretskii
  2002-08-04  7:54 ` Harald.Maier.BW
  1 sibling, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2002-08-01 16:17 UTC (permalink / raw)
  Cc: emacs-devel


On Thu, 1 Aug 2002, Dhruva Krishnamurthy wrote:

>  I tried building Emacs using the latest CVS code on Win2K and it fails
>  to build leim/ja-dic/ja-dic.el file.

Make sure the file's end-of-line format wasn't munged by some Windows 
software, such as the CVS client.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Broken - leim/ja-dic/ja-dic.el
  2002-08-01 14:48 Broken - leim/ja-dic/ja-dic.el Dhruva Krishnamurthy
  2002-08-01 16:17 ` Eli Zaretskii
@ 2002-08-04  7:54 ` Harald.Maier.BW
  2002-08-04  8:39   ` Krishnakumar B
  2002-08-04  9:38   ` Harald.Maier.BW
  1 sibling, 2 replies; 8+ messages in thread
From: Harald.Maier.BW @ 2002-08-04  7:54 UTC (permalink / raw)


"Dhruva Krishnamurthy" <seagull@fastmail.fm> writes:

> Hi,
>  I tried building Emacs using the latest CVS code on Win2K and it fails
>  to build leim/ja-dic/ja-dic.el file.
...

I am getting this error each time if I build with mingw-gcc ... It's
not a fracture of the leg but knows someone what is going wrong?

,----
| Converting all tit files in the directory \
| f:/home/maierh/cvs/w2k/emacs/leim/CXTERM-DIC
| 
| Converting 
| f:/home/maierh/cvs/w2k/emacs/leim/CXTERM-DIC/4Corner.tit to quail-package...
| Invalid ENCODE: value in TIT dictionary
| Signal 127
`----

Harald

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Broken - leim/ja-dic/ja-dic.el
  2002-08-04  7:54 ` Harald.Maier.BW
@ 2002-08-04  8:39   ` Krishnakumar B
  2002-08-04  9:38   ` Harald.Maier.BW
  1 sibling, 0 replies; 8+ messages in thread
From: Krishnakumar B @ 2002-08-04  8:39 UTC (permalink / raw)


On Sunday, 4 August 2002, Harald.Maier.BW@t-online.de wrote:
> "Dhruva Krishnamurthy" <seagull@fastmail.fm> writes:
> 
> > Hi,
> >  I tried building Emacs using the latest CVS code on Win2K and it fails
> >  to build leim/ja-dic/ja-dic.el file.
> ...
> 
> I am getting this error each time if I build with mingw-gcc ... It's
> not a fracture of the leg but knows someone what is going wrong?
> 
> ,----
> | Converting all tit files in the directory \
> | f:/home/maierh/cvs/w2k/emacs/leim/CXTERM-DIC
> | 
> | Converting 
> | f:/home/maierh/cvs/w2k/emacs/leim/CXTERM-DIC/4Corner.tit to quail-package...
> | Invalid ENCODE: value in TIT dictionary
> | Signal 127
> `----

I too get the same error when building with MSVC. Though it happens in not
just this file but most files under the CXTERM-DIC directory.

-kitty.

-- 
Krishnakumar B <kitty at cs dot wustl dot edu>
Distributed Object Computing Laboratory, Washington University in St.Louis

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Broken - leim/ja-dic/ja-dic.el
  2002-08-04  7:54 ` Harald.Maier.BW
  2002-08-04  8:39   ` Krishnakumar B
@ 2002-08-04  9:38   ` Harald.Maier.BW
  2002-08-05  4:38     ` Krishnakumar B
  1 sibling, 1 reply; 8+ messages in thread
From: Harald.Maier.BW @ 2002-08-04  9:38 UTC (permalink / raw)



Harald.Maier.BW@t-online.de writes:

> "Dhruva Krishnamurthy" <seagull@fastmail.fm> writes:
>
>> Hi,
>>  I tried building Emacs using the latest CVS code on Win2K and it fails
>>  to build leim/ja-dic/ja-dic.el file.
> ...
>
> I am getting this error each time if I build with mingw-gcc ... It's
> not a fracture of the leg but knows someone what is going wrong?
>
> ,----
> | Converting all tit files in the directory \
> | f:/home/maierh/cvs/w2k/emacs/leim/CXTERM-DIC
> | 
> | Converting 
> | f:/home/maierh/cvs/w2k/emacs/leim/CXTERM-DIC/4Corner.tit to quail-package...
> | Invalid ENCODE: value in TIT dictionary
> | Signal 127
> `----

Did just now a new checkout from scratch and now all works _fine_. So
it seems this has been fixed the last days. Sorry for the confusion.

Harald

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Broken - leim/ja-dic/ja-dic.el
  2002-08-04  9:38   ` Harald.Maier.BW
@ 2002-08-05  4:38     ` Krishnakumar B
  2002-08-05  4:55       ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Krishnakumar B @ 2002-08-05  4:38 UTC (permalink / raw)


On Sunday, 4 August 2002, Harald.Maier.BW@t-online.de wrote:
> 
> Did just now a new checkout from scratch and now all works _fine_. So
> it seems this has been fixed the last days. Sorry for the confusion.

Nope, it still doesn't work for me. Checked out a fresh copy from CVS. I am
using Windows XP. Configured with

 ./configure.bat --prefix "C:\Tools\Emacs" --with-msvc --no-debug

 nmake bootstrap fails with the following error message:

 cd ..\leim
        nmake  all

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        "c:\kitty\emacs\leim/../src/obj-spd/i386/emacs.exe" -batch
        --no-init-file --no-site-file --multibyte -l
        c:/kitty/emacs/leim/../lisp/international/titdic-cnv  --eval
        "(batch-titdic-convert t)"  -dir quail ./CXTERM-DIC
Converting all tit files in the directory c:/kitty/emacs/leim/CXTERM-DIC
Converting c:/kitty/emacs/leim/CXTERM-DIC/4Corner.tit to quail-package...
Invalid ENCODE: value in TIT dictionary
NMAKE : fatal error U1077:
'"c:\kitty\emacs\leim/../src/obj-spd/i386/emacs.exe"' : return code
'0xffffffff'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual
Studio\VC98\bin\nmake.exe"' : return code '0x2'
Stop.

-kitty.

-- 
Krishnakumar B <kitty at cs dot wustl dot edu>
Distributed Object Computing Laboratory, Washington University in St.Louis

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Broken - leim/ja-dic/ja-dic.el
  2002-08-05  4:38     ` Krishnakumar B
@ 2002-08-05  4:55       ` Eli Zaretskii
  2002-08-05  5:17         ` Krishnakumar B
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2002-08-05  4:55 UTC (permalink / raw)
  Cc: emacs-devel


On Sun, 4 Aug 2002, Krishnakumar B wrote:

>  ./configure.bat --prefix "C:\Tools\Emacs" --with-msvc --no-debug
> 
>  nmake bootstrap fails with the following error message:
> 
>  cd ..\leim
>         nmake  all
> 
> Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
> 
>         "c:\kitty\emacs\leim/../src/obj-spd/i386/emacs.exe" -batch
>         --no-init-file --no-site-file --multibyte -l
>         c:/kitty/emacs/leim/../lisp/international/titdic-cnv  --eval
>         "(batch-titdic-convert t)"  -dir quail ./CXTERM-DIC
> Converting all tit files in the directory c:/kitty/emacs/leim/CXTERM-DIC
> Converting c:/kitty/emacs/leim/CXTERM-DIC/4Corner.tit to quail-package...
> Invalid ENCODE: value in TIT dictionary
> NMAKE : fatal error U1077:
> '"c:\kitty\emacs\leim/../src/obj-spd/i386/emacs.exe"' : return code
> '0xffffffff'
> Stop.

See the entry in etc/PROBLEMS whose header line is "Building the 
MS-Windows port with Leim fails in the `leim' directory".

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Broken - leim/ja-dic/ja-dic.el
  2002-08-05  4:55       ` Eli Zaretskii
@ 2002-08-05  5:17         ` Krishnakumar B
  0 siblings, 0 replies; 8+ messages in thread
From: Krishnakumar B @ 2002-08-05  5:17 UTC (permalink / raw)
  Cc: emacs-devel

On Monday, 5 August 2002, Eli Zaretskii wrote:
> 
> See the entry in etc/PROBLEMS whose header line is "Building the 
> MS-Windows port with Leim fails in the `leim' directory".

Thanks. That helped.

-kitty.

-- 
Krishnakumar B <kitty at cs dot wustl dot edu>
Distributed Object Computing Laboratory, Washington University in St.Louis

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-08-05  5:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-01 14:48 Broken - leim/ja-dic/ja-dic.el Dhruva Krishnamurthy
2002-08-01 16:17 ` Eli Zaretskii
2002-08-04  7:54 ` Harald.Maier.BW
2002-08-04  8:39   ` Krishnakumar B
2002-08-04  9:38   ` Harald.Maier.BW
2002-08-05  4:38     ` Krishnakumar B
2002-08-05  4:55       ` Eli Zaretskii
2002-08-05  5:17         ` Krishnakumar B

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).