Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Cyrille DERORY
Hi, I removed the source and ran a new build. Now gnuradio compilation is finished (100%). However I had to change the file script: "setup_env.sh" because the environment variables were not updated and gnuradio-companion couldn't be launched. I added a new line at the end of the file: bash -i

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Martin Braun
...or if there's multiple UHDs installed. There seems to be an error in either gr-uhd or some other GNU Radio CMakery which doesn't apply the same settings for UHD linkage to lib/ and swig/. M On 08/02/2016 01:22 AM, Marcus Müller wrote: > Hi Stefan, Hi Cyrille, > > I've seen this error before,

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, Ok sry, indeed it does solve the problem (thx to Marcus, master of solving gnuradio problems!). I tricked myself because I removed gnuradio but not libuhd (run pacman -R libuhd), probably you did the same? Regarding your new problem at 33%: I think this can be solved if you remove the source

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, Removing the system UHD doesn't sovle it for me. Although, it doesn't break somewhere else for me. Greetings Stefan On 08/02/2016 10:22 AM, Marcus Müller wrote: > Hi Stefan, Hi Cyrille, > > I've seen this error before, but only with people that updated their GNU > Radio source code (git

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Cyrille DERORY
Hi, Gnuradio-3.7.10-1 release: https://www.archlinux.org/packages/community/x86_64/gnuradio/ ) was already installed when I used PyBOMBS. I've just uninstalled gnuradio-3.7.10-1 and all dependancies (libuhd-3.9.4-1, libvolk-1.3-1, gnuradio-iqbal-0.37.2-19) and now PyBOMBS stop compiling at 32%.

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Marcus Müller
Hi Stefan, Hi Cyrille, I've seen this error before, but only with people that updated their GNU Radio source code (git pull), and then ran "make" again; swig sometimes stumbles upon this, and it takes a "make clean" to work again. Now assuming this is not the case here, can you make sure you

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, I can confirm this problem. But it doesn't seem to be Arch Linux specific (more a UHD problem). Can someone confirm that it works on the other systems? UHD is build from source, so the root of the problem are not the pacman packages. My first guess would be the gcc6 compiler shipped with

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
And btw, it worked some month ago, when I implemented the pacman support in pybombs. So the changes has to be somewhen since then. On 08/01/2016 10:38 PM, Cyrille DERORY wrote: > Hi, > > with PyBOMBS, I'm compiling gnuradio on archlinux: > sudo pybombs -v install gnuradio > and I get errors with

[Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-01 Thread Cyrille DERORY
Hi, with PyBOMBS, I'm compiling gnuradio on archlinux: sudo pybombs -v install gnuradio and I get errors with uhd_swigPYTHON_wrap.cxx. (see end of the attached verbose log) Any ideas? Best regards. Cyrille DERORY [cderory@cyrille-E6540 ~]$ sudo pybombs -v install gnuradio