Yes. Chances are, however, that your cppunit has been compield with a
different compiler version than the one used to build gnuradio. In
such cases, linking may result in such mismatches.
I'd try compiling 1.12.0 from scratch, without using cygwin prebuilt packages.
Tomasz
On 11/2/06, [EMAIL PR
To me it seems like a cppunit ABI mismatch.. Try getting the most
recent source for cppunit and build it...
but, I never used cygwin, I might be wrong.
Tomasz
>Well, if you want to use automake-1.10.x series (which is default on
>Gentoo Linux ATM) you can add the line
>AM_PROG_AS
>somewhere in
%-style pattern rules are not errors, they are just warnings, nothing
to worry about (unless you use non-gnu make).
AM_PROG_AS - I don't know how it does that, but it makes automake
create all necessary Makefile.in files across the tree. By doing so,
it's possible to run ./configure and successfu
On 11/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>http://lists.gnu.org/archive/html/discuss-gnuradio/2006-10/msg00378.html
I tried that link but could not identify how the problem was solved!!!
Well, if you want to use automake-1.10.x series (which is default on
Gentoo Linux ATM) you ca
I think unicode is the culprit.. do you need unicode with wx applications?
I managed to get wxpython installed with following flags:
[ebuild R ] x11-libs/wxGTK-2.6.3.3 USE="X doc opengl -debug
-gnome -joystick -odbc -sdl -unicode" 0 kB
[ebuild R ] dev-python/wxpython-2.6.3.2 USE="openg
Nevermind, configure.ac was missing AM_PROG_AS macro.
Tomasz
On 10/31/06, Tomasz Mloduchowski <[EMAIL PROTECTED]> wrote:
Hi,
when running configure script from svn with following options:
serenity gnuradio # ./configure --enable-all-components
--disable-gr-audio-osx --disable-gr-audio-w
Hi,
when running configure script from svn with following options:
serenity gnuradio # ./configure --enable-all-components
--disable-gr-audio-osx --disable-gr-audio-windows
--disable-gr-audio-jack --disable-gr-audio-portaudio
--disable-gr-comedi
on a Gentoo Linux (x86) machine, I encounter the fo