search for: autoconfiscated

Displaying 8 results from an estimated 8 matches for "autoconfiscated".

Did you mean: autoconfiscate
2004 Sep 10
5
autoheader failing?
With these versions: ii autoconf 2.54-2 automatic configure script builder ii automake1.6 1.6.3-2 A tool for generating GNU Standards-complian I am unable to build the autoconfiscations. autoheader gives: autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in What versions are you using? (btw, I do think it would be a very good idea to start using
2004 Sep 10
2
autoheader failing?
(btw, after mangling all the autoconfiscations to use config.h, autoheader works for me...) On Mon, Oct 07, 2002 at 11:16:13PM -0700, Josh Coalson wrote: > > (btw, I do think it would be a very good idea to start using > > AC_CONFIG_HEADERS instead of passing so many of -D's on the compiler > > command line) > > Yeah, it's a good idea... can you take care of this
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
Is the #include <endian.h> necessary for Linux or is that a leftover artifact from before? I'm trying to get this code to compile on MacOS (which is based on BSD), and stdint.h exists there, but not endian.h. --Vikram ---------------------------------------------------------------------- VIKRAM S. ADVE Assistant Professor E-MAIL: vadve at cs.uiuc.edu
2002 Sep 13
3
[LLVMdev] Linux-x86 Compatability
Chris Lattner wrote: >>ISSUE: INT64_MAX undefined in InstrSelectionSupport.cpp and >>InstructionCombining.cpp. I'm not completely sure where INT64_MAX comes >>from on Solaris, but C99 says that INT64_MAX is defined in stdint.h, >>but, for C++, only if __STDC_LIMIT_MACROS is #defined. Solaris (at >>least in CSIL) unfortunately does not have stdint.h, but it does
2004 Sep 10
0
autoheader failing?
--- Matt Zimmerman <mdz@debian.org> wrote: > With these versions: > > ii autoconf 2.54-2 automatic configure script builder > ii automake1.6 1.6.3-2 A tool for generating GNU > Standards-complian > > I am unable to build the autoconfiscations. autoheader gives: > > autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in >
2004 Sep 10
0
autoheader failing?
--- Matt Zimmerman <mdz@debian.org> wrote: > (btw, after mangling all the autoconfiscations to use config.h, > autoheader > works for me...) > > On Mon, Oct 07, 2002 at 11:16:13PM -0700, Josh Coalson wrote: > > > > (btw, I do think it would be a very good idea to start using > > > AC_CONFIG_HEADERS instead of passing so many of -D's on the >
2002 Sep 13
0
[LLVMdev] Linux-x86 Compatability
> >Interesting. INT64_MAX is supposed to be provided by > >include/Support/DataTypes.h. Do you know of a reliable preprocessor > >symbol that can be used to determine whether we're on a linux box, or > Well, there is always __linux__, but that doesn't necessarily imply that > we are on a Linux box with stdint.h. Ok, I'll switch to that from the placeholder
2003 Aug 15
0
[LLVMdev] LLVM Status Update
...the Illinois Open Source License (http://www.opensource.org/licenses/UoI-NCSA.php), which is an OSI approved license similar in spirit to the BSD license. This is good for us, because now the barriers to the release are purely technical, not political. :) :) 2. John has LLVM completely autoconfiscated, which makes the system dramatically easier to set up and use! He and Dinakar also wrapped up the "Projects" system, which allows loosely connected LLVM projects to be built outside of the LLVM tree, while making use of all of the makefile machinery we already have. 3. Brian...