* Warning when make in git
@ 2014-03-27 11:34 Rainer M Krug
2014-03-27 13:52 ` Andrea Rossetti
0 siblings, 1 reply; 6+ messages in thread
From: Rainer M Krug @ 2014-03-27 11:34 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
Hi
I get the following warning when using make in my org-git:
,----
| $ make
| .
| .
| .
| Done (Total of 108 files compiled, 3 skipped)
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc info
| org-version: 8.2.5h (release_8.2.5h-864-g3e5fc4)
| makeinfo --no-split org.texi -o org
| org.texi:15: warning: unrecognized encoding name `UTF-8'.
`----
Is this something in my setup? Should I worry?
I am using Maverick.
Cheers,
Rainer
--
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 3862 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Warning when make in git
2014-03-27 11:34 Warning when make in git Rainer M Krug
@ 2014-03-27 13:52 ` Andrea Rossetti
2014-03-27 14:13 ` Rainer M Krug
0 siblings, 1 reply; 6+ messages in thread
From: Andrea Rossetti @ 2014-03-27 13:52 UTC (permalink / raw)
To: emacs-orgmode
Rainer M Krug <Rainer <at> krugs.de> writes:
>
...
> | makeinfo --no-split org.texi -o org
> | org.texi:15: warning: unrecognized encoding name `UTF-8'.
> `----
>
> Is this something in my setup? Should I worry?
My guess: could it be that you have an old version
of makeinfo/texinfo, not supporting UTF-8 for
@documentencoding in org.texi? Regards, Andrea
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Warning when make in git
2014-03-27 13:52 ` Andrea Rossetti
@ 2014-03-27 14:13 ` Rainer M Krug
2014-03-27 14:23 ` Andrea Rossetti
0 siblings, 1 reply; 6+ messages in thread
From: Rainer M Krug @ 2014-03-27 14:13 UTC (permalink / raw)
To: Andrea Rossetti; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 935 bytes --]
Andrea Rossetti <andrea.rossetti@gmail.com> writes:
> Rainer M Krug <Rainer <at> krugs.de> writes:
>
>>
> ...
>> | makeinfo --no-split org.texi -o org
>> | org.texi:15: warning: unrecognized encoding name `UTF-8'.
>> `----
>>
>> Is this something in my setup? Should I worry?
>
> My guess: could it be that you have an old version
> of makeinfo/texinfo, not supporting UTF-8 for
> @documentencoding in org.texi? Regards, Andrea
This is the version info - I did not install an old one on my mac:
,----
| $ makeinfo --version
| makeinfo (GNU texinfo) 4.8
|
| Copyright (C) 2004 Free Software Foundation, Inc.
| There is NO warranty. You may redistribute this software
| under the terms of the GNU General Public License.
| For more information about these matters, see the files named COPYING.
`----
Cheers,
Rainer
>
>
>
--
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4474 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Warning when make in git
2014-03-27 14:13 ` Rainer M Krug
@ 2014-03-27 14:23 ` Andrea Rossetti
2014-03-27 14:36 ` Rainer M Krug
0 siblings, 1 reply; 6+ messages in thread
From: Andrea Rossetti @ 2014-03-27 14:23 UTC (permalink / raw)
To: emacs-orgmode
Rainer M Krug <Rainer <at> krugs.de> writes:
...
> This is the version info - I did not install an old one on my mac:
>
> ,----
> | $ makeinfo --version
> | makeinfo (GNU texinfo) 4.8
> |
> | Copyright (C) 2004 Free Software Foundation, Inc.
...
I guess the texinfo version is too old for UTF-8: you may see here below that
UTF-8 is not mentioned, more recent versions have it:
http://www.nongnu.org/texi2latex/texinfo/documentencoding.html#documentencodi
ng
Regards, Andrea
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Warning when make in git
2014-03-27 14:23 ` Andrea Rossetti
@ 2014-03-27 14:36 ` Rainer M Krug
2014-03-27 19:28 ` Andrea Rossetti
0 siblings, 1 reply; 6+ messages in thread
From: Rainer M Krug @ 2014-03-27 14:36 UTC (permalink / raw)
To: Andrea Rossetti; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 907 bytes --]
Andrea Rossetti <andrea.rossetti@gmail.com> writes:
> Rainer M Krug <Rainer <at> krugs.de> writes:
>
> ...
>> This is the version info - I did not install an old one on my mac:
>>
>> ,----
>> | $ makeinfo --version
>> | makeinfo (GNU texinfo) 4.8
>> |
>> | Copyright (C) 2004 Free Software Foundation, Inc.
> ...
>
> I guess the texinfo version is too old for UTF-8: you may see here below that
> UTF-8 is not mentioned, more recent versions have it:
>
> http://www.nongnu.org/texi2latex/texinfo/documentencoding.html#documentencodi
> ng
OK - now to the next step: makeinfo 4.8 is part of Maverick (OSX) - so
it should be not only me who sees this warning? Is this warning a
problem or can it only result in UTF-8 characters not converted into
texinfo files?
Rainer
>
> Regards, Andrea
>
>
>
>
--
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4474 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Warning when make in git
2014-03-27 14:36 ` Rainer M Krug
@ 2014-03-27 19:28 ` Andrea Rossetti
0 siblings, 0 replies; 6+ messages in thread
From: Andrea Rossetti @ 2014-03-27 19:28 UTC (permalink / raw)
To: Rainer M Krug; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]
On my Win7 + MSYS + MinGW + MikTex I found a texinfo 4.13 that compiled
without complaints about UTF-8. I suppose the problem is faced mostly by
Mac users.
Unfortunately I can't reproduce the problem here, so I have no clue about
the contents of the .info output...
Kindest regards, Andrea
Il giorno 27/mar/2014 15:36, "Rainer M Krug" <Rainer@krugs.de> ha scritto:
> Andrea Rossetti <andrea.rossetti@gmail.com> writes:
>
> > Rainer M Krug <Rainer <at> krugs.de> writes:
> >
> > ...
> >> This is the version info - I did not install an old one on my mac:
> >>
> >> ,----
> >> | $ makeinfo --version
> >> | makeinfo (GNU texinfo) 4.8
> >> |
> >> | Copyright (C) 2004 Free Software Foundation, Inc.
> > ...
> >
> > I guess the texinfo version is too old for UTF-8: you may see here below
> that
> > UTF-8 is not mentioned, more recent versions have it:
> >
> >
> http://www.nongnu.org/texi2latex/texinfo/documentencoding.html#documentencodi
> > ng
>
> OK - now to the next step: makeinfo 4.8 is part of Maverick (OSX) - so
> it should be not only me who sees this warning? Is this warning a
> problem or can it only result in UTF-8 characters not converted into
> texinfo files?
>
> Rainer
>
>
> >
> > Regards, Andrea
> >
> >
> >
> >
>
> --
> Rainer M. Krug
> email: Rainer<at>krugs<dot>de
> PGP: 0x0F52F982
>
[-- Attachment #2: Type: text/html, Size: 2032 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-03-27 19:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 11:34 Warning when make in git Rainer M Krug
2014-03-27 13:52 ` Andrea Rossetti
2014-03-27 14:13 ` Rainer M Krug
2014-03-27 14:23 ` Andrea Rossetti
2014-03-27 14:36 ` Rainer M Krug
2014-03-27 19:28 ` Andrea Rossetti
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.