[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gcmd-usr] Gnome-commander undur Ubuntu?Xubuntu
From: |
Uwe Scholz |
Subject: |
Re: [gcmd-usr] Gnome-commander undur Ubuntu?Xubuntu |
Date: |
Fri, 23 Jun 2017 23:21:13 +0200 |
Hi,
Am Thu, 22 Jun 2017 21:30:16 -0400 (EDT) schrieb Bonnie Dalzell:
> i ran it under sudo
>
> got the following error at the end:
>
> gnome-cmd-plugin.cc:90:9: warning: ISO C++ forbids converting a
> string constant to ‘gchar* {aka char*}’ [-Wwrite-strings]
> };
> ^
> gnome-cmd-plugin.cc: At global scope:
> gnome-cmd-plugin.cc:143:1: fatal error: opening dependency file
> .deps/gnome-cmd-plugin.Tpo: Permission denied
> }
> ^
> compilation terminated.
> Makefile:591: recipe for target 'gnome-cmd-plugin.lo' failed
> make[2]: *** [gnome-cmd-plugin.lo] Error 1
> make[2]: Leaving directory '/home/bdz/gnome-commander-1.6.4/libgcmd'
> Makefile:568: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/bdz/gnome-commander-1.6.4'
> Makefile:498: recipe for target 'all' failed
> make: *** [all] Error 2
>
> should i have unpaced it under root rather home/bdz ?
This is really odd. Seems as if the file access run mad. Maybe you
unpacked the archive as root? I would recommend to
delete /home/bdz/gnome-commander-1.6.4/ and unpack the sources again.
Then, try "./configure && make && sudo make install" with a
fresh unpacked tar.xz archive.
Best wishes
Uwe