unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11952: can't compile latest emacs from git repo (msys)
@ 2012-07-16 14:52 Dennis Yurichev
  2012-07-16 16:13 ` Eli Zaretskii
  2012-07-16 17:38 ` Andreas Schwab
  0 siblings, 2 replies; 11+ messages in thread
From: Dennis Yurichev @ 2012-07-16 14:52 UTC (permalink / raw)
  To: 11952

Hi.

$ uname -a
MINGW32_NT-6.1 COMPUTER 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys

.. while make bootstrap:

==
In toplevel form:
quail/indian.el:59:1:Error: Invalid read syntax: "?"
make[2]: *** [quail/indian.elc] Error 1
make[2]: Leaving directory `/home/Administrator/emacs/leim'
make[1]: *** [all-other-dirs-gmake] Error 2
make[1]: Leaving directory `/home/Administrator/emacs/nt'
make: *** [bootstrap] Error 2
==

Here is an UTF-8 (?) characters at this position in the indian.el file.
What should I fix to compile emacs?





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-16 14:52 bug#11952: can't compile latest emacs from git repo (msys) Dennis Yurichev
@ 2012-07-16 16:13 ` Eli Zaretskii
  2012-07-17 10:37   ` Dennis Yurichev
  2012-07-16 17:38 ` Andreas Schwab
  1 sibling, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2012-07-16 16:13 UTC (permalink / raw)
  To: dennis; +Cc: 11952

> Date: Mon, 16 Jul 2012 17:52:10 +0300
> From: Dennis Yurichev <dennis@conus.info>
> 
> $ uname -a
> MINGW32_NT-6.1 COMPUTER 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys
> 
> .. while make bootstrap:
> 
> ==
> In toplevel form:
> quail/indian.el:59:1:Error: Invalid read syntax: "?"
> make[2]: *** [quail/indian.elc] Error 1
> make[2]: Leaving directory `/home/Administrator/emacs/leim'
> make[1]: *** [all-other-dirs-gmake] Error 2
> make[1]: Leaving directory `/home/Administrator/emacs/nt'
> make: *** [bootstrap] Error 2
> ==
> 
> Here is an UTF-8 (?) characters at this position in the indian.el file.
> What should I fix to compile emacs?

Can you compile indian.el by hand, from the shell prompt?  If so, just
say "make compile" afterwards.





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-16 14:52 bug#11952: can't compile latest emacs from git repo (msys) Dennis Yurichev
  2012-07-16 16:13 ` Eli Zaretskii
@ 2012-07-16 17:38 ` Andreas Schwab
  1 sibling, 0 replies; 11+ messages in thread
From: Andreas Schwab @ 2012-07-16 17:38 UTC (permalink / raw)
  To: dennis; +Cc: 11952

Dennis Yurichev <dennis@conus.info> writes:

> In toplevel form:
> quail/indian.el:59:1:Error: Invalid read syntax: "?"

That's an indication that the file could not be properly decoded.
You'll have to find out why.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-16 16:13 ` Eli Zaretskii
@ 2012-07-17 10:37   ` Dennis Yurichev
  2012-07-17 15:51     ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Dennis Yurichev @ 2012-07-17 10:37 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: schwab, 11952

On 16.07.2012 19:13, Eli Zaretskii wrote:
>> $ uname -a
>> MINGW32_NT-6.1 COMPUTER 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys
>>
>> .. while make bootstrap:
>>
>> ==
>> In toplevel form:
>> quail/indian.el:59:1:Error: Invalid read syntax: "?"
>> make[2]: *** [quail/indian.elc] Error 1
>> make[2]: Leaving directory `/home/Administrator/emacs/leim'
>> make[1]: *** [all-other-dirs-gmake] Error 2
>> make[1]: Leaving directory `/home/Administrator/emacs/nt'
>> make: *** [bootstrap] Error 2
>> ==
>>
>> Here is an UTF-8 (?) characters at this position in the indian.el file.
>> What should I fix to compile emacs?
> 
> Can you compile indian.el by hand, from the shell prompt?  If so, just
> say "make compile" afterwards.

Yes, when I (successfully) compiled the file in emacs
(byte-compile-file), I can continue "make bootstrap" after..





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-17 10:37   ` Dennis Yurichev
@ 2012-07-17 15:51     ` Eli Zaretskii
  2012-07-17 15:53       ` Dennis Yurichev
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2012-07-17 15:51 UTC (permalink / raw)
  To: dennis; +Cc: schwab, 11952

> Date: Tue, 17 Jul 2012 13:37:51 +0300
> From: Dennis Yurichev <dennis@conus.info>
> CC: 11952@debbugs.gnu.org, schwab@linux-m68k.org
> 
> > Can you compile indian.el by hand, from the shell prompt?  If so, just
> > say "make compile" afterwards.
> 
> Yes, when I (successfully) compiled the file in emacs
> (byte-compile-file), I can continue "make bootstrap" after..

In which Emacs was that? in the same one that was generated as part of
the bootstrap, or in another one?





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-17 15:51     ` Eli Zaretskii
@ 2012-07-17 15:53       ` Dennis Yurichev
  2012-07-17 16:22         ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Dennis Yurichev @ 2012-07-17 15:53 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: schwab, 11952

On 17.07.2012 18:51, Eli Zaretskii wrote:
>>> Can you compile indian.el by hand, from the shell prompt?  If so, just
>>> say "make compile" afterwards.
>>
>> Yes, when I (successfully) compiled the file in emacs
>> (byte-compile-file), I can continue "make bootstrap" after..
> 
> In which Emacs was that? in the same one that was generated as part of
> the bootstrap, or in another one?

The problem I described in my original post was with latest source code
from git repo + MinGW.
I successfully compiled the .el file using precompiled emacs win32 from
this archive:
http://ftp.gnu.org/gnu/emacs/windows/emacs-24.1-bin-i386.zip





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-17 15:53       ` Dennis Yurichev
@ 2012-07-17 16:22         ` Eli Zaretskii
  2012-07-17 16:25           ` Dennis Yurichev
  2012-07-17 16:35           ` Dennis Yurichev
  0 siblings, 2 replies; 11+ messages in thread
From: Eli Zaretskii @ 2012-07-17 16:22 UTC (permalink / raw)
  To: dennis; +Cc: schwab, 11952

> Date: Tue, 17 Jul 2012 18:53:31 +0300
> From: Dennis Yurichev <dennis@conus.info>
> CC: 11952@debbugs.gnu.org, schwab@linux-m68k.org
> 
> On 17.07.2012 18:51, Eli Zaretskii wrote:
> >>> Can you compile indian.el by hand, from the shell prompt?  If so, just
> >>> say "make compile" afterwards.
> >>
> >> Yes, when I (successfully) compiled the file in emacs
> >> (byte-compile-file), I can continue "make bootstrap" after..
> > 
> > In which Emacs was that? in the same one that was generated as part of
> > the bootstrap, or in another one?
> 
> The problem I described in my original post was with latest source code
> from git repo + MinGW.
> I successfully compiled the .el file using precompiled emacs win32 from
> this archive:
> http://ftp.gnu.org/gnu/emacs/windows/emacs-24.1-bin-i386.zip

And if you try the same with emacs.exe generated as part of the
bootstrap?





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-17 16:22         ` Eli Zaretskii
@ 2012-07-17 16:25           ` Dennis Yurichev
  2014-02-05  2:08             ` Lars Ingebrigtsen
  2012-07-17 16:35           ` Dennis Yurichev
  1 sibling, 1 reply; 11+ messages in thread
From: Dennis Yurichev @ 2012-07-17 16:25 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: schwab, 11952

On 17.07.2012 19:22, Eli Zaretskii wrote:
>>>>> Can you compile indian.el by hand, from the shell prompt?  If so, just
>>>>> say "make compile" afterwards.
>>>>
>>>> Yes, when I (successfully) compiled the file in emacs
>>>> (byte-compile-file), I can continue "make bootstrap" after..
>>>
>>> In which Emacs was that? in the same one that was generated as part of
>>> the bootstrap, or in another one?
>>
>> The problem I described in my original post was with latest source code
>> from git repo + MinGW.
>> I successfully compiled the .el file using precompiled emacs win32 from
>> this archive:
>> http://ftp.gnu.org/gnu/emacs/windows/emacs-24.1-bin-i386.zip
> 
> And if you try the same with emacs.exe generated as part of the
> bootstrap?

Just tried with my fresh compiled emacs.exe: the file compiled successfully.





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-17 16:22         ` Eli Zaretskii
  2012-07-17 16:25           ` Dennis Yurichev
@ 2012-07-17 16:35           ` Dennis Yurichev
  1 sibling, 0 replies; 11+ messages in thread
From: Dennis Yurichev @ 2012-07-17 16:35 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: schwab, 11952

On 17.07.2012 19:22, Eli Zaretskii wrote:
>>>>> Can you compile indian.el by hand, from the shell prompt?  If so, just
>>>>> say "make compile" afterwards.
>>>>
>>>> Yes, when I (successfully) compiled the file in emacs
>>>> (byte-compile-file), I can continue "make bootstrap" after..
>>>
>>> In which Emacs was that? in the same one that was generated as part of
>>> the bootstrap, or in another one?
>>
>> The problem I described in my original post was with latest source code
>> from git repo + MinGW.
>> I successfully compiled the .el file using precompiled emacs win32 from
>> this archive:
>> http://ftp.gnu.org/gnu/emacs/windows/emacs-24.1-bin-i386.zip
> 
> And if you try the same with emacs.exe generated as part of the
> bootstrap?

If anyone like the idea, I can setup windows + mingw in VMware so you
can test it on your side...





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2012-07-17 16:25           ` Dennis Yurichev
@ 2014-02-05  2:08             ` Lars Ingebrigtsen
  2015-12-25 23:18               ` Lars Ingebrigtsen
  0 siblings, 1 reply; 11+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-05  2:08 UTC (permalink / raw)
  To: Dennis Yurichev; +Cc: schwab, 11952

Dennis Yurichev <dennis@conus.info> writes:

> On 17.07.2012 19:22, Eli Zaretskii wrote:
>>>>>> Can you compile indian.el by hand, from the shell prompt?  If so, just
>>>>>> say "make compile" afterwards.
>>>>>
>>>>> Yes, when I (successfully) compiled the file in emacs
>>>>> (byte-compile-file), I can continue "make bootstrap" after..
>>>>
>>>> In which Emacs was that? in the same one that was generated as part of
>>>> the bootstrap, or in another one?
>>>
>>> The problem I described in my original post was with latest source code
>>> from git repo + MinGW.
>>> I successfully compiled the .el file using precompiled emacs win32 from
>>> this archive:
>>> http://ftp.gnu.org/gnu/emacs/windows/emacs-24.1-bin-i386.zip
>> 
>> And if you try the same with emacs.exe generated as part of the
>> bootstrap?
>
> Just tried with my fresh compiled emacs.exe: the file compiled successfully.

So is this problem resolved now?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#11952: can't compile latest emacs from git repo (msys)
  2014-02-05  2:08             ` Lars Ingebrigtsen
@ 2015-12-25 23:18               ` Lars Ingebrigtsen
  0 siblings, 0 replies; 11+ messages in thread
From: Lars Ingebrigtsen @ 2015-12-25 23:18 UTC (permalink / raw)
  To: Dennis Yurichev; +Cc: schwab, 11952

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Dennis Yurichev <dennis@conus.info> writes:
>
>> On 17.07.2012 19:22, Eli Zaretskii wrote:
>>>>>>> Can you compile indian.el by hand, from the shell prompt?  If so, just
>>>>>>> say "make compile" afterwards.
>>>>>>
>>>>>> Yes, when I (successfully) compiled the file in emacs
>>>>>> (byte-compile-file), I can continue "make bootstrap" after..
>>>>>
>>>>> In which Emacs was that? in the same one that was generated as part of
>>>>> the bootstrap, or in another one?
>>>>
>>>> The problem I described in my original post was with latest source code
>>>> from git repo + MinGW.
>>>> I successfully compiled the .el file using precompiled emacs win32 from
>>>> this archive:
>>>> http://ftp.gnu.org/gnu/emacs/windows/emacs-24.1-bin-i386.zip
>>> 
>>> And if you try the same with emacs.exe generated as part of the
>>> bootstrap?
>>
>> Just tried with my fresh compiled emacs.exe: the file compiled successfully.
>
> So is this problem resolved now?

More information was requested, but no response was given within a few
months, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2015-12-25 23:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-16 14:52 bug#11952: can't compile latest emacs from git repo (msys) Dennis Yurichev
2012-07-16 16:13 ` Eli Zaretskii
2012-07-17 10:37   ` Dennis Yurichev
2012-07-17 15:51     ` Eli Zaretskii
2012-07-17 15:53       ` Dennis Yurichev
2012-07-17 16:22         ` Eli Zaretskii
2012-07-17 16:25           ` Dennis Yurichev
2014-02-05  2:08             ` Lars Ingebrigtsen
2015-12-25 23:18               ` Lars Ingebrigtsen
2012-07-17 16:35           ` Dennis Yurichev
2012-07-16 17:38 ` Andreas Schwab

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).