On Wed, May 21, 2014 at 7:47 AM, mohamedx <mohamed.abouz...@gmail.com>wrote:

> Thank you Tom, I really appreciate your help.
>
> I tried again the cmake and turning off the docs, but I got another
> encoding
> error, when I took a look at the source file, I found that the reason of
> this is actually a non utf-8 character in my path to the source file, so I
> changed the source file path and all things went good till the installation
> !
>
> Well, when I came to the "make install" I received the following error:
> *******************************************************************
> /bin/sh: ligne 0 : cd: xxxxxxxxxxxx/gnuradio-3.7.2/build: N'est pas un
> dossier
> make[2]: *** [volk/lib/CMakeFiles/volk.dir/depend] Erreur 1
> make[1]: *** [volk/lib/CMakeFiles/volk.dir/all] Erreur 2
> make: *** [all] Erreur 2
> *******************************************************************
> I really don't understand what does it mean that "xxxxxx/build" is not a
> directory !
>


What are the permissions of the prefix directory you're trying to install
into? It's possible you'll need "sudo make install".


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

Reply via email to