openal-soft .pc file compiling is broken i need help please

Braden McDaniel braden at endoframe.com
Mon Apr 5 16:46:24 UTC 2010


On Mon, 2010-04-05 at 13:09 +0200, LinuxDonald wrote: 
> Am 05.04.2010 03:11, schrieb Braden McDaniel:
> > On Sun, 2010-04-04 at 17:18 +0200, LinuxDonald wrote:
> >    
> >> Am 01.04.2010 23:01, schrieb Braden McDaniel:
> >>      
> > [snip]
> >
> >    
> >>> It looks like this line in CMakeLists.txt:
> >>>
> >>>
> >>>        
> >>>> SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}")
> >>>>
> >>>>          
> >>> should be
> >>>
> >>>
> >>>        
> >>>> SET(libdir "${LIB_INSTALL_DIR}")
> >>>>
> >>>>          
> >>>
> >>>        
> >> Yeah that fixed:
> >> libdir=/usr/lib64
> >>
> >> But what about that:
> >> exec_prefix=${prefix}
> >> includedir=${prefix}/include
> >> ?
> >> That are broken to in the .pc file :(
> >>      
> > Those don't look broken to me.  Why do you think they are?
> >
> > See "man pkg-config" under METADATA FILE SYNTAX.
> >
> >    
> Don´t must be there real path ala:
> 
> includedir=${prefix}/include ala includedir=/usr/include/AL ?

Not according to the section of the man page to which I just directed
you.

-- 
Braden McDaniel <braden at endoframe.com>



More information about the devel mailing list