alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* alsa-utils-1.0.24.2 won't compile on x86_64 - CoreFoundation error
@ 2012-01-22 21:19 John Rigg
  2012-01-22 21:33 ` Clemens Ladisch
  2012-01-23 10:15 ` Ozan Çağlayan
  0 siblings, 2 replies; 4+ messages in thread
From: John Rigg @ 2012-01-22 21:19 UTC (permalink / raw)
  To: alsa-devel

Apologies if this should have gone to alsa-user instead, but I've
just tried compiling alsa-utils-1.0.24.2 on a Debian testing amd64 system,
and configure gave a list of errors related to CoreFoundation.
There were several similar to this in config.log:

...
configure:4589: checking for CFPreferencesCopyAppValue
configure:4607: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:11:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
...

I ran ./configure with default settings. 
Kernel is 3.2.1 compiled for k8 from kernel.org source.
alsa-lib-1.0.24.1 compiled and installed sucessfully.

Possibly a stupid question, but why is it checking for CoreFoundation
on a Linux system?

John

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

* Re: alsa-utils-1.0.24.2 won't compile on x86_64 - CoreFoundation error
  2012-01-22 21:19 alsa-utils-1.0.24.2 won't compile on x86_64 - CoreFoundation error John Rigg
@ 2012-01-22 21:33 ` Clemens Ladisch
  2012-01-23 10:15 ` Ozan Çağlayan
  1 sibling, 0 replies; 4+ messages in thread
From: Clemens Ladisch @ 2012-01-22 21:33 UTC (permalink / raw)
  To: John Rigg; +Cc: alsa-devel

John Rigg wrote:
> I've just tried compiling alsa-utils-1.0.24.2 on a Debian testing amd64
> system, and configure gave a list of errors related to CoreFoundation.
> There were several similar to this in config.log:
>
> ...
> configure:4589: checking for CFPreferencesCopyAppValue
> configure:4607: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
> conftest.c:11:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
> compilation terminated.
> ...
>
> Possibly a stupid question, but why is it checking for CoreFoundation
> on a Linux system?

Ask whoever wrote the GNU gettext automake macros.
Probably it's easier to let this check fail than to add an OS check.


Regards,
Clemens

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

* Re: alsa-utils-1.0.24.2 won't compile on x86_64 - CoreFoundation error
  2012-01-22 21:19 alsa-utils-1.0.24.2 won't compile on x86_64 - CoreFoundation error John Rigg
  2012-01-22 21:33 ` Clemens Ladisch
@ 2012-01-23 10:15 ` Ozan Çağlayan
  2012-01-23 15:48   ` John Rigg
  1 sibling, 1 reply; 4+ messages in thread
From: Ozan Çağlayan @ 2012-01-23 10:15 UTC (permalink / raw)
  Cc: alsa-devel

On 22.01.2012 23:19, John Rigg wrote:
> Apologies if this should have gone to alsa-user instead, but I've
> just tried compiling alsa-utils-1.0.24.2 on a Debian testing amd64 system,
> and configure gave a list of errors related to CoreFoundation.
> There were several similar to this in config.log:
> 
> ...
> configure:4589: checking for CFPreferencesCopyAppValue
> configure:4607: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
> conftest.c:11:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
> compilation terminated.

Are you sure that the error is related to this? My configure&make
completes succesfully but in my config.log I have those lines too.
Actually they're normal tests to check for the availability of
CoreFoundation libraries.


-- 
Ozan Caglayan

Pardus Linux
http://www.pardus.org.tr/eng

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

* Re: alsa-utils-1.0.24.2 won't compile on x86_64 - CoreFoundation error
  2012-01-23 10:15 ` Ozan Çağlayan
@ 2012-01-23 15:48   ` John Rigg
  0 siblings, 0 replies; 4+ messages in thread
From: John Rigg @ 2012-01-23 15:48 UTC (permalink / raw)
  To: alsa-devel

On Mon, Jan 23, 2012 at 12:15:52PM +0200, Ozan Çağlayan wrote:
> On 22.01.2012 23:19, John Rigg wrote:
> > ...
> > configure:4589: checking for CFPreferencesCopyAppValue
> > configure:4607: gcc -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
> > conftest.c:11:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
> > compilation terminated.
> 
> Are you sure that the error is related to this? My configure&make
> completes succesfully but in my config.log I have those lines too.
> Actually they're normal tests to check for the availability of
> CoreFoundation libraries.

Thanks for the replies. I think I found the problem. Debian testing puts
some of the required libraries in /usr/lib/x86_64-linux-gnu instead of
/usr/lib. Sorry for the noise.

John
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2012-01-23 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-22 21:19 alsa-utils-1.0.24.2 won't compile on x86_64 - CoreFoundation error John Rigg
2012-01-22 21:33 ` Clemens Ladisch
2012-01-23 10:15 ` Ozan Çağlayan
2012-01-23 15:48   ` John Rigg

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 NNTP newsgroup(s).