discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] CVS build problem


From: John Ackermann N8UR
Subject: [Discuss-gnuradio] CVS build problem
Date: Mon, 30 May 2005 09:31:23 -0400
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

While stalled on the Debian install (see my other message),  I decided
to bite the bullet and do a CVS download and build.  I'm having some
problems on this Debian unstable system.

When I do "./for-all-dirs ../buildit" I get a bunch of macro-related
errors early on, and the bujild crashes due to "CXX" not being defined,
apparently in gnuradio-core/src/libs/swig/Makefile.ac.  I've attached
the output of the command.

I downloaded the gnuradio-core tarball and manually doing:

./configure
make

on it works just fine, with no significant errors.

Help!

John



>>> /home/jra/gnuradio/gr-build/gnuradio-core
aclocal: config/cppunit.m4: 4: duplicated macro `AM_PATH_CPPUNIT'
aclocal: config/pkg.m4: 4: duplicated macro `PKG_CHECK_MODULES'
aclocal: macro `AM_PATH_PYTHON' required but not defined
configure.ac:24: error: possibly undefined macro: AM_CONFIG_HEADER
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:26: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:36: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:55: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:57: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:58: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:59: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:139: error: possibly undefined macro: AM_PATH_CPPUNIT
configure.ac:140: error: possibly undefined macro: AC_MSG_ERROR
autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.ac
configure.ac: 24: required file `./config.h.in' not found
src/lib/Makefile.am:40: variable `CPPUNIT_LIBS' not defined
automake: src/lib/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
src/lib/filter/Makefile.am:161: MD_CPU_generic does not appear in AM_CONDITIONAL
src/lib/filter/Makefile.am:165: MD_CPU_x86 does not appear in AM_CONDITIONAL
automake: src/lib/filter/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
automake: src/lib/general/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
automake: src/lib/io/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
automake: src/lib/missing/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
src/lib/omnithread/Makefile.am:36: OMNITHREAD_POSIX does not appear in 
AM_CONDITIONAL
src/lib/omnithread/Makefile.am:41: OMNITHREAD_NT does not appear in 
AM_CONDITIONAL
src/lib/omnithread/Makefile.am:46: variable `PTHREAD_LIBS' not defined
automake: src/lib/omnithread/Makefile.am: C++ source seen but `CXX' not defined 
in `configure.ac'
src/lib/runtime/Makefile.am:28: variable `SHM_OPEN_LIBS' not defined
automake: src/lib/runtime/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
src/lib/swig/Makefile.am:64: bad macro name `_gnuradio_swig_python_la_SOURCES'
src/lib/swig/Makefile.am:68: bad macro name `_gnuradio_swig_python_la_LIBADD'
src/lib/swig/Makefile.am:73: bad macro name `_gnuradio_swig_python_la_LDFLAGS'
src/lib/swig/Makefile.am:68: variable `PYTHON_LDFLAGS' not defined
automake: src/lib/swig/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
automake: src/tests/Makefile.am: C++ source seen but `CXX' not defined in 
`configure.ac'
>>> build FAILED in /home/jra/gnuradio/gr-build/gnuradio-core

reply via email to

[Prev in Thread] Current Thread [Next in Thread]