gap-dev-discuss
[Top][All Lists]
Advanced

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

Re: [Gap-dev-discuss] Cynthiune audiofile on Debian


From: Sebastian Reitenbach
Subject: Re: [Gap-dev-discuss] Cynthiune audiofile on Debian
Date: Tue, 01 May 2012 22:05:22 +0200
User-agent: SOGoMail 1.3.14

On Tuesday, May 1, 2012 21:02 CEST, Riccardo Mottola <address@hidden> wrote:

> On 05/01/12 16:27, Sebastian Reitenbach wrote:
> >
> > On Tuesday, May 1, 2012 15:25 CEST, Philippe Roussel<address@hidden>  wrote:
> >
> >> Le 01/05/2012 15:01, Riccardo Mottola a écrit :
> >>> Hi,
> >>>
> >>> while building Cynthiune on Debian, I get:
> >>>
> >>> Making all in Bundles/AudioFile ...
> >>> make[1]: audiofile-config: Command not found
> >>> make[1]: audiofile-config: Command not found
> >>> make[2]: audiofile-config: Command not found
> >>> make[2]: audiofile-config: Command not found
> >>> Making all for bundle AudioFile...
> >>> make[3]: audiofile-config: Command not found
> >>> make[3]: audiofile-config: Command not found
> >>> make[4]: audiofile-config: Command not found
> >>> make[4]: audiofile-config: Command not found
> >>>
> >>>
> >>> and when I try to run it:
> >>> Cynthiune: symbol lookup error:
> >>> /usr/local/lib/GNUstep/Bundles/Cynthiune/AudioFile.format/./AudioFile:
> >>> undefined symbol: afSetErrorHandler
> >>>
> >>> I have libaudiofile-dev package installed... What else could be mssing?
> >> audiofile-config was replaced with pkg-config, you need the following 
> >> patch.
> > On OpenBSD, we have audiofile-config but also additionally a pkg-config 
> > entry for
> > libaudiofile. So both ways are working for me. Riccardo, can you check on 
> > NetBSD
> > and FreeBSD, that it doesn't break there with the patch?
> >
> I still need to get NetBSD to compile at all! I get FreeBSD to compile
> but not to run at all (I posted the problem to the gnustep list).
>
> So let's wait a moment. Is there a way in shell to check for an
> executable? I bet it can be done: I'd think like if audio-config exists,
> use that, else use pkg-config.

BLAH = $(shell which <binary>)

If blah is not empty, then its available.

We use something like that for OGo, to figure out, where apxs or apr is located.

Sebastian


>
> Riccardo
>







reply via email to

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