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

2010-04-05 Thread Braden McDaniel
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.t

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

2010-04-05 Thread LinuxDonald
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_DI

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

2010-04-04 Thread 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_

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

2010-04-04 Thread LinuxDonald
Am 01.04.2010 23:01, schrieb Braden McDaniel: > On 4/1/10 2:17 PM, LinuxDonald wrote: > >> I found today that the .pc file compiling is broken in openal-soft. >> >> When i compile openal-soft i become this .pc file: >> >> prefix=/usr >> exec_prefix=${prefix} >> libdir=${exec_prefix}//usr/lib64

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

2010-04-01 Thread Braden McDaniel
On 4/1/10 2:17 PM, LinuxDonald wrote: > I found today that the .pc file compiling is broken in openal-soft. > > When i compile openal-soft i become this .pc file: > > prefix=/usr > exec_prefix=${prefix} > libdir=${exec_prefix}//usr/lib64 > includedir=${prefix}/include > > Name: OpenAL > Descript

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

2010-04-01 Thread Rex Dieter
LinuxDonald wrote: > I found today that the .pc file compiling is broken in openal-soft. > > When i compile openal-soft i become this .pc file: > > prefix=/usr > exec_prefix=${prefix} > libdir=${exec_prefix}//usr/lib64 > includedir=${prefix}/include > > Name: OpenAL > Description: OpenAL is a c

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

2010-04-01 Thread LinuxDonald
I found today that the .pc file compiling is broken in openal-soft. When i compile openal-soft i become this .pc file: prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}//usr/lib64 includedir=${prefix}/include Name: OpenAL Description: OpenAL is a cross-platform 3D audio API Requires: Vers