emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pkg-config required on OSX, why?


From: Jan D.
Subject: Re: pkg-config required on OSX, why?
Date: Fri, 16 May 2014 18:50:51 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hello.

Paul Eggert skrev 2014-05-16 17:52:
Paul Eggert wrote:
I'm inclined to have us copy pkg.m4 into m4

I installed something along those lines, as trunk bzr 117116, so you
shouldn't need pkg-config on OS X any more.

Thanks for your effort, but something is not right.
Configure detects that no ALSA is present, but still goes ahead and tries to compile an ALSA program:

checking for ALSA... no
configure: error: pkg-config found alsa, but it does not compile. See config.log for error messages.

A sh -x on configure gives:

+ ALSA_REQUIRED=1.0.0
+ ALSA_MODULES='alsa >= 1.0.0'
+ pkg_failed=no
+ printf '%s\n' 'configure:9554: checking for ALSA'
+ printf %s 'checking for ALSA... '
+ test -n ''
+ test -n ''
+ pkg_failed=untried
+ test -n ''
+ test -n ''
+ pkg_failed=untried
+ test untried = yes
+ test untried = untried
+ printf '%s\n' 'configure:9613: result: no'
+ printf '%s\n' no
+ :
+ HAVE_ALSA=yes

So HAVE_ALSA becomes yes, even if it printed no on the line before.
Let me know if you need any more debugging help.

        Jan D.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]