git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* configure doesn't test all
@ 2022-04-26 15:21 Guy Maurel
  2022-04-26 16:57 ` Johannes Sixt
  0 siblings, 1 reply; 2+ messages in thread
From: Guy Maurel @ 2022-04-26 15:21 UTC (permalink / raw)
  To: git

Hello!

./configure
make
GIT_VERSION = 2.36.0
     * new build flags
     CC fuzz-commit-graph.o
In file included from commit-graph.h:4,
                  from fuzz-commit-graph.c:1:
git-compat-util.h:1427:10: fatal error: zlib.h

Is missing on my Mint-system, BUT configure doesn't complain about this.

-- 
Guy Maurel
Sebastian-Fischer-Weg 13
89077 Ulm/Germany

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

* Re: configure doesn't test all
  2022-04-26 15:21 configure doesn't test all Guy Maurel
@ 2022-04-26 16:57 ` Johannes Sixt
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Sixt @ 2022-04-26 16:57 UTC (permalink / raw)
  To: Guy Maurel; +Cc: git

Am 26.04.22 um 17:21 schrieb Guy Maurel:
> ./configure
> make
> GIT_VERSION = 2.36.0
>     * new build flags
>     CC fuzz-commit-graph.o
> In file included from commit-graph.h:4,
>                  from fuzz-commit-graph.c:1:
> git-compat-util.h:1427:10: fatal error: zlib.h
> 
> Is missing on my Mint-system, BUT configure doesn't complain about this.

Unless you have a special configuration needs, your best bet to compile
on Linux is to just run

   make

Precede this with

   rm -f config.mak.autogen

if you have already run ./configure.

That doesn't liberate you from installing missing development packages,
though, and you'll see the same error as above, also with no advance
warning.

-- Hannes

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

end of thread, other threads:[~2022-04-26 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 15:21 configure doesn't test all Guy Maurel
2022-04-26 16:57 ` Johannes Sixt

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

	https://80x24.org/mirrors/git.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).