search for: c_include_path

Displaying 19 results from an estimated 19 matches for "c_include_path".

2016 Dec 08
2
Samba 4.51 Solaris 11 AD client
Solaris 11 include samba 3.6.25. I compiled samba 4.5.1 using GCC 4.8 and gmake. Had set following env variables to make sure krb5.conf was found # CPLUS_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5/ # C_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5/ After setting "client ldap sasl wrapping = plain" I was able to join to a Windows 2008 domain with samba 4. The samba 4.5.1 "wbinfo -m" showed the domain. However "wbinfo -u" did not show any users. This works OK...
2008 Nov 12
1
rimage doesn't install on Mac OS X 10.4
...n't figure out what to do with this error. ice.pnl.gov:/home/waichler<949>system_profiler -detailLevel mini SPSoftwareDataType Software: System Software Overview: System Version: Mac OS X 10.4.11 (8S165) Kernel Version: Darwin 8.10.0 ice.pnl.gov:/home/waichler<942>echo $C_INCLUDE_PATH /usr/local/include ice.pnl.gov:/home/waichler<946>echo $MACOSX_DEPLOYMENT_TARGET 10.4 ice.pnl.gov:/home/waichler<947>sudo R CMD INSTALL --configure-vars='LDFLAGS=-L/sw/lib CPPFLAGS=-I/sw/include' /Users/ladmin/rimage_0.5-7.tar.gz . . . gcc -arch ppc -std=gnu99 -I/Library/Frame...
2016 Dec 21
1
compiling Samba4 on Solaris11
...o the krb5.h and openldap would be found. LDFLAGS="-L /usr/local/samba-4.4.7/lib -L/usr/lib" CFLAGS="-I /usr/local/samba-4.4.7/include -I/usr/include" CPPFLAGS="-I /usr/local/samba-4.4.4/include -I/usr/include" export LDFLAGS CFLAGS CPPFLAGS C_INCLUDE_PATH=/usr/local/samba-4.4.7/include:/usr/include:/usr/include/kerberosv5 CPLUS_INCLUDE_PATH=/usr/local/samba-4.4.7/include:/usr/include:/usr/include/kerberosv5 export C_INCLUDE_PATH CPLUS_INCLUDE_PATH Path is set as follows to ensure that gnu version of make and ld are found/ /usr/gc...
2005 Jan 03
2
(no subject)
...I guess this is due to the fact that my installed kernel headers are quite old (redhat-7.1, kernel 2.4.2). However, I keep my kernel up2date: I'm running kernel-2.6.10. In order to make syslinux use the 2.6.10 headers, I unpack and configure a kernel-2.6.10 tree. Then, I try to build with: C_INCLUDE_PATH=/home/balducci/tmp/install-us-d/syslinux/linux-2.6.10/include export C_INCLUDE_PATH make depend make installer This time the result is: ... make[1]: Entering directory `/home/balducci/tmp/install-us-d/syslinux/syslinux-3.01/extlinux' gcc -Wp,-MT,extlinux.o,-MMD,.extlinux.o.d -W -Wall -Wno-sig...
2016 Nov 18
3
SCL devtoolset-3 or 4 without eclipse?
Is there a way to install devtoolset packages without the bloat of eclipse? I just want the new compiler and toolchain, not a big IDE. BTW devtoolset-3 dependencies are broken in yum with C6 yum install devtoolset-3 ... ---> Package devtoolset-3-perftools.x86_64 0:3.1-12.el6 will be installed --> Processing Dependency: devtoolset-3-dyninst for package:
2008 Nov 10
0
rimage don't install on mac OS X 10.5.5 solved
...mac OS X 10.5.5 To: Prof Brian Ripley <ripley@stats.ox.ac.uk> Cc: r-help@r-project.org Message-ID: <51555760-5E0C-4828-B780-2B716AE7C5A6@gmail.com> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Thanks for your rapid response. I tried your sugerences and set C_INCLUDE_PATH=/usr/local/include. I also look in /usr/local/include and here it appears fftw.h and also fftw3.f, fftw3.h, fftw_threads.h and rfftw.h rfftw_threads.h but it don't work also. I will try to update to R 2.8.0 Thanks for your sugestions El 31/10/2008, a las 10:10, Prof Brian Ripley escribi?: &gt...
2008 Feb 25
1
[LLVMdev] make the system path separator public
Hi, all. I'm working on adding support for the CPATH, C_INCLUDE_PATH, etc environment variables in clang. They hold lists of include directories, formatted like the PATH environment variable: on Windows the separator is a semicolon, on Unix the separator is a colon. It makes sense to me to have the llvm System library export the separator, since it already knows w...
2016 Nov 18
0
SCL devtoolset-3 or 4 without eclipse?
...X_ROOT/lib64:$GCCX_ROOT/lib:$LD_LIBRARY_PATH export LD_RUN_PATH=$GCCX_ROOT/lib64:$GCCX_ROOT/lib:$LD_RUN_PATH export LIBRARY_PATH=$GCCX_ROOT/lib64:$GCCX_ROOT/lib:$LIBRARY_PATH export INCLUDE_PATH=$GCCX_ROOT/include:$INCLUDE_PATH export CPLUS_INCLUDE_PATH=$GCCX_ROOT/include:$CPLUS_INCLUDE_PATH export C_INCLUDE_PATH=$GCCX_ROOT/include:$C_INCLUDE_PATH ############################################################# The above assumes a 64-bit install. If you're running a 32-bit install, change all occurences of "lib64" to "lib". -- Walter Dnes <waltdnes at waltdnes.org>
2013 Feb 26
2
[LLVMdev] make error building llvm/clang 3.2 on Linux
Just in case someone is having similar problems and/or following this thread, here's my final "solution" (at least, for now). In my bash build script, prior to configure, I set the C_INCLUDE_PATH and CPLUS_INCLUDE_PATH to empty strings, and then set some other environment variables instead: export C_INCLUDE_PATH= export CPLUS_INCLUDE_PATH= SYSTEM_INCLUDE_PATH="/usr/include/i386-linux-gnu" export CC=gcc export CXX=g++ export CFLAGS="-isystem ""${SYSTEM_INCLUDE_PAT...
2016 Dec 11
0
Samba 4.51 Solaris 11 AD client
...for the software build. I also set create krb5 conf = No to prevent samba recreating /usr/local/samba/var/lock/smb_krb5/krb5.conf each time it restarted, since it would enable DES encryption by default. Maybe I need to compile latest openldap and add to the C_INCLUDE_PATH and CPLUS_INCLUDE_PATH variables. From: Gaiseric Vandal [mailto:gaiseric.vandal at gmail.com] Sent: Wednesday, December 07, 2016 9:33 PM To: 'Samba' <samba at lists.samba.org> Subject: Samba 4.51 Solaris 11 AD client Solaris 11 include samba 3.6.25. I compiled sa...
2013 Feb 24
0
[LLVMdev] make error building llvm/clang 3.2 on Linux
...re is the mman.h being picked up??? Well, I find it at /usr/include/i386-linux-gnu/sys, and, lo and behold, there is a #include <features.h> at line 23, just at the location reported with the error. And why is clang looking in "/usr/include/i386-linux-gnu"? Because I had defined the C_INCLUDE_PATH environment variable with this directory. When I reset this (and LIBRARY_PATH and CPLUS_INCLUDE_PATH) to empty, I can proceed with the make. Here's the problem - I have to have these environment variables defined to allow gcc to work (without them, I can't even get through configure). Ubun...
2008 Oct 31
1
rimage don't install on mac OS X 10.5.5
Hello, i'm trying to install de rimage package form source. I have installed fftw2.1.5 and libjpeg, but during compilation appear this message: * Installing *source* package 'rimage' ... checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of
2013 Mar 16
3
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
Hi everyone, Recently I tried to compile llvm-gcc-4.2-2.9 on a 64bit ubuntu12.04 machine. And I was using the settings below, export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu ../llvm-gcc-4.2-2.9.source/configure --enable-optimized --program-prefix=llvm- --enable-checking --enable-llvm=${HOME}/moonbox/llvm-obj/Debug+Asserts --disable-bootstrap -- enable-languages=c,c++ make CXX=/u...
2013 Feb 21
4
[LLVMdev] make error building llvm/clang 3.2 on Linux
I'm attempting to build a native build of clang from the 3.2 source distribution tarballs, but I ran into this build error that's got me really puzzled. My platform is Linux - 32-bit Ubuntu (12.04) running on a PC. Here's the (abbreviated) output from make: *************************************** ... make[3]: Entering directory
2016 Nov 28
0
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
...gh I thought all machines had been patched to the same level. So I decided to recompile. When recompiling samba 4.4.7 on solaris 11 I saw the following warning Checking for header krb5.h : no The fix for this in Solaris 11 with gcc 4.8.x is export C_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5 export CPLUS_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5 When compling samba 3, if memory serves, I would get a little summary of which features were enabled and which were not. I don't think kerberos is requires for domain trusts? I know tha...
2003 Jan 31
3
OpenSSH & OpenSSL directory location problem.
...t: i686-pc-linux-gnu Compiler: gcc Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized Preprocessor flags: -I/vapp/include Linker flags: -L/vapp/lib Libraries: -lutil -lz -lnsl -lcrypto -lcrypt # GCC Variables (works with all programs, except OpenSSH. export C_INCLUDE_PATH=/vapp/include:/usr/X11R6/include export CPLUS_INCLUDE_PATH=/vapp/include:/usr/X11R6/include export LIBRARY_PATH=/vapp/lib # So, also included these: export LDFLAGS=-L/vapp/lib export CPPFLAGS=-I/vapp/include # Also tried this option. --without-rpath Disable auto-added -R linker paths # Ye...
2016 Nov 22
2
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
I am not sure if this is relevant root at sambaPDC:~# /usr/local/samba/bin/net rpc trustdom establish DomainB Enter DOMAINA$'s password: Could not connect to server DomainB_DC Trust to domain DomainB established root at sambaPDC:~# root at sambaPDC:~# /usr/local/samba/bin/net rpc trustdom establish DomainC Enter DOMAINA$'s password: Could not connect to
2007 Dec 05
1
Help installing taskPR
Hello, I'd like to take a look at how the taskPR package performs on our computational cluster, and this morning I've spend some time trying to do a test install of this package on one of our linux machines. Unfortunately I've been unsuccessful in completing the install, and I wondered if someone could please advise me. As I've noted I working on a linux machine, and it's
2016 Nov 29
1
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
...tched to the same level. So I decided to recompile. > > When recompiling samba 4.4.7 on solaris 11 I saw the following warning > > Checking for header krb5.h : no > > > The fix for this in Solaris 11 with gcc 4.8.x is > > export C_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5 > export CPLUS_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5 > > > When compling samba 3, if memory serves, I would get a little summary > of which features were enabled and which were not. > > I don't think kerberos is requires...