similar to: pkg-config output and <FLAC/assert.h>

Displaying 20 results from an estimated 2000 matches similar to: "pkg-config output and <FLAC/assert.h>"

2012 Apr 26
2
pkg-config output and <FLAC/assert.h>
> From: Paul Davis <paul at linuxaudiosystems.com> > To: flac-dev at xiph.org > Cc: > Sent: Friday, March 25, 2011 5:39 AM > Subject: Re: [Flac-dev] pkg-config output and <FLAC/assert.h> > > On Fri, Mar 25, 2011 at 5:32 AM, Erik de Castro Lopo > <mle+la at mega-nerd.com> wrote: >> Hi, >> >> FLAC helpfully provides a flac.pc file.
2011 Mar 25
1
pkg-config output and <FLAC/assert.h>
I'm subscribed to this list. No need to CC me. Paul Davis wrote: > i recall raising this as an issue about 18 months ago. i certainly > feel that the include style that flac uses now is simply wrong, and > that your suggestion above (which matches the one i made) is > substantially preferable. I've now taken to doing the following in my configure.ac file:
2011 Mar 25
0
pkg-config output and <FLAC/assert.h>
On Fri, Mar 25, 2011 at 5:32 AM, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Hi, > > FLAC helpfully provides a flac.pc file. Unfortunately there is a > nasty interaction between that file and system header files. > > If ones installs flac and relies on pkg-config to find the CFLAGS > one woulf get CFLAGS value of "-I${includedir}/FLAC" which suggests
2012 Apr 26
0
pkg-config output and <FLAC/assert.h>
Josh Coalson wrote: > > From: Paul Davis <paul at linuxaudiosystems.com> > > To: flac-dev at xiph.org > > Cc: > > Sent: Friday, March 25, 2011 5:39 AM > > Subject: Re: [Flac-dev] pkg-config output and <FLAC/assert.h> > > > > On Fri, Mar 25, 2011 at 5:32 AM, Erik de Castro Lopo > > <mle+la at mega-nerd.com> wrote: > >>
2008 Sep 17
1
1.2.1 pkg-config file "error"
hi, and sorry that my first post to the list is a complaint. the .pc file for 1.2.1 produces this for --cflags: -I$PREFIX/include/FLAC i humbly suggest that this is wrong. it appears to support inclusion of FLAC headers with #include <filename.h> rather than #include <FLAC/filename.h> but more importantly, it means that when building an app using pkg-config to
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
Hi all, Here is a patch to user pkg-config (if available) to detect libogg and fall back to old method if pkg-config fails. Pkg-config has the advantage that it can do configured to do the right thing when cross-compiling. Erik --- Makefile.am | 4 +- autogen.sh | 15 ++++++++++ configure.ac | 14 ++++++++- m4/Makefile.am | 4 ++ m4/extra_pkg.m4 | 85
2009 Oct 25
1
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
Hi all, Here is a patch to user pkg-config (if available) to detect libogg and fall back to old method if pkg-config fails. Pkg-config has the advantage that it can do configured to do the right thing when cross-compiling. Erik --- m4/Makefile.am | 4 ++ m4/extra_pkg.m4 | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 0 deletions(-)
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time. # make uninstall ... rm -rf //boot/*xen* ... if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too. Thanks. Denis.
2006 May 17
1
libshout includedir change
> Karl just pointed out to me that libshout is now installing its header > in $prefix/include/shout.h instead of $prefix/include/shout/shout.h. (Sorry for not replying directly, I'm not on the list and I can't figure out if gmane allows me to reply to a mail.) It's probably best to try and contact the committer first - It's possible few other people understand or care
2011 Jul 25
3
Sudo #includedir function ignored CentOS 6
I am unable to get the #includedir function to work with sudo. This works just fine on all my CentOS 5.6 servers, but on 6 it is being ignored. I have this line in the file /etc/sudoers.d/zabbix-puppet zabbix ALL=NOPASSWD: /var/lib/zabbix/bin/start_puppet However sudo still requires a password. If I put that same line into /etc/sudoers file , there is no password prompt. At the end of my
2006 Jul 27
0
[PATCH] pkg-config descriptors
Hi folks, this patch adds creation of pkg-config descriptors for libflac and libflac++ cu -- --------------------------------------------------------------------- Enrico Weigelt == metux IT service - http://www.metux.de/ --------------------------------------------------------------------- Please visit the OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce
2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
Libraries that are used internally by libFLAC(++) but are not part of their API should be listed in pkg-config "private" clauses. Otherwise executables that are linked dynamically against libFLAC(++) will have unneeded direct dependencies (overlinking). Based on a patch by Brad Smith from https://sourceforge.net/p/flac/bugs/397/ that I updated to only include ogg if libFLAC is
2002 Jun 17
3
Fix for smbpasswd Samba 2.2.4 on Solaris only taking 8 character passwords
Under Samba 2.2.4 (and possibly earlier), smbpasswd (when run locally) only really reads the first 8 characters, as opposed to the full password. Obviously, this can cause mass confusion. :) The fix is pretty simple (I would offer a diff, but this is the kind of thing the configure script should check for...) - under Solaris getpass() will only return 8 characters - you must use getpassphrase()
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put to noinst_HEADERS. This quarentees that header will be present in tar ball but not installed with make install. CC: nouveau at lists.freedesktop.org Signed-off-by: Pauli Nieminen <suokkos at gmail.com> --- Makefile.am | 6 +++--- intel/Makefile.am | 10 ++++++---- nouveau/Makefile.am | 4 +++- 3 files changed,
2020 Sep 22
1
[PATCH] build: fix includedir in uninstalled libguestfs.pc
Update includedir with the new directory that contains guestfs.h. Updates commit 75abec1f706e555cd6c9915be03c732b56a94596. --- lib/local/libguestfs.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/local/libguestfs.pc.in b/lib/local/libguestfs.pc.in index 129682be8..46cef1e16 100644 --- a/lib/local/libguestfs.pc.in +++ b/lib/local/libguestfs.pc.in @@ -26,7 +26,7 @@
2016 Dec 29
2
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
Hi, I spent some time today to figure out why my clients are unable to connect to my Samba AD domain member after updating the operating system from CentOS 7.2 to 7.3 and I thought sharing the reason and the workaround can help others: If you run RHEL/CentOS 7.2 with an unmodified /etc/krb5.conf file and update to 7.3, the krb5-workstation-1.14.1-27 package adds an "includedir"
2013 Jan 04
1
[PATCH] gobject: Add pkg-config for gobject bindings
--- configure.ac | 1 + gobject/.gitignore | 1 + gobject/Makefile.am | 3 +++ gobject/libguestfs-gobject-1.0.pc.in | 11 +++++++++++ 4 files changed, 16 insertions(+) create mode 100644 gobject/libguestfs-gobject-1.0.pc.in diff --git a/configure.ac b/configure.ac index a1e761e..dc8d9bb 100644 --- a/configure.ac +++ b/configure.ac @@
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 08:41 EET James Brown <jlbrown at bordo.com.au> wrote: > > > > On 22 Feb 2023, at 5:33 pm, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > > > > Thanks Aki, that was helpful. When I add that I get: > > > > > > checking for LIBSODIUM... no > > > configure: error: Can't build with libsodium: not
2006 Jul 17
3
libvorbis 1.1.3
hey, i am running freebsd and i?ve got the following problem with installing icecast 2.3.1. (libxslt-1.1.0 and libogg 1.1.3 is installed) but when i am trying to install libvorbis 1.1.3 i always get this message: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Package ogg was not found in the pkg-config
2017 Jun 23
2
RHEL6.5 cluster system library and home library
System: Red Hat Enterprise Linux Server release 6.5 (Santiago) I?m working on a RHEL6.5 cluster with no EPEL or root access to install EPEL. I have installed zlib 1.2.11 (and other necessary libraries) in my home directory. Problem is the cluster has an older zlib library (1.2.4) and R does not accept that. How can I force configure to look in my home/[username]/packages/lib for zlib?