Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-11 Thread Jakub Moskal
Hi Michael, that would be great. I actually want to use CORBA along with GNU Radio, so that would be perfect. Thanks a lot for your help. Jakub On Wed, Feb 11, 2009 at 10:39 AM, Michael Dickens wrote: > On Feb 11, 2009, at 12:15 AM, Jakub Moskal wrote: >> >> unfortunately I do need omniORB and

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-11 Thread Michael Dickens
On Feb 11, 2009, at 12:15 AM, Jakub Moskal wrote: unfortunately I do need omniORB and omniORBpy, so I don't want to uninstall them... The CPATH is not set. Do you think that temporarily removing it, compiling gnuradio and installing it back on would do the trick? Hi Jakob - I'm working on a br

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Jakub Moskal
Hi Michael, unfortunately I do need omniORB and omniORBpy, so I don't want to uninstall them... The CPATH is not set. Do you think that temporarily removing it, compiling gnuradio and installing it back on would do the trick? Thanks a lot for your help!! Jakub On Tue, Feb 10, 2009 at 4:38 PM, Mi

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Michael Dickens
On Feb 10, 2009, at 1:35 PM, Jakub Moskal wrote: I checkout the latest trunk, bootstrap finished without any warnings. The configure finished in the same way as it did for the 3.1 release. However, when trying to compile I get the following error: In file included from ./gr_msg_queue.h:26,

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Jakub Moskal
Michael, I checkout the latest trunk, bootstrap finished without any warnings. The configure finished in the same way as it did for the 3.1 release. However, when trying to compile I get the following error: In file included from ./gr_msg_queue.h:26, from gr_msg_queue.cc:26: /opt

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Michael Dickens
Hi Jakob - Good to hear you got GNU Radio running on your OSX install. All of the bootstrap warnings and the failed tests on OSX have been corrected in the latest trunk; I highly recommend updating to it ("svn up") if you have the time. - MLD On Feb 10, 2009, at 11:55 AM, Jakub Moskal wrot

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Jakub Moskal
Michael, thank you for help! It turned out that I had set the DYLD_LIBRARY_PATH for my Matlab, so that I could interface it with Java. Also, the PKG_CONFIG_PATH hadn't been set at all. After removing the DYLD_LIBRARY_PATH and setting the PKG_CONFIG_PATH I managed to compile 3.1 release from svn. I

Re: [Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-10 Thread Michael Dickens
Hi Jakob - Answering your questions up front: The 'version 6.0.0' refers to the embedded versioning info inside the library which is being loaded. FFTW 3.2 embeds versioning info "6.2.0" for some reason. So I would tend to believe that FFTW 2.X embeds info "5.X.0". IIRC: GNU Radio requir

[Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-09 Thread Jakub Moskal
Hello.. After installing all necessary libraries using MacPorts and following instructions from Jon Jacky (http://staff.washington.edu/jon/gr-osx/gr-osx.html), the make check fails on my MacBook Pro.. Ignoring that and issuing 'make install' leads to the same error when trying to import gnuradio i

[Discuss-gnuradio] 'make check' fails on OS X 10.5 with gnuradio 3.1 release

2009-02-09 Thread Jakub Moskal
Hello.. After installing all necessary libraries using MacPorts and following instructions from Jon Jacky (http://staff.washington.edu/jon/gr-osx/gr-osx.html), the make check fails on my MacBook Pro.. Ignoring that and issuing 'make install' leads to the same error when trying to import gnuradio i