Displaying 20 results from an estimated 47 matches for "ac_prog_cxx".
Did you mean:
ac_prog_cc
2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...===============================================================
> --- llvm.test/autoconf/configure.ac (revision 74729)
> +++ llvm.test/autoconf/configure.ac (working copy)
> @@ -601,8 +601,8 @@
>
> dnl Check for compilation tools
> AC_PROG_CPP
> -AC_PROG_CC(gcc)
> -AC_PROG_CXX(g++)
> +AC_PROG_CC([llvm-gcc gcc])
> +AC_PROG_CXX([llvm-g++ g++])
>
> AC_PROG_NM
> AC_SUBST(NM)
>
>
> Likewise, in our LLVM-GCC tree, this seems to work for Darwin/x86:
>
> Index: llvm-gcc.test/configure.in
> =======================================================...
2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
...llvm.test/autoconf/configure.ac
===================================================================
--- llvm.test/autoconf/configure.ac (revision 74729)
+++ llvm.test/autoconf/configure.ac (working copy)
@@ -601,8 +601,8 @@
dnl Check for compilation tools
AC_PROG_CPP
-AC_PROG_CC(gcc)
-AC_PROG_CXX(g++)
+AC_PROG_CC([llvm-gcc gcc])
+AC_PROG_CXX([llvm-g++ g++])
AC_PROG_NM
AC_SUBST(NM)
Likewise, in our LLVM-GCC tree, this seems to work for Darwin/x86:
Index: llvm-gcc.test/configure.in
===================================================================
--- llvm-gcc.test/configure.in (rev...
2019 Jan 13
3
[FTS Xapian] Beta release
...#39;
configure.ac:7: installing './missing'
src/Makefile.am: installing './depcomp'
/usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
/usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
src/Makefile.am: error: C++ source seen but 'CXX' is undefined
src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
src/Makefile.am...
2018 Feb 13
1
[PATCH] build: mandate Jansson >= 2.7
...@ -285,7 +285,7 @@ AC_CHECK_FUNCS([xmlBufferDetach])
LIBS="$old_LIBS"
dnl Check for Jansson JSON library (required).
-PKG_CHECK_MODULES([JANSSON], [jansson])
+PKG_CHECK_MODULES([JANSSON], [jansson >= 2.7])
dnl Check for C++ (optional, we just use this to test the header works).
AC_PROG_CXX
--
2.14.3
2019 Jan 13
3
[FTS Xapian] Beta release
...#39;
>> src/Makefile.am: installing './depcomp'
>> /usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does
>> not appear in AM_CONDITIONAL
>> /usr/share/automake-1.16/am/depend2.am: The usual way to define
>> 'am__fastdepCXX' is to add 'AC_PROG_CXX'
>> /usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run
>> 'aclocal' and 'autoconf' again
>> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
>> src/Makefile.am: The usual way to define 'CXX' is to add...
2009 Jun 20
3
omindex hangs while scanning
Hello,
I was looking for a search engine for a small internal documentation
site and found xapian and
omega. Downloaded and compiled it using msys and ming on a german
windows xp system. Finally
installed apache on the same box.
Following the omega example I copied the book to .../apache/htdocs and
startet the omindex
which hang up on the first document found. Even on very short doc with
2019 Jan 14
2
[FTS Xapian] Beta release
...alling './missing'
> src/Makefile.am: installing './depcomp'
> /usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does not
> appear in AM_CONDITIONAL
> /usr/share/automake-1.16/am/depend2.am: The usual way to define
> 'am__fastdepCXX' is to add 'AC_PROG_CXX'
> /usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run
> 'aclocal' and 'autoconf' again
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX&...
2014 Nov 20
2
building NUT on Mac OS X Yosemite
...n OS X, I wasn't thinking that it needed to be solved soon - we can build the website and documentation on Linux systems for now.
@aquette
considering the context and limited impact, we could simply check for gsort first, and then sort.
--- a/configure.ac
+++ b/configure.ac
@@ -101,6 +101,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_EGREP
AC_PATH_PROG(AR, ar)
+AC_CHECK_PROGS(SORT, gsort sort)
AC_CHECK_TOOL(RANLIB, ranlib, :)
dnl Postpone call to AC_PROG_LIBTOOL to allow disabling static lib
AC_C_BIGENDIAN
@JeanPerriault could you please test the above snippet? (apply using 'patch -p0 < /path/to/p...
2004 Aug 06
3
Speex 1.1.4 is out
> Is it a problem if all the files are compiled with -march=pentium3
> ? The patch that we sent in already detects in the configure.in script
> which system you are on and sets a define correctly, i.e. _USE_SSE.
Well, if what you want is auto-detection, turning on -march=pentium3
means that the code will crash on anything lower than a pentium3. Not
really useful. Of course,
2019 Jan 13
0
[FTS Xapian] Beta release
...ac:7: installing './missing'
> src/Makefile.am: installing './depcomp'
> /usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL
> /usr/share/automake-1.16/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
> /usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'...
2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
...=================================================================
> --- llvm/trunk/autoconf/configure.ac (original)
> +++ llvm/trunk/autoconf/configure.ac Fri Sep 16 15:36:16 2011
> @@ -967,8 +967,8 @@
>
> dnl Check for compilation tools
> AC_PROG_CPP
> -AC_PROG_CC(gcc)
> -AC_PROG_CXX(g++)
> +AC_PROG_CC(clang llvm-gcc gcc)
> +AC_PROG_CXX(clang++ llvm-g++ g++)
>
> AC_PROG_NM
> AC_SUBST(NM)
>
> Modified: llvm/trunk/configure
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=139934&r1=139933&r2=139934&view=diff
>
>...
2019 Jan 14
0
[FTS Xapian] Beta release
...ac:7: installing './missing'
> src/Makefile.am: installing './depcomp'
> /usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL
> /usr/share/automake-1.16/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
> /usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'...
2019 Jan 14
3
[FTS Xapian] Beta release
...g'
>> src/Makefile.am: installing './depcomp'
>> /usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does not
>> appear in AM_CONDITIONAL
>> /usr/share/automake-1.16/am/depend2.am: The usual way to define
>> 'am__fastdepCXX' is to add 'AC_PROG_CXX'
>> /usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run
>> 'aclocal' and 'autoconf' again
>> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
>> src/Makefile.am: The usual way to define 'CXX' is to add &...
2019 Jan 14
0
[FTS Xapian] Beta release
...stalling './missing'
> src/Makefile.am: installing './depcomp'
> /usr/share/automake-1.16/am/depend2.am [5]: error: am__fastdepCXX does not appear in AM_CONDITIONAL
> /usr/share/automake-1.16/am/depend2.am [5]: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
> /usr/share/automake-1.16/am/depend2.am [5]: to 'configure.ac [1]' and run 'aclocal' and 'autoconf' again
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_C...
2010 Apr 19
1
[PATCH matahari] Replaces the existing HAL code for ProcessorAgent with udev.
...Makefile.am | 4 +-
src/processors.cpp | 94 +++++++++++++++++++++++++++++++++++++++++----------
3 files changed, 79 insertions(+), 22 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9102c66..c51c23e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CPP
-AC_CHECK_HEADERS([arpa/inet.h netinet/in.h sys/ioctl.h sys/socket.h unistd.h])
+AC_CHECK_HEADERS([arpa/inet.h netinet/in.h sys/ioctl.h sys/socket.h unistd.h libudev.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
@@ -19,6 +19,7 @@...
2014 Nov 20
0
building NUT on Mac OS X Yosemite (website/documentation)
...that it needed to be solved soon - we can build the website and documentation on Linux systems for now.
>
> @aquette
> considering the context and limited impact, we could simply check for gsort first, and then sort.
> --- a/configure.ac
> +++ b/configure.ac
> @@ -101,6 +101,7 @@ AC_PROG_CXX
> AC_PROG_INSTALL
> AC_PROG_EGREP
> AC_PATH_PROG(AR, ar)
> +AC_CHECK_PROGS(SORT, gsort sort)
> AC_CHECK_TOOL(RANLIB, ranlib, :)
> dnl Postpone call to AC_PROG_LIBTOOL to allow disabling static lib
> AC_C_BIGENDIAN
Just to clarify, the sort error is only when building nut-websi...
2019 Jan 14
2
[FTS Xapian] Beta release
...CXX does
>>> not appear in AM_CONDITIONAL
>>> /usr/share/automake-1.16/am/depend2.am
>>> <http://depend2.am>: The usual way to define
>>> 'am__fastdepCXX' is to add 'AC_PROG_CXX'
>>> /usr/share/automake-1.16/am/depend2.am
>>> <http://depend2.am>: to 'configure.ac
>>> <http://configure.ac>' and run 'aclocal' and
>>> 'autocon...
2019 Jan 14
3
[FTS Xapian] Beta release
...>>>> src/Makefile.am: installing './depcomp'
>>>> /usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL
>>>> /usr/share/automake-1.16/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
>>>> /usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
>>>> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
>>>> src/Makefile.am: The usual way to define 'CXX...
2019 Jan 14
0
[FTS Xapian] Beta release
...ac:7: installing './missing'
> src/Makefile.am: installing './depcomp'
> /usr/share/automake-1.16/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL
> /usr/share/automake-1.16/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX'
> /usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'...
2012 Jun 15
0
Opus and WebM support have landed
...; and run `aclocal'
and `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP' is to
add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am: AC_PROG_CC, AC_PROG_CXX,
AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.11/am/depend2.am: to `configure.in' and run `aclocal'
and `autoconf' again.
src/Makefile.am:5: required directory src/avl does not exist
src/Makefile.am:5...