Re: [Discuss-gnuradio] reg: GNU RADIO BUILD PROBLEM

2006-11-02 Thread Tomasz Mloduchowski
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

Re: [Discuss-gnuradio] reg: GNU RADIO BUILD PROBLEM

2006-11-02 Thread Tomasz Mloduchowski
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

Re: [Discuss-gnuradio] reg: GNU RADIO BUILD PROBLEM

2006-11-02 Thread Tomasz Mloduchowski
%-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

Re: [Discuss-gnuradio] Re: GNU radio build problem

2006-11-02 Thread Tomasz Mloduchowski
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

Re: [Discuss-gnuradio] slightly-OT: wxpython on Gentoo

2006-11-01 Thread Tomasz Mloduchowski
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

[Discuss-gnuradio] Re: [SOLVED] Trouble building from SVN: cannot find input file: gnuradio-core/src/lib/filter/Makefile.in

2006-10-31 Thread Tomasz Mloduchowski
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

[Discuss-gnuradio] Trouble building from SVN: cannot find input file: gnuradio-core/src/lib/filter/Makefile.in

2006-10-31 Thread Tomasz Mloduchowski
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