unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* autogen.sh and configure errors
@ 2021-01-02 14:12 Arthur Miller
  2021-01-02 14:23 ` Eli Zaretskii
  2021-01-02 14:38 ` Andreas Schwab
  0 siblings, 2 replies; 14+ messages in thread
From: Arthur Miller @ 2021-01-02 14:12 UTC (permalink / raw)
  To: emacs-devel

I just pulled Emacs and got some configure errors. So I removed my old
sources, cloned new from Savannah and tried to configure again and I am
getting same errors:

#+begin_src sh

 2021-01-02 14:50:37 ⌚  pascal in ~/repos
○ → rm -fr ./emacs

 2021-01-02 14:50:51 ⌚  pascal in ~/repos
○ → git clone https://git.savannah.gnu.org/git/emacs.git
Klonar till "emacs"...
remote: Counting objects: 921420, done.
remote: Compressing objects: 100% (164155/164155), done.
remote: Total 921420 (delta 758106), reused 919022 (delta 756030)
Tar emot objekt: 100% (921420/921420), 301,55 MiB | 9,97 MiB/s, klart.
Analyserar delta: 100% (758106/758106), klart.

 2021-01-02 14:53:22 ⌚  pascal in ~/repos
○ → cd emacs

 2021-01-02 14:53:38 ⌚  pascal in ~/repos/emacs
± |master ✓| → ./autogen.sh
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version 2.65) ... ok
Your system has the required tools.
Building aclocal.m4 ...
Running 'autoreconf -fi -I m4' ...
configure.ac:1771: warning: Checking for headers with the preprocessor is
configure.ac:1771: deprecated. Specify prerequisite code to AC_CHECK_HEADER
configure.ac:1771: instead of using fourth argument `-'. (Many headers need
configure.ac:1771: no prerequisites. If you truly need to test whether
configure.ac:1771: something passes the preprocessor but not the compiler,
configure.ac:1771: use AC_PREPROC_IFELSE.)
./lib/autoconf/headers.m4:115: _AC_CHECK_HEADER_PREPROC is expanded from...
./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
./lib/autoconf/headers.m4:217: AC_CHECK_HEADERS is expanded from...
configure.ac:1771: the top level
configure.ac:1772: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:1772: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:1772: the top level
configure.ac:4708: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:4708: You should run autoupdate.
./lib/autoconf/general.m4:2919: AC_TRY_LINK is expanded from...
configure.ac:4708: the top level
Configuring local git repository...
'.git/config' -> '.git/config.~1~'
git config transfer.fsckObjects 'true'
git config diff.cpp.xfuncname '!^[ \t]*[A-Za-z_][A-Za-z_0-9]*:[[:space:]]*($|/[/*])
^((::[[:space:]]*)?[A-Za-z_][A-Za-z_0-9]*[[:space:]]*\(.*)$
^((#define[[:space:]]|DEFUN).*)$'
git config diff.elisp.xfuncname '^\([^[:space:]]*def[^[:space:]]+[[:space:]]+([^()[:space:]]+)'
git config diff.m4.xfuncname '^((m4_)?define|A._DEFUN(_ONCE)?)\([^),]*'
git config diff.make.xfuncname '^([$.[:alnum:]_].*:|[[:alnum:]_]+[[:space:]]*([*:+]?[:?]?|!?)=|define .*)'
git config diff.shell.xfuncname '^([[:space:]]*[[:alpha:]_][[:alnum:]_]*[[:space:]]*\(\)|[[:alpha:]_][[:alnum:]_]*=)'
git config diff.texinfo.xfuncname '^@node[[:space:]]+([^,[:space:]][^,]+)'
Installing git hooks...
'build-aux/git-hooks/commit-msg' -> '.git/hooks/commit-msg'
'build-aux/git-hooks/pre-commit' -> '.git/hooks/pre-commit'
'build-aux/git-hooks/prepare-commit-msg' -> '.git/hooks/prepare-commit-msg'
'.git/hooks/applypatch-msg.sample' -> '.git/hooks/applypatch-msg'
'.git/hooks/pre-applypatch.sample' -> '.git/hooks/pre-applypatch'
You can now run './configure'.

 2021-01-02 14:53:45 ⌚  pascal in ~/repos/emacs
± |master ✓| → autoupdate
configure.ac:1772: warning: Update your code to rely only on HAVE_SYS_TIME_H,
then remove this warning and the obsolete code below it.
All current systems provide time.h; it need not be checked for.
Not all systems provide sys/time.h, but those that do, all allow
you to include it and time.h simultaneously.

 2021-01-02 14:55:14 ⌚  pascal in ~/repos/emacs
± |master U:1 ✗| → ./autogen.sh
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version ) ... unable to check

Building Emacs from the repository requires the following specialized programs:
autoconf (minimum version )

Your system seems to be missing the following tool(s):
autoconf (unable to check)

If you think you have the required tools, please add them to your PATH
and re-run this script.

Otherwise, please try installing them.
On systems using rpm and yum, try: "yum install PACKAGE"
On systems using dpkg and apt, try: "apt-get install PACKAGE"
Then re-run this script.

If you do not have permission to do this, or if the version provided
by your system is too old, it is normally straightforward to build
these packages from source.  You can find the sources at:

https://ftp.gnu.org/gnu/PACKAGE/

Download the package (make sure you get at least the minimum version
listed above), extract it using tar, then run configure, make,
make install.  Add the installation directory to your PATH and re-run
this script.

If you know that the required versions are in your PATH, but this
script has made an error, then you can simply re-run this script with
the --no-check option.

Please report any problems with this script to bug-gnu-emacs@gnu.org .

 2021-01-02 14:55:26 ⌚  pascal in ~/repos/emacs
± |master U:1 ✗| → autoconf --version
autoconf (GNU Autoconf) 2.70
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

 2021-01-02 14:56:21 ⌚  pascal in ~/repos/emacs
± |master U:1 ✗| → ./autogen.sh --no-check
Running 'autoreconf -fi -I m4' ...
configure.ac:1771: warning: Checking for headers with the preprocessor is
configure.ac:1771: deprecated. Specify prerequisite code to AC_CHECK_HEADER
configure.ac:1771: instead of using fourth argument `-'. (Many headers need
configure.ac:1771: no prerequisites. If you truly need to test whether
configure.ac:1771: something passes the preprocessor but not the compiler,
configure.ac:1771: use AC_PREPROC_IFELSE.)
./lib/autoconf/headers.m4:115: _AC_CHECK_HEADER_PREPROC is expanded from...
./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
./lib/autoconf/headers.m4:217: AC_CHECK_HEADERS is expanded from...
configure.ac:1771: the top level
configure.ac:1772: warning: Update your code to rely only on HAVE_SYS_TIME_H,
configure.ac:1772: then remove this warning and the obsolete code below it.
configure.ac:1772: All current systems provide time.h; it need not be checked for.
configure.ac:1772: Not all systems provide sys/time.h, but those that do, all allow
configure.ac:1772: you to include it and time.h simultaneously.
You can now run './configure'.

± |master U:1 ✗| → git checkout feature/native-comp
error: Dina lokala ändringar av följande filer skulle skrivas över av utcheckning:
        configure.ac
Checka in dina ändringar eller använd "stash" innan du byter gren.
Avbryter

#+end_src

As seen when I try to change to native-comp branch it says configure.ac is
changed; I didn't change it.

Finally after stashing and runing autoge.sh, I get followin when I run
configure:


 2021-01-02 15:06:47 ⌚  pascal in ~/repos/emacs
± |feature/native-comp {1} ✓| → ./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native'                                                                                                                                                                                                                                                                                                                    
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: –-without-makeinfo
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: –-with-cairo
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: –-without-modules
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: –-without-compress-install
configure: error: invalid variable name: `–-with-x-toolkit'

My system or what am I doing wrong? I see nobody else complains so I
guess it is something on my side :-).

Linux pascal 5.10.3-arch1-1 #1 SMP PREEMPT Sun, 27 Dec 2020 10:50:46 +0000 x86_64 GNU/Linux



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

* Re: autogen.sh and configure errors
  2021-01-02 14:12 autogen.sh and configure errors Arthur Miller
@ 2021-01-02 14:23 ` Eli Zaretskii
  2021-01-02 14:39   ` Andreas Schwab
  2021-01-02 14:38 ` Andreas Schwab
  1 sibling, 1 reply; 14+ messages in thread
From: Eli Zaretskii @ 2021-01-02 14:23 UTC (permalink / raw)
  To: Arthur Miller; +Cc: emacs-devel

> From: Arthur Miller <arthur.miller@live.com>
> Date: Sat, 02 Jan 2021 15:12:24 +0100
> 
> configure.ac:1771: warning: Checking for headers with the preprocessor is
> configure.ac:1771: deprecated. Specify prerequisite code to AC_CHECK_HEADER
> configure.ac:1771: instead of using fourth argument `-'. (Many headers need
> configure.ac:1771: no prerequisites. If you truly need to test whether
> configure.ac:1771: something passes the preprocessor but not the compiler,
> configure.ac:1771: use AC_PREPROC_IFELSE.)
> ./lib/autoconf/headers.m4:115: _AC_CHECK_HEADER_PREPROC is expanded from...
> ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...
> ./lib/autoconf/headers.m4:217: AC_CHECK_HEADERS is expanded from...

I don't have a 'lib/autoconf' subdirectory, nor the file headers.m4
anywhere in the Emacs tree.  Where did they come from?



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

* Re: autogen.sh and configure errors
  2021-01-02 14:12 autogen.sh and configure errors Arthur Miller
  2021-01-02 14:23 ` Eli Zaretskii
@ 2021-01-02 14:38 ` Andreas Schwab
  2021-01-02 14:54   ` Arthur Miller
  1 sibling, 1 reply; 14+ messages in thread
From: Andreas Schwab @ 2021-01-02 14:38 UTC (permalink / raw)
  To: Arthur Miller; +Cc: emacs-devel

The only error I see is that you misspelt --without-makeinfo,
--with-cairo, --without-modules and --with-x-toolkit.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



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

* Re: autogen.sh and configure errors
  2021-01-02 14:23 ` Eli Zaretskii
@ 2021-01-02 14:39   ` Andreas Schwab
  2021-01-02 14:43     ` Eli Zaretskii
  0 siblings, 1 reply; 14+ messages in thread
From: Andreas Schwab @ 2021-01-02 14:39 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Arthur Miller, emacs-devel

On Jan 02 2021, Eli Zaretskii wrote:

> I don't have a 'lib/autoconf' subdirectory, nor the file headers.m4

Yes, you do, they are part of autoconf.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



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

* Re: autogen.sh and configure errors
  2021-01-02 14:39   ` Andreas Schwab
@ 2021-01-02 14:43     ` Eli Zaretskii
  2021-01-02 14:58       ` Arthur Miller
  0 siblings, 1 reply; 14+ messages in thread
From: Eli Zaretskii @ 2021-01-02 14:43 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: arthur.miller, emacs-devel

> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: Arthur Miller <arthur.miller@live.com>,  emacs-devel@gnu.org
> Date: Sat, 02 Jan 2021 15:39:44 +0100
> 
> On Jan 02 2021, Eli Zaretskii wrote:
> 
> > I don't have a 'lib/autoconf' subdirectory, nor the file headers.m4
> 
> Yes, you do, they are part of autoconf.

Thanks, I was duped by the "." in "./lib/autoconf" part.



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

* Re: autogen.sh and configure errors
  2021-01-02 14:38 ` Andreas Schwab
@ 2021-01-02 14:54   ` Arthur Miller
  2021-01-02 15:54     ` Herbert J. Skuhra
  2021-01-02 15:59     ` tomas
  0 siblings, 2 replies; 14+ messages in thread
From: Arthur Miller @ 2021-01-02 14:54 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

Andreas Schwab <schwab@linux-m68k.org> writes:

> The only error I see is that you misspelt --without-makeinfo,
> --with-cairo, --without-modules and --with-x-toolkit.
>
> Andreas.
Thanks! But I am blind :-) What am I misspelling? This is the configure
options (gnus buffer breaks the line, but it is all on one line):

./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native'



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

* Re: autogen.sh and configure errors
  2021-01-02 14:43     ` Eli Zaretskii
@ 2021-01-02 14:58       ` Arthur Miller
  2021-01-02 15:07         ` Herbert J. Skuhra
  0 siblings, 1 reply; 14+ messages in thread
From: Arthur Miller @ 2021-01-02 14:58 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Andreas Schwab, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Andreas Schwab <schwab@linux-m68k.org>
>> Cc: Arthur Miller <arthur.miller@live.com>,  emacs-devel@gnu.org
>> Date: Sat, 02 Jan 2021 15:39:44 +0100
>> 
>> On Jan 02 2021, Eli Zaretskii wrote:
>> 
>> > I don't have a 'lib/autoconf' subdirectory, nor the file headers.m4
>> 
>> Yes, you do, they are part of autoconf.
>
> Thanks, I was duped by the "." in "./lib/autoconf" part.
Any idea why I get those? I have never seen those errors before.



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

* Re: autogen.sh and configure errors
  2021-01-02 14:58       ` Arthur Miller
@ 2021-01-02 15:07         ` Herbert J. Skuhra
  2021-01-02 15:11           ` Arthur Miller
  2021-01-02 15:46           ` Arthur Miller
  0 siblings, 2 replies; 14+ messages in thread
From: Herbert J. Skuhra @ 2021-01-02 15:07 UTC (permalink / raw)
  To: emacs-devel

On Sat, Jan 02, 2021 at 03:58:34PM +0100, Arthur Miller wrote:

> Any idea why I get those? I have never seen those errors before.

The warnings are caused by autoconf-2.70.

I don't get them on FreeBSD (autoconf-2.69) and Arch GNU/Linux (after
downgrading autoconf to version 2.69).

-- 
Herbert



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

* Re: autogen.sh and configure errors
  2021-01-02 15:07         ` Herbert J. Skuhra
@ 2021-01-02 15:11           ` Arthur Miller
  2021-01-02 15:46           ` Arthur Miller
  1 sibling, 0 replies; 14+ messages in thread
From: Arthur Miller @ 2021-01-02 15:11 UTC (permalink / raw)
  To: Herbert J. Skuhra; +Cc: emacs-devel

"Herbert J. Skuhra" <herbert@gojira.at> writes:

> On Sat, Jan 02, 2021 at 03:58:34PM +0100, Arthur Miller wrote:
>
>> Any idea why I get those? I have never seen those errors before.
>
> The warnings are caused by autoconf-2.70.
>
> I don't get them on FreeBSD (autoconf-2.69) and Arch GNU/Linux (after
> downgrading autoconf to version 2.69).
Aha. Thanks! Will try immidiately



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

* Re: autogen.sh and configure errors
  2021-01-02 15:07         ` Herbert J. Skuhra
  2021-01-02 15:11           ` Arthur Miller
@ 2021-01-02 15:46           ` Arthur Miller
  1 sibling, 0 replies; 14+ messages in thread
From: Arthur Miller @ 2021-01-02 15:46 UTC (permalink / raw)
  To: Herbert J. Skuhra; +Cc: emacs-devel

"Herbert J. Skuhra" <herbert@gojira.at> writes:

> On Sat, Jan 02, 2021 at 03:58:34PM +0100, Arthur Miller wrote:
>
>> Any idea why I get those? I have never seen those errors before.
>
> The warnings are caused by autoconf-2.70.
>
> I don't get them on FreeBSD (autoconf-2.69) and Arch GNU/Linux (after
> downgrading autoconf to version 2.69).
Downgrading autoconf to 2.69 fixed errors from autogen.

I also had to make clean before I was able to pass flags to configure.

Seems to be building fine now.

Thanks for the help!



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

* Re: autogen.sh and configure errors
  2021-01-02 14:54   ` Arthur Miller
@ 2021-01-02 15:54     ` Herbert J. Skuhra
  2021-01-02 16:40       ` arthur miller
  2021-01-02 15:59     ` tomas
  1 sibling, 1 reply; 14+ messages in thread
From: Herbert J. Skuhra @ 2021-01-02 15:54 UTC (permalink / raw)
  To: emacs-devel

On Sat, Jan 02, 2021 at 03:54:25PM +0100, Arthur Miller wrote:

> Thanks! But I am blind :-) What am I misspelling? This is the configure
> options (gnus buffer breaks the line, but it is all on one line):
> 
> ./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native'
> 

You are using e.g: –-without-makeinfo instead of --without-makeinfo!
                   ^ 
(EN DASH vs. HYPHEN-MINUS)

-- 
Herbert



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

* Re: autogen.sh and configure errors
  2021-01-02 14:54   ` Arthur Miller
  2021-01-02 15:54     ` Herbert J. Skuhra
@ 2021-01-02 15:59     ` tomas
  2021-01-02 16:39       ` arthur miller
  1 sibling, 1 reply; 14+ messages in thread
From: tomas @ 2021-01-02 15:59 UTC (permalink / raw)
  To: Arthur Miller; +Cc: Andreas Schwab, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

On Sat, Jan 02, 2021 at 03:54:25PM +0100, Arthur Miller wrote:
> Andreas Schwab <schwab@linux-m68k.org> writes:
> 
> > The only error I see is that you misspelt --without-makeinfo,
> > --with-cairo, --without-modules and --with-x-toolkit.
> >
> > Andreas.
> Thanks! But I am blind :-) What am I misspelling? This is the configure
> options (gnus buffer breaks the line, but it is all on one line):
> 
> ./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native'

The first dash in --without-makeinfo comes here as an em-dash (Unicode
codepoint 8211), not as a normal ASCII hyphen (Unicode codepoint 45).

Likewise for many of the other double dashes. No idea whether this is
an artifact of your mailing software.

Cheers
 - t

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* RE: autogen.sh and configure errors
  2021-01-02 15:59     ` tomas
@ 2021-01-02 16:39       ` arthur miller
  0 siblings, 0 replies; 14+ messages in thread
From: arthur miller @ 2021-01-02 16:39 UTC (permalink / raw)
  To: tomas@tuxteam.de; +Cc: Andreas Schwab, emacs-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1420 bytes --]

Jaha, because I copy them over from my blog page :-). Thanks.

I later retyped manually  and everything built fine.


-------- Originalmeddelande --------
Från: tomas@tuxteam.de
Datum: 2021-01-02 17:00 (GMT+01:00)
Till: Arthur Miller <arthur.miller@live.com>
Kopia: Andreas Schwab <schwab@linux-m68k.org>, emacs-devel@gnu.org
Ämne: Re: autogen.sh and configure errors

On Sat, Jan 02, 2021 at 03:54:25PM +0100, Arthur Miller wrote:
> Andreas Schwab <schwab@linux-m68k.org> writes:
>
> > The only error I see is that you misspelt --without-makeinfo,
> > --with-cairo, --without-modules and --with-x-toolkit.
> >
> > Andreas.
> Thanks! But I am blind :-) What am I misspelling? This is the configure
> options (gnus buffer breaks the line, but it is all on one line):
>
> ./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native'

The first dash in --without-makeinfo comes here as an em-dash (Unicode
codepoint 8211), not as a normal ASCII hyphen (Unicode codepoint 45).

Likewise for many of the other double dashes. No idea whether this is
an artifact of your mailing software.

Cheers
 - t

[-- Attachment #2: Type: text/html, Size: 2196 bytes --]

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

* RE: autogen.sh and configure errors
  2021-01-02 15:54     ` Herbert J. Skuhra
@ 2021-01-02 16:40       ` arthur miller
  0 siblings, 0 replies; 14+ messages in thread
From: arthur miller @ 2021-01-02 16:40 UTC (permalink / raw)
  To: Herbert J. Skuhra, emacs-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 951 bytes --]

Yeah, copied over from my blog. Thanks!


-------- Originalmeddelande --------
Från: "Herbert J. Skuhra" <herbert@gojira.at>
Datum: 2021-01-02 16:57 (GMT+01:00)
Till: emacs-devel@gnu.org
Ämne: Re: autogen.sh and configure errors

On Sat, Jan 02, 2021 at 03:54:25PM +0100, Arthur Miller wrote:

> Thanks! But I am blind :-) What am I misspelling? This is the configure
> options (gnus buffer breaks the line, but it is all on one line):
>
> ./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native'
>

You are using e.g: –-without-makeinfo instead of --without-makeinfo!
                   ^
(EN DASH vs. HYPHEN-MINUS)

--
Herbert


[-- Attachment #2: Type: text/html, Size: 1692 bytes --]

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

end of thread, other threads:[~2021-01-02 16:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-02 14:12 autogen.sh and configure errors Arthur Miller
2021-01-02 14:23 ` Eli Zaretskii
2021-01-02 14:39   ` Andreas Schwab
2021-01-02 14:43     ` Eli Zaretskii
2021-01-02 14:58       ` Arthur Miller
2021-01-02 15:07         ` Herbert J. Skuhra
2021-01-02 15:11           ` Arthur Miller
2021-01-02 15:46           ` Arthur Miller
2021-01-02 14:38 ` Andreas Schwab
2021-01-02 14:54   ` Arthur Miller
2021-01-02 15:54     ` Herbert J. Skuhra
2021-01-02 16:40       ` arthur miller
2021-01-02 15:59     ` tomas
2021-01-02 16:39       ` arthur miller

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