gw0kin / gnome2-globalmenu

Automatically exported from code.google.com/p/gnome2-globalmenu
GNU General Public License v2.0
0 stars 0 forks source link

Unable to compile - latest git source @ ubuntu maverick #630

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get the latest source from git
2. ./autogen.sh --prefix=/usr --sysconfdir=/etc
3. make

What is the expected output?
Successful compilation

What do you see instead?
Bunch of errors. (log file attached)

What version of the Global Menu are you using? On what operating system?
latest source from git @ Ubuntu Maverick up-to-date

What version of Vala are you using? (if your Global Menu is built from git)
0.9.7-2ubuntu1

Please provide any additional information below.

Original issue reported on code.google.com by solidsl...@gmail.com on 1 Sep 2010 at 4:18

Attachments:

GoogleCodeExporter commented 8 years ago
sky@wind:~/gnome-globalmenu$ make
make  all-recursive
make[1]: Вход в каталог `/home/sky/gnome-globalmenu'
Making all in vapi
make[2]: Вход в каталог `/home/sky/gnome-globalmenu/vapi'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога `/home/sky/gnome-globalmenu/vapi'
Making all in legacy-support
make[2]: Вход в каталог `/home/sky/gnome-globalmenu/legacy-support'
make[2]: Цель `all' не требует выполнения команд.
make[2]: Выход из каталога 
`/home/sky/gnome-globalmenu/legacy-support'
Making all in libsettings
make[2]: Вход в каталог `/home/sky/gnome-globalmenu/libsettings'
make  all-am
make[3]: Вход в каталог `/home/sky/gnome-globalmenu/libsettings'
make[3]: *** Нет правила для сборки цели `settings.c', 
требуемой для `libsettings_la-settings.lo'.  Останов.
make[3]: Выход из каталога 
`/home/sky/gnome-globalmenu/libsettings'
make[2]: *** [all] Ошибка 2
make[2]: Выход из каталога 
`/home/sky/gnome-globalmenu/libsettings'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Выход из каталога `/home/sky/gnome-globalmenu'
make: *** [all] Ошибка 2

Original comment by che...@gmail.com on 10 Apr 2011 at 6:26