Displaying 8 results from an estimated 8 matches for "autoconfiscations".
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
AC_CONFIG_HEADERS instead of passing so many of -D's on the compiler command
line)
--
- mdz
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)
>
> Y...
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
>
> What versions are you using?
>
$ autoconf --version
autoconf (GNU Autoconf) 2.53
$ automake --version
automake (GNU automake) 1.6.3
how did you get the 'dash' number in the vers...
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
> compi...
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
Ok, the last status update (http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-June/000416.html)
was over 7 weeks ago, sorry about that. We've been really busy squishing
bugs, improving stability, and otherwise improving the system for the
release. Here are some of the major accomplishments in LLVM since the
last update...
1. We finally have the go-ahead from the university to release LLVM