search for: include_dir

Displaying 20 results from an estimated 34 matches for "include_dir".

Did you mean: include_dirs
2004 Sep 17
1
latest klibc for udev
...hanks, Kay -------------- next part -------------- ===== Makefile 1.169 vs edited ===== --- 1.169/Makefile 2004-09-14 07:55:07 +02:00 +++ edited/Makefile 2004-09-17 18:47:26 +02:00 @@ -140,7 +140,7 @@ ifeq ($(strip $(USE_KLIBC)),true) KLIBC_BASE = $(PWD)/klibc KLIBC_DIR = $(KLIBC_BASE)/klibc - INCLUDE_DIR := $(KLIBC_DIR)/include + INCLUDE_DIR := $(KLIBC_BASE)/include LINUX_INCLUDE_DIR := $(KERNEL_DIR)/include # LINUX_INCLUDE_DIR := $(KLIBC_BASE)/linux/include include $(KLIBC_DIR)/arch/$(ARCH)/MCONFIG @@ -155,7 +155,7 @@ $(OPTFLAGS) \ -D__KLIBC__ -fno-builtin-printf \ -I$(INCLUDE_DI...
2016 Dec 02
2
pdftools on Ubuntu
...n, Ubuntu, etc) * rpm: poppler-cpp-devel (Fedora, CentOS, RHEL) * csw: poppler_dev (Solaris) * brew: poppler (Mac OSX) If poppler-cpp is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a poppler-cpp.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' -------------------------------------------------------------------- ERROR: configuration failed for package ?pdftools? * removing ?/usr/local/lib/R/site-library/pdftools? And when I try to install libpo...
2018 Feb 17
2
Problem installing libxml2 under Homebrew
...lling: * deb: libxml2-dev (Debian, Ubuntu, etc) * rpm: libxml2-devel (Fedora, CentOS, RHEL) * csw: libxml2_dev (Solaris) If libxml-2.0 is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a libxml-2.0.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' -------------------------------------------------------------------- ERROR: configuration failed for package ?xml2? Homebrew package info: dekkera:pkgconfig peter$ brew info libxml2 R libxml2: stable 2....
2016 Dec 02
1
pdftools on Ubuntu
...dora, CentOS, RHEL) >> * csw: poppler_dev (Solaris) >> * brew: poppler (Mac OSX) >> If poppler-cpp is already installed, check that 'pkg-config' is in your >> PATH and PKG_CONFIG_PATH contains a poppler-cpp.pc file. If pkg-config >> is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: >> R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' >> -------------------------------------------------------------------- >> ERROR: configuration failed for package ?pdftools? >> * removing ?/usr/local/lib/R/site-library/pdftoo...
2016 Dec 02
0
pdftools on Ubuntu
...oppler-cpp-devel (Fedora, CentOS, RHEL) > * csw: poppler_dev (Solaris) > * brew: poppler (Mac OSX) > If poppler-cpp is already installed, check that 'pkg-config' is in your > PATH and PKG_CONFIG_PATH contains a poppler-cpp.pc file. If pkg-config > is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: > R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' > -------------------------------------------------------------------- > ERROR: configuration failed for package ?pdftools? > * removing ?/usr/local/lib/R/site-library/pdftools? > > An...
2012 Feb 08
0
[PATCH] remove references to removed libflask from setup.py
...le.de> diff -r 3574f4d67843 -r b730f1f980bd tools/python/setup.py --- a/tools/python/setup.py +++ b/tools/python/setup.py @@ -45,12 +45,10 @@ process = Extension("process", flask = Extension("flask", extra_compile_args = extra_compile_args, - include_dirs = [ PATH_XEN, PATH_LIBXC, "xen/lowlevel/flask", - "../flask/libflask/include" ], - library_dirs = [ PATH_LIBXC, "../flask/libflask" ], + include_dirs = [ PATH_XEN, PATH_LIBXC, "xen...
2011 Dec 21
0
[LLVMdev] A better CMake
...it's usually # a target object which instantiates this and fills in all of the params. clang = { # clang, when used as a compiler 'compiler' = compiler { # Inherit from generic compiler prototype # Inputs param flags : list[string] # Compiler-specific flags param include_dirs : list[string] param sources : list[string] param outputs : list[string] param source_dir : string param warnings_as_errors : bool # Generic compiler flags param all_warnings : bool # " # Outputs compile => [ # '=>' means dyna...
2017 Aug 17
2
How to install Tidyverse on Ubuntu 17.04? Getting gcc errors for -fstack-protector-strong and -Wdate-time
...ng: * deb: libcurl4-openssl-dev (Debian, Ubuntu, etc) * rpm: libcurl-devel (Fedora, CentOS, RHEL) * csw: libcurl_dev (Solaris) If libcurl is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a libcurl.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' -------------------------------------------------------------------- ERROR: configuration failed for package ?curl? * removing ?/home/popx/R/x86_64-pc-linux-gnu-library/3.4/curl? Warning in install.packag...
2008 Apr 08
6
lucreate error: Cannot determine the physical boot device ...
...-C ( boot_device | - ) ] [ -f exclude_list-file [ -f ... ] ] [ -I ] [ -l error_log-file ] [ -M slice_list-file [ -M ... ] ] [ -m mountPoint:devicePath:fsOptions [ -m ... ] ] [ -o out_file ] [ -s ( - | source_BE_name ) ] [ -x exclude_dir/file [ -x ... ] ] [ -X ] [ -y include_dir/file [ -y ... ] ] [ -Y include_list-file [ -Y ... ] ] [ -z filter_list-file ] Could someone please tell me how to use lucreate? Roman This message posted from opensolaris.org
2010 Sep 09
2
[PATCH]: add libxl python binding
...write(py_object_def(ty)) + f.write(py_initfuncs(types)) + f.close() diff -r b19856f6dd76 tools/python/setup.py --- a/tools/python/setup.py Thu Sep 09 09:24:24 2010 +0100 +++ b/tools/python/setup.py Thu Sep 09 12:06:50 2010 +0100 @@ -9,14 +9,23 @@ extra_compile_args = [ "-fno-strict-ali include_dirs = [ XEN_ROOT + "/tools/libxc", XEN_ROOT + "/tools/xenstore", XEN_ROOT + "/tools/include", + XEN_ROOT + "/tools/libxl", ] library_dirs = [ XEN_ROOT + "/tools/libxc",...
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler. Regards, Richard Gorton Cognitive Electronics rcgorton at cog-e.com ---------- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name:
2011 Apr 18
0
[LLVMdev] [EXPERIMENTAL] Building Dragonegg on Cygwin
...-c $ ar rcs $(GCC_PLUGIN_DIR)/lib/libcc1.a dll.o 5. Tweak Dragonegg's Makefile and build! [Dragonegg] --- a/Makefile +++ b/Makefile @@ -57,6 +57,8 @@ CPP_OPTIONS+=$(CPPFLAGS) $(shell $(LLVM_CONFIG) --cppflags) \ -DGCC_MAJOR=$(GCC_MAJOR) -DGCC_MINOR=$(GCC_MINOR) \ -I$(INCLUDE_DIR) -I$(GCC_PLUGIN_DIR)/include +LD_OPTIONS+=-Wl,-e,_lazymain at 12 -L $(GCC_PLUGIN_DIR)/lib -lcc1 + LD_OPTIONS+=$(shell $(LLVM_CONFIG) --ldflags) $(LDFLAGS) # NOTE: The following flags can only be used after TARGET_UTIL has been built. 6. check $ /path/to/installed/gcc/bin/g++.exe -fplugin=./dra...
2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
...lt;virt-customize> but also used in other diff --git a/ocaml-dep.sh.in b/ocaml-dep.sh.in index 9de8497fd..a68631fff 100755 --- a/ocaml-dep.sh.in +++ b/ocaml-dep.sh.in @@ -33,7 +33,7 @@ set -e # directories must have unique names (eg. not ‘Utils’) else # dependencies don't get built right. include_dirs=" -common/mlaugeas +3rdparty/ocaml-augeas common/mlgettext common/mlpcre common/mlprogress -- 2.23.0
2019 Dec 20
0
[common/libguestfs PATCH 2/2] build: use split stringlist functions from common/utils
...n/setup.py.in @@ -62,7 +62,7 @@ This package contains the Python bindings for libguestfs. 'handle.c', 'module.c', 'structs.c', - 'utils.c'], + 'stringlists-utils.c'], include_dirs=['.', '../lib'], libraries=['guestfs'], -- 2.24.1
2010 May 13
2
Compiling R with --enable-R-shlib for rpy2 error
Hi, I am trying to compile R with the command below in order to install rpy2. ./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo --with-x --enable-R-shlib However, error the I have gotten was: /usr/bin/ld: CConverters.o: relocation R_X86_64_32S against `R_FunTab' can not be used when making a shared object; recompile with -fPIC CConverters.o: could not read symbols: Bad
2018 Apr 09
2
[PATCH] Fix out-of-tree builds of OCaml components
...realpath --relative-to=. @abs_top_srcdir@/${subdir}) +srcdir_re=$(realpath --relative-to=. @abs_top_srcdir@/${subdir} | sed 's/\./[.]/g') +top_builddir=$(realpath --relative-to=. @abs_top_builddir@) + +includes="-I @abs_top_srcdir@/$subdir -I @abs_top_builddir@/$subdir" for i in $include_dirs; do includes="$includes -I @abs_top_srcdir@/$i -I @abs_top_builddir@/$i" done @@ -58,7 +63,16 @@ rm -f $output $output-t echo "# OCaml dependencies generated by $0" > $output-t echo >> $output-t -@OCAMLFIND@ ocamldep @OCAMLDEP_ALL@ @OCAMLDEP_ONE_LINE@ $includ...
2006 Oct 17
4
[PATCH] Fix tools build on Solaris
...tup.py @@ -4,7 +4,7 @@ import os XEN_ROOT = "../.." -extra_compile_args = [ "-fno-strict-aliasing", "-Wall", "-Werror" ] +extra_compile_args = [ "-static-libgcc", "-fno-strict-aliasing", "-Wall", "-Werror" ] include_dirs = [ XEN_ROOT + "/tools/libxc", diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile --- a/tools/xenmon/Makefile +++ b/tools/xenmon/Makefile @@ -15,6 +15,7 @@ include $(XEN_ROOT)/tools/Rules.mk sbindir=/usr/sbin +CFLAGS += $(TOOL_CFLAGS) CFLAGS += -Werror -g CFLAGS += -I $...
2015 Oct 23
1
[PATCH v2] perl: Switch to using Module::Build.
version 2: - Fixed handling of clean & distclean. - Use 'all-local' instead of 'all'. - Don't use abs_* paths in Build.PL.in. Rich.
2015 Oct 23
1
[PATCH] perl: Switch to using Module::Build.
Switch from 'ExtUtils::MakeMaker' to 'Module::Build'. There's not really a huge difference here. The interfacing gymnastics that we have to do to make Makefile.am and Module::Build talk to each other is probably a little bit simpler. I compared the output of 'make install' before and after, and there's not much difference. 'perllocal.pod' is not
2015 Oct 23
1
[PATCH v3] perl: Switch to using Module::Build.
version 3: - Split requires into configure_requires/etc. - Use lists for extra_compiler_flags, extra_linker_flags. - Suppress .packlist file. - Set the release_status field. Rich.