[member=225]fortran[/member] Oradakileri yaptım ama sudo make install kısmında hata veriyor.
sudo make install
make install-recursive
make[1]: Entering directory '/root/Projects/plank'
Making install in data
make[2]: Entering directory '/root/Projects/plank/data'
Making install in icons
make[3]: Entering directory '/root/Projects/plank/data/icons'
make[4]: Entering directory '/root/Projects/plank/data/icons'
make[4]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/share/icons/hicolor/128x128/apps'
/usr/bin/install -c -m 644 128x128/plank.svg '/usr/share/icons/hicolor/128x128/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/16x16/apps'
/usr/bin/install -c -m 644 16x16/plank.svg '/usr/share/icons/hicolor/16x16/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps'
/usr/bin/install -c -m 644 22x22/plank.svg '/usr/share/icons/hicolor/22x22/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/24x24/apps'
/usr/bin/install -c -m 644 24x24/plank.svg '/usr/share/icons/hicolor/24x24/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/32x32/apps'
/usr/bin/install -c -m 644 32x32/plank.svg '/usr/share/icons/hicolor/32x32/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/48x48/apps'
/usr/bin/install -c -m 644 48x48/plank.svg '/usr/share/icons/hicolor/48x48/apps'
/bin/mkdir -p '/usr/share/icons/hicolor/64x64/apps'
/usr/bin/install -c -m 644 64x64/plank.svg '/usr/share/icons/hicolor/64x64/apps'
make[4]: Leaving directory '/root/Projects/plank/data/icons'
make[3]: Leaving directory '/root/Projects/plank/data/icons'
Making install in themes
make[3]: Entering directory '/root/Projects/plank/data/themes'
make[4]: Entering directory '/root/Projects/plank/data/themes'
make[4]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/share/plank/themes/Default'
/usr/bin/install -c -m 644 Default/dock.theme '/usr/share/plank/themes/Default'
/bin/mkdir -p '/usr/share/plank/themes/Matte'
/usr/bin/install -c -m 644 Matte/dock.theme '/usr/share/plank/themes/Matte'
/bin/mkdir -p '/usr/share/plank/themes/Transparent'
/usr/bin/install -c -m 644 Transparent/dock.theme '/usr/share/plank/themes/Transparent'
make[4]: Leaving directory '/root/Projects/plank/data/themes'
make[3]: Leaving directory '/root/Projects/plank/data/themes'
Making install in apport
make[3]: Entering directory '/root/Projects/plank/data/apport'
make[4]: Entering directory '/root/Projects/plank/data/apport'
make[4]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/etc/apport/crashdb.conf.d'
/usr/bin/install -c -m 644 plank-crashdb.conf '/usr/etc/apport/crashdb.conf.d'
/bin/mkdir -p '/usr/share/apport/package-hooks'
/usr/bin/install -c -m 644 source_plank.py '/usr/share/apport/package-hooks'
make[4]: Leaving directory '/root/Projects/plank/data/apport'
make[3]: Leaving directory '/root/Projects/plank/data/apport'
make[3]: Entering directory '/root/Projects/plank/data'
make[4]: Entering directory '/root/Projects/plank/data'
make[4]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/share/appdata'
/usr/bin/install -c -m 644 plank.appdata.xml '/usr/share/appdata'
/bin/mkdir -p '/usr/share/applications'
/usr/bin/install -c -m 644 plank.desktop '/usr/share/applications'
/bin/mkdir -p '/usr/share/man/man1'
/usr/bin/install -c -m 644 plank.1 '/usr/share/man/man1'
make[4]: Leaving directory '/root/Projects/plank/data'
make[3]: Leaving directory '/root/Projects/plank/data'
make[2]: Leaving directory '/root/Projects/plank/data'
Making install in lib
make[2]: Entering directory '/root/Projects/plank/lib'
make install-am
make[3]: Entering directory '/root/Projects/plank/lib'
CC DockPreferences.lo
/root/Projects/plank/lib/DockPreferences.vala: In function 'plank_dock_preferences_real_reset_properties':
/root/Projects/plank/lib/DockPreferences.vala:118:2: error: stray '\304' in program
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
/root/Projects/plank/lib/DockPreferences.vala:118:2: error: stray '\260' in program
DockPreferences.c:148:21: error: 'NG_THEME_DEFAULT_NAME' undeclared (first use in this function)
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:118:42: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
DockPreferences.c:148:21: note: each undeclared identifier is reported only once for each function it appears in
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:118:42: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
DockPreferences.c:148:43: error: expected ')' before string constant
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:118:42: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
DockPreferences.c:148:43: error: stray '\304' in program
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:118:42: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
DockPreferences.c:148:43: error: stray '\260' in program
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:118:42: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
/root/Projects/plank/lib/DockPreferences.vala: In function 'plank_dock_preferences_real_verify':
/root/Projects/plank/lib/DockPreferences.vala:214:6: error: stray '\304' in program
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
/root/Projects/plank/lib/DockPreferences.vala:214:6: error: stray '\260' in program
DockPreferences.c:148:21: error: 'NG_THEME_DEFAULT_NAME' undeclared (first use in this function)
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:214:46: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
DockPreferences.c:148:43: error: expected ')' before string constant
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:214:46: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
DockPreferences.c:148:43: error: stray '\304' in program
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:214:46: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
DockPreferences.c:148:43: error: stray '\260' in program
#define PLANK_DRAWİNG_THEME_DEFAULT_NAME "Default"
^
/root/Projects/plank/lib/DockPreferences.vala:214:46: note: in expansion of macro 'PLANK_DRAW'
Theme = Plank.Drawing.Theme.DEFAULT_NAME;
^
Makefile:1024: recipe for target 'DockPreferences.lo' failed
make[3]: *** [DockPreferences.lo] Error 1
make[3]: Leaving directory '/root/Projects/plank/lib'
Makefile:1374: recipe for target 'install' failed
make[2]: *** [install] Error 2
make[2]: Leaving directory '/root/Projects/plank/lib'
Makefile:477: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/root/Projects/plank'
Makefile:773: recipe for target 'install' failed
make: *** [install] Error 2
root@mehmet:~/Projects/plank#