similar to: LLVM version 3.4.2 - Directory to Environment Variables

Displaying 20 results from an estimated 500 matches similar to: "LLVM version 3.4.2 - Directory to Environment Variables"

2013 Jan 19
0
[LLVMdev] Embed LLVM/Clang in our project
Ashok Nalkund <ashoknn at qti.qualcomm.com> writes: > We want to compile LLVM/Clang and use the resulting > headers/libraries in our project. But we compile it during out build > process. I can build LLVM/Clang by adding it to our cmakelists.txt but > when our code tries to use one of the headers > (clang/CodeGen/ModuleBuilder.h), its not found as it doesnt exist. If > I
2013 Jan 21
2
[LLVMdev] Embed LLVM/Clang in our project
On 1/19/2013 2:39 AM, Óscar Fuentes wrote: > Ashok Nalkund <ashoknn at qti.qualcomm.com> writes: > >> We want to compile LLVM/Clang and use the resulting >> headers/libraries in our project. But we compile it during out build >> process. I can build LLVM/Clang by adding it to our cmakelists.txt but >> when our code tries to use one of the headers >>
2018 Jun 11
0
samba problem with version upgrade - restated
I am taking the unusual measure of posting before anyone responds to my post as something occurred to me and the results of testing it yields useful information relevant to my problem. It finally occurred to me that the behavior I am seeing with sylvia, specifically the fact that a file added via the share from the other system gets ownership of "nobody/nogroup", that perhaps 4.3.11
2017 Sep 22
0
[cfe-dev] Cross translational unit analysis in codechecker
Thanks Daniel for the info. Siddharth On Thu, Sep 21, 2017 at 10:37 PM, Dániel Krupp <daniel.krupp at ericsson.com> wrote: > Hi Siddharth, > > > > since the CTU functionality is not yet part of the mainline clang (review > ongoing), you will need to clone our patched version of clang5 > > https://github.com/Ericsson/clang > > (ctu-clang5 branch) > > >
2018 Jun 11
0
samba problem with version upgrade - restated
I am consolidating and restating this problem as thus far I have received no answer from the group as to how to correct this problem. I have two linux mint systems on my network and use samba to share data between them.  I am in the process of upgrading one of them from linux mint maya to linux mint sylvia, which also upgrades smbd from 3.6.25 to 4.3.11-Ubuntu and encountering behavior
2018 Jun 06
2
samba behavior change with version upgrade
I have two linux mint systems on my network and use samba to share data between them.  I am in the process of upgrading one of them from linux mint maya to linux mint sylvia, which also upgrades smbd from 3.6.25 to 4.3.11-Ubuntu and encountering behavior differences. I suspect I need to tweak my newer smb.conf file to correct this problem. The system I am in process of upgrading offers a
2018 Jun 06
0
samba behavior change with version upgrade
On Wed, 6 Jun 2018 13:26:29 -0400 "David H. Durgee via samba" <samba at lists.samba.org> wrote: > I have two linux mint systems on my network and use samba to share > data between them.  I am in the process of upgrading one of them from > linux mint maya to linux mint sylvia, which also upgrades smbd from > 3.6.25 to 4.3.11-Ubuntu and encountering behavior differences.
2018 Jun 07
3
samba behavior change with version upgrade
Rowland Penny via samba wrote: > On Wed, 6 Jun 2018 13:26:29 -0400 > "David H. Durgee via samba" <samba at lists.samba.org> wrote: > >> I have two linux mint systems on my network and use samba to share >> data between them.  I am in the process of upgrading one of them from >> linux mint maya to linux mint sylvia, which also upgrades smbd from >>
2005 Apr 18
2
nls error in formula
Hi, I'm a new R user, with a lot of questions. At the moment I'm stoped on an error traying to fit a model: > x <- sandeel ## numeric data (2500-60000) > y <- Noss ## numeric data (0-1.2) > A <- 0.8 > B <- 0.6 > C <- 1/40000 > nls( y ~ A-B*exp(-C*x)) Error in match.call(definition, call, expand.dots) : .Primitive... is not a function I'm
2012 Feb 07
1
.Random.seed not found
Hi All, I have a user who is receiving this error after running the following: library(rjags) library(R2jags) x = c(1.6907, 1.7242, 1.7552, 1.7842, 1.8113, 1.8369, 1.8610, 1.8839) n = c(59, 60, 62, 56, 63, 59, 62, 60) r = c(6, 13, 18, 28, 52, 53, 61, 60) N = 8 data=list("x","n","r","N") inits=function(){ list(alpha.star=0,beta=0) }
2018 Nov 16
2
LLVM_CONFIG_PATH when building Clang from sources
I'm trying to build LLVM, CFE and RT from sources on an old PowerMac with OS X 10.5. After download and unpack into LLVM_SOURCE_DIR (with --strip-components=1), I configure with: cmake -DCMAKE_INSTALL_PREFIX="/opt/llvm" \ -DLLVM_TARGETS_TO_BUILD="PowerPC" \ -DLLVM_INCLUDE_TOOLS="ON" \ -DLLVM_BUILD_TESTS="ON"
2018 Jun 07
0
samba behavior change with version upgrade
On Thu, 7 Jun 2018 14:24:57 -0400 "David H. Durgee via samba" <samba at lists.samba.org> wrote: > Rowland Penny via samba wrote: > > On Thu, 7 Jun 2018 14:57:34 +0100 > > Rowland Penny via samba <samba at lists.samba.org> wrote: > > > >> On Thu, 7 Jun 2018 14:51:11 +0100 > >> Rowland Penny via samba <samba at lists.samba.org>
2018 Jun 07
2
samba behavior change with version upgrade
Rowland Penny via samba wrote: > On Thu, 7 Jun 2018 14:57:34 +0100 > Rowland Penny via samba <samba at lists.samba.org> wrote: > >> On Thu, 7 Jun 2018 14:51:11 +0100 >> Rowland Penny via samba <samba at lists.samba.org> wrote: >> >>> On Thu, 7 Jun 2018 15:43:07 +0200 >>> "L.P.H. van Belle via samba" <samba at lists.samba.org>
2011 Feb 21
1
fitting logit to data
Hello, I'd like to fit a logit function to my data. The data is distributed like a logit (like in this plot on wikipedia http://en.wikipedia.org/wiki/File:Logit.png) but the values on the x-axis are not between 0 and 1. I don't think using a glm is the solution because I simply want to infer the parameters of the logit function (offset, compression, slope...), so I can apply it to all
2007 Jan 23
1
music.ibiblio.org: bad Vorbis comments?
Hi, having inspected one of the files found at music.ibiblio.org, I realized that the comments are quite poor or misformatted in the files. I'm telling you, because: 1) I think it's great to have some free music 2) I think the performers deserve to be recognized Generally, I'd put as much as possible into the Vorbis comments. Then you could skip creating these index.html manually:
2011 Feb 24
0
Processed: raise severity of GCC-4.5 build failures in preparation for a GCC defaults change
Processing commands for control at bugs.debian.org: > severity 564845 important Bug #564845 [acl2] acl2: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 564850 important Bug #564850 [agave] agave: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 564853 important Bug #564853 [amule] amule: ftbfs with gcc-4.5
2012 Oct 30
2
help with lme
Dear Madam or Sir I am writing you hoping, that you can help me with a problem concerning the output of regressions done with the function lme in R. I would need the standard deviations for intercepts and predictors, but in the output I can only find those for the intercepts. Could it be, that this is my fault? (I am just a beginner with R and multilevel modeling). I am sorry to annoy you with
2017 Dec 05
2
XRay Trace of Clang, Loadable through Chrome Trace Viewer
Hi cfe-dev@ and llvm-dev@, I've attached a Chrome trace-viewer readable trace of a clang built with XRay instrumentation (additional build/link flags="-fxray-instrument -fxray-instruction-threshold=75") with the latest "top-of-trunk" version of clang with the recent updates to the XRay runtime supporting record filtering. To load the attached file, go to
2018 Jun 12
2
passdb.tdb shows no users in new 4.3.11-ubuntu install?
I enabled logging at level 3 on my new 4.3.11-ubuntu (sylvia) system to see why I was not opening a share properly from another system. The log shows: [2018/06/11 20:49:13.418108,  3] ../source3/auth/auth.c:178(auth_check_ntlm_password)   check_ntlm_password:  Checking password for unmapped user [AGI-NET]\[dhdurgee]@[Z560] with the new password interface [2018/06/11
2003 Jan 13
2
File extensions
> Sylvia Pfeiffer said: > > > Now, leading on from here to file extensions is a different issue. I > > would recommend to have different file extensions for each of the > > defined Ogg media mappings ogg-theora, ogg-vorbis and ogg-speex. My > > reasoning is that it makes it easier for programs to map > from the file > > extension to the MIME type and from