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 <bra...@endoframe.com>

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to