In order to find which version I am using (since I have few build folders
on my computer, and I don't know from which gnuradio was installed, because
i tried a lot of times to install it without success (there were some
problems since I am using RHEL6)) I decided to uninstall everything and
make fresh new installation of gnuradio. I am receiving folloowing error
from cmake:

-- Uninstalling "/usr/local/share/doc/gnuradio-3.6.0/README"
> CMake Error at cmake_uninstall.cmake:20 (ELSEIF):
>   had incorrect arguments: IS_SYMLINK "$ENV{DESTDIR}${file}" (Unknown
>   arguments specified).
>
>
> make[3]: *** [CMakeFiles/uninstall] Error 1
> make[2]: *** [CMakeFiles/uninstall.dir/all] Error 2
> make[1]: *** [CMakeFiles/uninstall.dir/rule] Error 2
> make: *** [uninstall] Error 2
>

I simply tried to make this file, but then there was another file missing,
and so on.
Is there any other way to uninstall gnuradio?

Best


On Wed, Jan 30, 2013 at 1:36 PM, Martin Braun (CEL) <martin.br...@kit.edu>wrote:

> On Wed, Jan 30, 2013 at 01:23:19PM +0100, Nemanja Savic wrote:
> > Today I have tried again, but this time i used block as is designed by
> > gr_modtool. It wont wen throught test, bu it reports:
> >
> > AttributeError: 'module' object has no attribute 'sync_block'
> >
> >
> > It is becoming horror.
>
> Nemanja,
>
> it seems like you haven't actually changed anything.
>
> To recap:
> - If you want Python blocks (gr.sync_block), you need > 3.6.3.
> - You're doing something with messages (right?) Perhaps you want
>   msg_connect() rather than the old message queues (read
>   Johnathan's release announcement)
>
> MB
> --
> Karlsruhe Institute of Technology (KIT)
> Communications Engineering Lab (CEL)
>
> Dipl.-Ing. Martin Braun
> Research Associate
>
> Kaiserstraße 12
> Building 05.01
> 76131 Karlsruhe
>
> Phone: +49 721 608-43790
> Fax: +49 721 608-46071
> www.cel.kit.edu
>
> KIT -- University of the State of Baden-Württemberg and
> National Laboratory of the Helmholtz Association
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>


-- 
Nemanja Savić
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to