PDA

View Full Version : Mac-style Menu Bar for GTK and Java/Swing applications!


Pages : 1 2 3 4 5 6 7 8 9 10 [11] 12

ayoli
January 7th, 2009, 01:10 PM
Thank you very much Ayoli.

Ive rarely had a problem installing global menu, however for some reason I cant compile it. Ive installed it on my laptop and it works, but I get an error on my desktop. Both use intrepid.

Vala installs fine, and with the global menu I have done:
.autogen.sh
./configure --prefix=/usr
its when i do make that i get a compile error at the end:

Compilation failed: 2 error(s), 7 warning(s)
make[4]: *** [test-parser.c] Error 1
make[4]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu/tests'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ed/gnome-globalmenu-0.6'
make: *** [all] Error 2

and above that it mentions several 'GLib.Errors'

So sorry to keep bothering you.

Maybe a bad revision ? try to reemove the sources you have, and do again the svn command that checks out the source code and try again.

johnny_b_good
January 7th, 2009, 02:31 PM
Hey guys, thank you very much for all your work...It's fantastic.
I'm compiling via svn, and i found a little problem for you:D
The windows list has a strange refresh, i'm sorry if i am not clear, for example when someone writes me on emesene i don't see the window name in the list until i click on the chat-window with my mouse, writes in it and maybe minimize it (i'm sorry but i haven't caught the right way to make it appear). Sometimes it happens that i close a window, such as the opera browser, and its name remains for some time in the list, until i do something that i haven't understood yet...
I repeat, it's a very small problem, and maybe you've already noticed it by yourself, but i hope this helps...
:)

Psyphre
January 7th, 2009, 03:00 PM
Maybe a bad revision ? try to reemove the sources you have, and do again the svn command that checks out the source code and try again.

Tried it just now, but afraid I get exactly the same :(


test-parser.vala:36.5-36.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:42.5-42.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test2);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:53.5-53.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test2);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:54.5-54.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:62.28-62.46: error: The name `ABSTOPSRCDIR' does not exist in the context of `Config'
FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo-nolabel.xml", out test3, null);
^^^^^^^^^^^^^^^^^^^
test-parser.vala:63.28-63.46: error: The name `ABSTOPSRCDIR' does not exist in the context of `Config'
FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo.xml", out test4, null);
^^^^^^^^^^^^^^^^^^^
test-parser.vala:64.5-64.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:65.5-65.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:66.5-66.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 7 warning(s)
make[4]: *** [test-parser.c] Error 1
make[4]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu/tests'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ed/gnome-globalmenu-0.6/libgnomenu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ed/gnome-globalmenu-0.6'
make: *** [all] Error 2

johnny_b_good
January 7th, 2009, 03:20 PM
i had the same error or something like that :D make sure you have vala 0.5.2 (http://download.gnome.org/sources/vala/0.5/vala-0.5.2.tar.bz2) installed

zekopeko
January 7th, 2009, 03:38 PM
whoa!!! dudes this is awesome. just installed from PPA on intrepid and it's really impressive work. Keep up the excellent work!:cool:=D>

Psyphre
January 7th, 2009, 03:53 PM
i had the same error or something like that :D make sure you have vala 0.5.2 (http://download.gnome.org/sources/vala/0.5/vala-0.5.2.tar.bz2) installed

GAve it a go, but i still get the same error :(

Psyphre
January 7th, 2009, 04:01 PM
whoa!!! dudes this is awesome. just installed from PPA on intrepid and it's really impressive work. Keep up the excellent work!:cool:=D>

How do you install from PPA? Would that mean I dont need to compile myself?

LavianoTS386
January 7th, 2009, 04:19 PM
How do you install from PPA? Would that mean I dont need to compile myself?

It means there's a repository you can go to to get it. Go here (http://code.google.com/p/gnome2-globalmenu/wiki/InstallingonUbuntu#Installing_from_the_GNOME_Globa l_Menu_PPA_(Intrepid)) for instructions.

Psyphre
January 7th, 2009, 04:31 PM
It means there's a repository you can go to to get it. Go here (http://code.google.com/p/gnome2-globalmenu/wiki/InstallingonUbuntu#Installing_from_the_GNOME_Globa l_Menu_PPA_(Intrepid)) for instructions.

Ah yes I saw those instructions before but I couldnt figure out what to do next.
I added those repo's in my software sources but then what?
I tried searching for global menu or gnome2-globalmenu in synaptic but there were no packages by that name.
I tried going to: apt://ppa.launchpad.net/gnome2-globalmenu/ubuntu?package=gnome2-globalmenu?dist=intrepid?section=main and I get a window that says "choose" but theres nothing to choose from.

Am I doing something wrong?

ayoli
January 7th, 2009, 05:15 PM
Ah yes I saw those instructions before but I couldnt figure out what to do next.
I added those repo's in my software sources but then what?
I tried searching for global menu or gnome2-globalmenu in synaptic but there were no packages by that name.
I tried going to: apt://ppa.launchpad.net/gnome2-globalmenu/ubuntu?package=gnome2-globalmenu?dist=intrepid?section=main and I get a window that says "choose" but theres nothing to choose from.

Am I doing something wrong?

try this in a terminal :
sudo apt-get update && sudo apt-get install gnome2-globalmenu

Psyphre
January 7th, 2009, 05:43 PM
try this in a terminal :
sudo apt-get update && sudo apt-get install gnome2-globalmenu

Tried, but it cant find the package.
E: Couldn't find package gnome2-globalmenu

Just to ensure I added it right. I went to my "software sources" when to third-party tab and clicked "add" and added those 2 repos one at a time. Thats correct isnt it?

I just dont understand why its not working.

ayoli
January 7th, 2009, 06:55 PM
Tried, but it cant find the package.
E: Couldn't find package gnome2-globalmenu

Just to ensure I added it right. I went to my "software sources" when to third-party tab and clicked "add" and added those 2 repos one at a time. Thats correct isnt it?

I just dont understand why its not working.

That's somewhat weird.
Last option : download "manually" the package (http://ppa.launchpad.net/globalmenu-team/ubuntu/pool/main/g/gnome2-globalmenu/gnome2-globalmenu_0.6.1678-0ubuntu2_i386.deb) and install it either with sudo dpkg -i /path/to/downlaoded_package.deb or by double cliking on the deb file.

Psyphre
January 7th, 2009, 07:09 PM
That's somewhat weird.
Last option : download "manually" the package (http://ppa.launchpad.net/globalmenu-team/ubuntu/pool/main/g/gnome2-globalmenu/gnome2-globalmenu_0.6.1678-0ubuntu2_i386.deb) and install it either with sudo dpkg -i /path/to/downlaoded_package.deb or by double cliking on the deb file.

Ayoli, you are absolutely brilliant! Works perfectly!
Odd why it couldnt see the package in the repo tho...

Anyway thank you so very much!

ayoli
January 7th, 2009, 07:31 PM
Ayoli, you are absolutely brilliant! Works perfectly!
Odd why it couldnt see the package in the repo tho...

Anyway thank you so very much!

You're welcome :)

LavianoTS386
January 7th, 2009, 08:22 PM
Oh, that repo is out of date I think. Here's the repos you want:

#globalmenu
deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main

#Vala
deb http://ppa.launchpad.net/bruce89/ubuntu intrepid main
deb-src http://ppa.launchpad.net/bruce89/ubuntu intrepid main

mbuhgakeruh
January 8th, 2009, 07:36 AM
i have linux mint 6.
i've download and install gnome2-globalmenu 0.6.1678 and vala 0.5.3.1 from repo/apt.
i've put .gnomerc file to my root working folder ( ~/.gnomerc )

Uncomment to load the GTK module
export GTK_MODULES=globalmenu-gnome
Uncomment to tell the GTK module to open a Gtk
TreeView for all menus in the application you start.
export GNOMENU_FUN=1
Uncomment to disable global menu.
export GNOMENU_DISABLED=1
Uncomment to print a lot of debugging messages
export GNOMENU_VERBOSE=1
Uncomment to save the debugging messages to the given file.
export GNOMENU_LOG_FILE=/tmp/gnomenu.log
uncomment to disable the plugin for specific programs.
export GTK_MENUBAR_NO_MAC="fast-user-switch-applet"


i can add Global Menu Panel Applet on my top panel but whatever application i open, it won't show any menu, just the name of the app, like on screenshot i attach.
anybody can help me?



edit:
i've got it now, the problem is on my .gnomerc file.
i've change it to
export GTK_MODULES=globalmenu-gnome
export GTK_MENUBAR_NO_MAC="fast-user-switch-applet"
and it show.
sorry to bother.

johnny_b_good
January 8th, 2009, 08:21 AM
GAve it a go, but i still get the same error :(

make sure you compiled vala using the following commands (the --prefix=/usr part is very important, i had forgot it and i could not make it work):

./configure --prefix=/usr
make
sudo make install

and before doing that you should remove any other vala installation, with:
sudo make uninstall
in every vala source directory on your system, you can never know, maybe you forgot doing this after the installation failure.
And remember to remove the vala packages that are in the ubuntu repositorys, usually:
sudo apt-get remove valac libvala-dev
To know which you have installed do
sudo aptitude search vala
and you should get an output like this:

p libmokoui2-vala - Vala bindings for libmokoui2
p libvala-dev - C# like language for the GObject system -
c libvala0 - C# like language for the GObject system -
p vala-awn - Vala bindings for avant-window-navigator l
p vala-doc - C# like language for the GObject system -
p vala-utils - C# like language for the GObject system -
p valac - C# like language for the GObject system
there must be no i on the left. If there is any i try removing that package.
I am sorry if i haven't been enough clear.

zekopeko
January 8th, 2009, 01:14 PM
i was wondering how could i disable Gnome-do from globalmenu?

i konw the whole export GTK_MENUBAR_NO_MAC="fast-user-switch-applet"
but how do i get the correct name for it?

zekopeko
January 8th, 2009, 01:17 PM
double post

ayoli
January 8th, 2009, 04:15 PM
@rainwoodman and lviggiani :
Just made the jump from 0.6 rev 1718 to 0.7.x rev 1993 and ... WOW
You guys just rock, awesome work, keep it up :D

ayoli
January 8th, 2009, 04:22 PM
i was wondering how could i disable Gnome-do from globalmenu?

i konw the whole export GTK_MENUBAR_NO_MAC="fast-user-switch-applet"
but how do i get the correct name for it?

try with the app name :
export GTK_MENUBAR_NO_MAC="gnome-do"

Psyphre
January 8th, 2009, 11:47 PM
make sure you compiled vala using the following commands (the --prefix=/usr part is very important, i had forgot it and i could not make it work):

./configure --prefix=/usr
make
sudo make install

and before doing that you should remove any other vala installation, with:
sudo make uninstall
in every vala source directory on your system, you can never know, maybe you forgot doing this after the installation failure.
And remember to remove the vala packages that are in the ubuntu repositorys, usually:
sudo apt-get remove valac libvala-dev
To know which you have installed do
sudo aptitude search vala
and you should get an output like this:

p libmokoui2-vala - Vala bindings for libmokoui2
p libvala-dev - C# like language for the GObject system -
c libvala0 - C# like language for the GObject system -
p vala-awn - Vala bindings for avant-window-navigator l
p vala-doc - C# like language for the GObject system -
p vala-utils - C# like language for the GObject system -
p valac - C# like language for the GObject system
there must be no i on the left. If there is any i try removing that package.
I am sorry if i haven't been enough clear.

Thank you for that. I dont think i removed the old vala before trying your one. MAybe that was the reason for it not compiling.

Thanks again.

dt_
January 9th, 2009, 03:12 AM
That's somewhat weird.
Last option : download "manually" the package (http://ppa.launchpad.net/globalmenu-team/ubuntu/pool/main/g/gnome2-globalmenu/gnome2-globalmenu_0.6.1678-0ubuntu2_i386.deb) and install it either with sudo dpkg -i /path/to/downlaoded_package.deb or by double cliking on the deb file.

Thanks ayoli :) this instruction helped me (finally) get globalmenu running properly on my system!

I have a question however. As can be seen in the following screenshot..

http://img367.imageshack.us/img367/82/screenshot1hj4.png

there is a 'separator' at the left edge of the menu that is aesthetically displeasing. Is there any way to get rid of this?

Thanks!

rainwoodman
January 9th, 2009, 03:14 AM
A fundamental XFCE Panel Plugin is added.

dt_
January 9th, 2009, 03:23 AM
That's somewhat weird.
Last option : download "manually" the package (http://ppa.launchpad.net/globalmenu-team/ubuntu/pool/main/g/gnome2-globalmenu/gnome2-globalmenu_0.6.1678-0ubuntu2_i386.deb) and install it either with sudo dpkg -i /path/to/downlaoded_package.deb or by double cliking on the deb file.

Hi ayoli,
just wanted to thank you -- these instructions worked nicely. :) However, I am having trouble/confusion trying to get globalmenu version 0.7.1 working. How do I install it after downloading the .tar.gz file from the googlepages site?

Also, how can I get rid of the separator at the very far left edge of the menu as seen in this screenshot?
http://img367.imageshack.us/img367/82/screenshot1hj4.png

Is that something that's resolved in 0.7.1?

Thanks!

dt

DJ_Peng
January 9th, 2009, 08:45 AM
@rainwoodman and lviggiani :
Just made the jump from 0.6 rev 1718 to 0.7.x rev 1993 and ... WOW
You guys just rock, awesome work, keep it up :D
I take it that's the svn release not the GM Team PPA. At the risk of being a nag, do we have an ETA on 0.7 reaching the PPA? I know there's a way to get it (I haven't had a chance to find the post I got it from before) but I had to reinstall over the weekend and reinstalling GM's on my list for the weekend.

I found ayoli's tutorial for the 0.7 series. Ayoli, I think I owe you another brewski. :biggrin:

ayoli
January 9th, 2009, 09:36 AM
I take it that's the svn release not the GM Team PPA. At the risk of being a nag, do we have an ETA on 0.7 reaching the PPA? I know there's a way to get it (I haven't had a chance to find the post I got it from before) but I had to reinstall over the weekend and reinstalling GM's on my list for the weekend.

I found ayoli's tutorial for the 0.7 series. Ayoli, I think I owe you another brewski. :biggrin:

I don't think we have an ETA on 0.7 reaching the PPA.
Glad that my tutorial helpt :)

johnny_b_good
January 9th, 2009, 10:46 AM
Thank you for that. I dont think i removed the old vala before trying your one. MAybe that was the reason for it not compiling.

Thanks again.

No problem man ;)

nightfire117
January 9th, 2009, 10:53 AM
Compile failed, so I installed the DEB [EDIT] (sorry, accidentally submitted) and it didn't work - I had it previously installed anyway, so I'm trying to uninstall and recompile as mentioned above... will tell you how it goes, 'cause right now I get a button like a taskbar button, except it shows the program name.

~Night

[EDIT] sudo apt-get remove'd gnome2-globalmenu, hope that was the right thing to do, so I go to "make" the file again and:

Compilation failed: 5 error(s), 7 warning(s)
make[2]: *** [vala-stamp] Error 1
make[2]: Leaving directory `/home/wenshan/gnome-globalmenu-0.7/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wenshan/gnome-globalmenu-0.7'
make: *** [all] Error 2


and that's what it did last time so I won't bother doing "sudo make install" >.< What's up here...? I usually don't compile apps but apparently for this it's what needs to be done, which is cool but I'd like it to work somehow... =\ I'd try 0.6 if I could, but the Deb didn't work and so I won't try yet, haha.

johnny_b_good
January 9th, 2009, 11:23 AM
in the part you posted the errors are not explained, you should post some more...anyway, try to do what i suggest here (http://ubuntuforums.org/showpost.php?p=6516662&postcount=2517)

nightfire117
January 9th, 2009, 12:13 PM
in the part you posted the errors are not explained, you should post some more...anyway, try to do what i suggest here (http://ubuntuforums.org/showpost.php?p=6516662&postcount=2517)

Thanks man I had fooled around with recompiling but for some reason I tried 0.6 again and it works, which is sufficient for me right now haha. Even though something broke the User Switcher Applet - may be unrelated. Anyone gotten it to work in non-GTK apps such as Firefox 3?

~Night

ayoli
January 9th, 2009, 12:17 PM
Thanks man I had fooled around with recompiling but for some reason I tried 0.6 again and it works, which is sufficient for me right now haha. Anyone gotten it to work in non-GTK apps such as Firefox 3?

~Night

No, it won't work with FF neither with OpenOffice.

nightfire117
January 9th, 2009, 12:40 PM
No, it won't work with FF neither with OpenOffice.

Mmkay. At all, huh, no workaround. >.< That's okay~ thanks man and keep up the good work =)

~Night

ayoli
January 9th, 2009, 02:53 PM
Mmkay. At all, huh, no workaround. >.< That's okay~ thanks man and keep up the good work =)

~Night

For firefox you can use hidemenubar extension (https://addons.mozilla.org/en-US/firefox/addon/4762)

dt_
January 9th, 2009, 02:59 PM
What's new in 0.7 as opposed to 0.6? TIA

abh83
January 9th, 2009, 04:07 PM
Hello,

unfortunately I forgot which method I used to install the global-menu applet. I think I compiled it from source but that was many months ago.

Anyway, when I'm not using the applet I noticed the menubar is still missing from the windows.

How do I completely uninstall the applet and get the normal menubar back in the windows.

thx in advance!


Edit: i think i'm using gnome-globalmenu version 0.6.

LavianoTS386
January 9th, 2009, 06:59 PM
I notice that the prefferences box is broken in 0.7.2 rev 2005?

nightfire117
January 10th, 2009, 03:02 AM
Also there's this that I'm experiencing too:

Thanks ayoli :) this instruction helped me (finally) get globalmenu running properly on my system!

I have a question however. As can be seen in the following screenshot..

http://img367.imageshack.us/img367/82/screenshot1hj4.png

there is a 'separator' at the left edge of the menu that is aesthetically displeasing. Is there any way to get rid of this?

Thanks!

Mine's a white bar though. I think it has something to do with this being... idk, a background like the *tray icons* or something since those aren't transparent either/can't be transparent heh. >.<

Any workaround for this? And thanks for the hidemenu thing for Firefox! =)

~Night

ayoli
January 10th, 2009, 03:11 AM
What's new in 0.7 as opposed to 0.6? TIA

See Release Notes (http://code.google.com/p/gnome2-globalmenu/wiki/ReleaseNotes).

ayoli
January 10th, 2009, 03:16 AM
Hello,

unfortunately I forgot which method I used to install the global-menu applet. I think I compiled it from source but that was many months ago.

Anyway, when I'm not using the applet I noticed the menubar is still missing from the windows.

How do I completely uninstall the applet and get the normal menubar back in the windows.

thx in advance!


Edit: i think i'm using gnome-globalmenu version 0.6.

You can just disable the globalmenu by commenting the line in ~/.gnomerc :
# export GTK_MODULES=globalmenu-gnome

To completely uninstall, in a terminal go in the globalmenu source folder and type in :
sudo make uninstall

ayoli
January 10th, 2009, 03:21 AM
Also there's this that I'm experiencing too:



Mine's a white bar though. I think it has something to do with this being... idk, a background like the *tray icons* or something since those aren't transparent either/can't be transparent heh. >.<

Any workaround for this? And thanks for the hidemenu thing for Firefox! =)

~Night

I do not have this issue, even not a handle like the systray (see attachment).
Maybe a theme issue ?

nightfire117
January 10th, 2009, 10:23 AM
I do not have this issue, even not a handle like the systray (see attachment).
Maybe a theme issue ?

Yeah, I changed my GTK theme and I guess it's a theme component they're missing from the Mac4Lin theme cause I can't find that horizontal/vertical thing in their GTK files but I can in any other theme's. Guess I'll just change my GTK theme. >_> Which one are you using, out of curiosity?

~Night

DJ_Peng
January 10th, 2009, 10:43 AM
That's a tad odd, nightfire. I've got the first RC for Mac4Lin 1.0 with the patched themes (I'm awaiting the updated icons, etc.) and I'm not seeing the handle either.

ayoli
January 10th, 2009, 10:45 AM
Yeah, I changed my GTK theme and I guess it's a theme component they're missing from the Mac4Lin theme cause I can't find that horizontal/vertical thing in their GTK files but I can in any other theme's. Guess I'll just change my GTK theme. >_> Which one are you using, out of curiosity?

~Night

http://ayozone.org/wp-content/gallery/screenshots-january-2009/thumbs/thumbs_09012009.png (http://ayozone.org/gallery/screenshots-january-2009/)
GTK Theme is a mod of CianoSmooth found here : http://drop.io/fmrbpensador

abh83
January 10th, 2009, 08:27 PM
You can just disable the globalmenu by commenting the line in ~/.gnomerc :
# export GTK_MODULES=globalmenu-gnome

To completely uninstall, in a terminal go in the globalmenu source folder and type in :
sudo make uninstall


Thx for your help. Appreciate it!

zniavre
January 11th, 2009, 11:43 AM
hello ,

im quite sad i can't try 0.7 again
i do not know why i NEVER had luck with globalmenu

hav you plan to push this version into ppa's repos?

thank you all merci

good bye thank you

teolemon
January 11th, 2009, 01:25 PM
Salut Zniavre,

Je continue en anglais ;-)



The DEBs will soon be updated to include all the brand new features included in GlobalMenu. It's just that there's real life which consumes a lot of time, and the member of the team responsible for the DEBs had some urgent stuff to do lately.
Meanwhile, you can really easily install from source with the simplified and streamlined procedure available at http://code.google.com/p/gnome2-globalmenu/wiki/NewBuildFromSourceOnUbuntu

johnny_b_good
January 11th, 2009, 03:42 PM
hello ,

im quite sad i can't try 0.7 again
i do not know why i NEVER had luck with globalmenu

hav you plan to push this version into ppa's repos?

thank you all merci

good bye thank you

EDIT: sorry for this message, i'm stupid ahah...i didn't read you said that you want the 0.7version which is not in the repos (i think). Sorry again

hello, I found these repos, maybe they are not official (the developers may be able to tell us) but they worked for me until i used the svn version:

## Gnome Global Menu
deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main
The package name should be gnome2-globalmenu

teolemon
January 11th, 2009, 04:02 PM
hello, I found these repos, maybe they are not official (the developers may be able to tell us) but they worked for me until i used the svn version:

## Gnome Global Menu
deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main
The package name should be gnome2-globalmenu



This is the official repository, but as I've said it's not yet updated.
The new source install method is the only way to get GlobalMenu v. 0.7 or later. The source method has been greatly simplified, and is explained step by step (http://code.google.com/p/gnome2-globalmenu/wiki/NewBuildFromSourceOnUbuntu)

BIGtrouble77
January 11th, 2009, 09:12 PM
This is the official repository, but as I've said it's not yet updated.
The new source install method is the only way to get GlobalMenu v. 0.7 or later. The source method has been greatly simplified, and is explained step by step (http://code.google.com/p/gnome2-globalmenu/wiki/NewBuildFromSourceOnUbuntu)


The step by step seems to be broken. I get warnings that Vala 0.5.2 was used for the global menu and that 0.5.1 may have issues. I still tried to make global menu and I get the following error:
switcher.vala:25.24-25.39: error: The name `replace' does not exist in the context of `string'

Edit:
I got it working by installing Vala 0.5.2. The latest trunk requires it. Seems to work once I reloaded gnome.

2cute4u
January 13th, 2009, 09:22 PM
## Gnome Global Menu
deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main
The package name should be gnome2-globalmenu



This is the official repository, but as I've said it's not yet updated.
The new source install method is the only way to get GlobalMenu v. 0.7 or later. The source method has been greatly simplified, and is explained step by step (http://code.google.com/p/gnome2-globalmenu/wiki/NewBuildFromSourceOnUbuntu)


Is there a reason the repository is only Intrepid, and not Hardy? Hardy builds would greatly be appreciated.

TheMacFactor
January 13th, 2009, 11:10 PM
Meanwhile, you can really easily install from source with the simplified and streamlined procedure available at http://code.google.com/p/gnome2-globalmenu/wiki/NewBuildFromSourceOnUbuntu

Page "NewBuildFromSourceOnUbuntu" Not Found

Any better ideas?

ayoli
January 14th, 2009, 03:46 AM
Any better ideas?
The page seems to have moved here : http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSourceOnUbuntu

Be awaree that there is a little error in the guide on the vala install part, I tells install vala 0.5.3 and then gives instructions for vala 0.5.1 (a copy/paste error I made in my original guide) juste replace 0.5.1 occurences by 0.5.3

teolemon
January 14th, 2009, 11:21 AM
Error fixed. I'm currently simplifying the wiki and making the GlobalMenu website more user-friendly, in line with the recent overhaul on the software side.

Building GlobalMenu is really a snap those days.

ayoli
January 14th, 2009, 11:33 AM
E

Building GlobalMenu is really a snap those days.

Yep, it's getting easier to use too :)

BIGtrouble77
January 14th, 2009, 10:10 PM
Error fixed. I'm currently simplifying the wiki and making the GlobalMenu website more user-friendly, in line with the recent overhaul on the software side.

Building GlobalMenu is really a snap those days.

I'm not sure exactly who the developers are for this project, but you guys are doing a fantastic job. This project makes gnome that much better.

Thanks for the effort, it's very much appreciated!
-bt

lviggiani
January 15th, 2009, 03:05 AM
I'm not sure exactly who the developers are for this project, but you guys are doing a fantastic job. This project makes gnome that much better.

Thanks for the effort, it's very much appreciated!
-bt

Thank' you man!
You can see exactly who we are by clicking the Credits button from the About box! :)

zniavre
January 15th, 2009, 04:13 AM
hello / bonjour

thank you all for your answers

im using ppa's repos this is a point

i can't compile it im stuck on error i do not know what to do (im following step by step the howto)

http://paste.ubuntu-fr-secours.org/src-9159

if somebody can help me...

http://ubuntuforums.org/images/icons/icon8.gif
thank you

sorry to flood i gave up and came back to ppa's repos
i really do not understand whats wrong vala compile at least but now it's globlamenu who does not
i will wait for 0.7 into ppa ,but i do not understand really the point to get svn and ppa together (im just angry sorry).

i feel dumb to can't compile this soft .

ayoli
January 15th, 2009, 05:31 AM
hello / bonjour

thank you all for your answers

im using ppa's repos this is a point

i can't compile it im stuck on error i do not know what to do (im following step by step the howto)

http://paste.ubuntu-fr-secours.org/src-9159

if somebody can help me...

http://ubuntuforums.org/images/icons/icon8.gif
thank you

sorry to flood i gave up and came back to ppa's repos
i really do not understand whats wrong vala compile at least but now it's globlamenu who does not
i will wait for 0.7 into ppa ,but i do not understand really the point to get svn and ppa together (im just angry sorry).

i feel dumb to can't compile this soft .

Remove the space in name of your folder "nouveau dossier" and try again
Be sure to remove all previous install of vala !

zniavre
January 15th, 2009, 05:40 AM
this is done for vala thank you

but now it's globalmenu http://paste.ubuntu-fr-secours.org/src-9170

if you know what to do ....

ayoli
January 15th, 2009, 06:27 AM
this is done for vala thank you

but now it's globalmenu http://paste.ubuntu-fr-secours.org/src-9170

if you know what to do ....

What vala version do you have ? And what version (or revision) do you try to compile ?

zniavre
January 15th, 2009, 07:17 AM
Thank you to answered ayoli *


i followed this how-to
http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSourceOnUbuntu

vala is 0.5.3 installed already
gnome-globalmenu-0.7 at rev 2098.

i followed step by step until globalmenu make.

ayoli
January 15th, 2009, 07:34 AM
Thank you to answered ayoli *


i followed this how-to
http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSourceOnUbuntu

vala is 0.5.3 installed already
gnome-globalmenu-0.7 at rev 2098.

i followed step by step until globalmenu make.

Well, try this :

sudo ldconfig

then go in the globalmenu source code folder and do

make clean

and restart at autogen.sh step

zniavre
January 15th, 2009, 07:39 AM
same ...
:(

ayoli
January 15th, 2009, 07:53 AM
same ...
:(

ok, remove your globalmenu source folder and restart at the svn checkout step with this svn checkout command (will checkout rev 1993 which is working here).

svn checkout -r 1993 http://gnome2-globalmenu.googlecode.com/svn/trunk/ gnome-globalmenu-0.7

zniavre
January 15th, 2009, 08:08 AM
other warnings/errors but compilation failed ... again

autogen and configure/usr... works quite well, no serious warnings
make does that >http://paste.ubuntu-fr-secours.org/src-9174

that 's all for today. :(

thank you ayoli and all dev but im too dumb to built it. (btw how to Thanks user on forum as before?).

ayoli
January 15th, 2009, 08:12 AM
other warnings/errors but compilation failed ... again

autogen and configure/usr... works quite well, no serious warnings
make does that >http://paste.ubuntu-fr-secours.org/src-9174

that 's all for today. :(

thank you ayoli and all dev but im too dumb to built it. (btw how to Thanks user on forum as before?).

vhat is the output of this command :
valac --version

zniavre
January 15th, 2009, 08:33 AM
zniavre@zniavre:~$ valac --version
Vala 0.5.3

ayoli
January 15th, 2009, 09:15 AM
zniavre@zniavre:~$ valac --version
Vala 0.5.3

and output of this one ?

sudo dpkg-query --list |grep vala

zniavre
January 15th, 2009, 09:36 AM
nothing .

johnny_b_good
January 15th, 2009, 12:33 PM
Hello, i've updated today and i installed vala 0.5.5. It worked but i have a problem, if i right-click on the applet and select "preferences" nothing happens. Maybe i should delete the configuration files, but i don't know where the directory is located. Thank you all

rainwoodman
January 16th, 2009, 02:05 AM
Hi buddies,

Sorry for interrupting. but the team decided to tag and release 0.7.2 to include these new changes:

gnome-globalmenu 0.7.2

svn checkout http://gnome2-globalmenu.googlecode.com/svn/tags/v0.7.2 Downloads:

http://code.google.com/p/gnome2-globalmenu/downloads/list?can=2&q=0.7.2

* Added an experimental XFCE Plugin; edit ~/.config/xfce4/xinitrc(and chmod +x) to enable the GTK Plugin when XFCE starts:

#!/bin/sh
export GTK_MODULES=globalmenu-gnome
. /etc/xdg/xfce4/xinitrc

* Removed explicit GIO dependency; the gtk plugin module compiles and works with GTK 2.10; unfortunately, the applet deeply depends on libwnck 2.20+ and doesn't.
* Land to vala 0.5.5; pre-0.5.5 vala no longer compiles the svn source;
* Improved documentation
* Code refactoring, improved speed(no slowing down on an old P-M1.7G), bigger memory foot print (6-8 MiB RSS)
* es_ES translation
* ru_RU translation
* Fixed issues when AWN is the active window
* Fixed Several leaks in the GTK plugin module
* Fixed the wrong size allocation of icon in menu items.

0.7.3 will contain feature changes in the applet's switcher menu.

BTW: the naughty preference dialog was a regression between 0.7.1 and 0.7.2. It was fixed before the release of 0.7.2.

orangecakez
January 16th, 2009, 03:31 AM
How do I use the XFCE4 files? There's no installation instructions, just files with code I don't understand

zniavre
January 16th, 2009, 05:07 PM
hello / bonsoir
i finally installed the globalmenu 0.7.2

THANK YOU all devs and testers this is great applet

(please how to thanks people ? )

ayoli
January 16th, 2009, 05:29 PM
hello / bonsoir
i finally installed the globalmenu 0.7.2

THANK YOU all devs and testers this is great applet

Glad you've managed to install it.
May I ask you how did you solve your problem ?


(please how to thanks people ? )
It seems that the thank function has been removed.
see here (http://ubuntuforums.org/showthread.php?t=1038676#9)

zekopeko
January 16th, 2009, 10:36 PM
hello / bonsoir
i finally installed the globalmenu 0.7.2

THANK YOU all devs and testers this is great applet

(please how to thanks people ? )

did you compile from svn or get it from the ppa? i have it from ppa and the applet is at version 0.6.

bbzzdd
January 16th, 2009, 11:27 PM
I got 0.6 from the ppa and it does not seem to work. It just shows the application title, the app's menu does not appear on the top panel. I can't compile from src because it's a netbook and I don't have space for the dev libs and intermediate files.

Any idea when the ppa will be updated?

shavedmonkey
January 17th, 2009, 01:24 AM
How do I use the XFCE4 files? There's no installation instructions, just files with code I don't understand

You have to use the flag "--with-xfce4-panel" when you run ./configure to build the XFCE plugin.

Like this ./configure --with-xfce4-panel

I'm using it right now, it's limited, but functional.

DJ_Peng
January 17th, 2009, 09:29 AM
Hi buddies,

Sorry for interrupting. but the team decided to tag and release 0.7.2 to include these new changes
At the risk of asking a question that's already covered elsewhere, what's the procedure for updating from svn? I've never done that before and I'd like to help test this update.

ayoli
January 17th, 2009, 10:55 AM
At the risk of asking a question that's already covered elsewhere, what's the procedure for updating from svn? I've never done that before and I'd like to help test this update.

if you meant updating the source code you've already checked out, then cd in the global menu source code dir and do :
svn update
you may also want to do a
make clean
before launching autogen.sh

DJ_Peng
January 17th, 2009, 11:45 AM
Woops! It turns out I had installed it from source, not svn. I uninstalled the old installation and am installing via svn now. Thanks for the info, I'll keep it tucked away for the next time I install something from svn.

johnny_b_good
January 17th, 2009, 12:35 PM
Hello, i've updated today and i installed vala 0.5.5. It worked but i have a problem, if i right-click on the applet and select "preferences" nothing happens. Maybe i should delete the configuration files, but i don't know where the directory is located. Thank you all

i solved, i used to compile without the --prefix=/usr so it wouldn't install. now everything works, but i have two questions:
1) what does GTK+ Module mean in preferences?
2) what if i have thunar as my default manager in gnome? i mean, it doesn't recognize the desktop anymore and there are no options, there is only the title "File Manager"
Thank you guys, it's a great work

mayacreator
January 17th, 2009, 01:50 PM
could you please write short installation how-to for ubuntu noobs?

ayoli
January 17th, 2009, 02:11 PM
could you please write short installation how-to for ubuntu noobs?

Done, see in my sig, or also on gnome-globalmenu google code wiki.

envoder
January 17th, 2009, 02:27 PM
You need a more recent vesion of globaalmenu and _need_ to sync you libgtk* debs with your ubuntu version (this is a bit tricky and need more explainations taht I'll try to provide to you tommorrow).

I have the same problem with installing other software that needs newer versions of libgtk. Please explain how can I update libgtk. Thanks.

mayacreator
January 17th, 2009, 02:28 PM
Thanks a lot for your work.

zheno
January 17th, 2009, 04:08 PM
I'm compiling gnome-globalmenu-0.7.2 but it give me this error

../.libs/libgnomenu.a(libgnomenu_la-parser.o): In function `gnomenu_parser_end_element':
/home/ema/gnome-globalmenu-0.7.2/libgnomenu/parser.c:245: undefined reference to `g_markup_parse_context_pop'
../.libs/libgnomenu.a(libgnomenu_la-parser.o): In function `gnomenu_parser_start_element':
/home/ema/gnome-globalmenu-0.7.2/libgnomenu/parser.c:146: undefined reference to `g_markup_parse_context_push'
collect2: ld returned 1 exit status
make[6]: *** [test-parser] Error 1
make[6]: Leaving directory `/home/ema/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/home/ema/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/ema/gnome-globalmenu-0.7.2/libgnomenu'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ema/gnome-globalmenu-0.7.2/libgnomenu'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ema/gnome-globalmenu-0.7.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ema/gnome-globalmenu-0.7.2'
make: *** [build-stamp] Error 2
debuild: fatal error at line 1305:
couldn't exec debian/rules:

zniavre
January 17th, 2009, 07:53 PM
hello,
i had global menu 0.7.2 on intrepid (hardly compiled few days ago)

i just upgraded to jaunty ubuntu 9.04 alpha3

what a surpise !! globalmenu still working and quite well

big thank you

Fzang
January 18th, 2009, 09:28 AM
I tried installing from source but it won't show up, I also did
killall gnome-panel

I also tried adding it to my repos but it didn't show up anywhere

I followed multiple guides and it still won't show up

ISN'T THERE A .DEB FILE FOR A GUY IN NEED :confused::confused::confused:

Jeeeep
January 18th, 2009, 06:49 PM
You have to use the flag "--with-xfce4-panel" when you run ./configure to build the XFCE plugin.

Like this ./configure --with-xfce4-panel

I'm using it right now, it's limited, but functional.

I compiled it from SVN, got it to show up in the list of panel applets, added it to my panel and... it's gone. I can SOMETIMES get it to show "Global Menu Applet for XFCE" in grayed-out letters when I right-click it, but it doesn't appear, even with the GTK module loaded. Anyone care to tell me what I might be doing wrong?

BIGtrouble77
January 18th, 2009, 07:21 PM
I tried installing from source but it won't show up, I also did
killall gnome-panel

I also tried adding it to my repos but it didn't show up anywhere

I followed multiple guides and it still won't show up

ISN'T THERE A .DEB FILE FOR A GUY IN NEED :confused::confused::confused:

You need to restart your gnome session for the applet to show in the panel. If you just aren't seeing the applet when you try to add it you're going to have to give us some more info. When you compiled from source did you get any errors?

-bt

rainwoodman
January 18th, 2009, 11:40 PM
I'm compiling gnome-globalmenu-0.7.2 but it give me this error


Its because you are using an ancient GLib.

rainwoodman
January 18th, 2009, 11:43 PM
hello,
i had global menu 0.7.2 on intrepid (hardly compiled few days ago)

i just upgraded to jaunty ubuntu 9.04 alpha3

what a surpise !! globalmenu still working and quite well

big thank you

Please help us to spread the package then.


Thank you!

rainwoodman
January 18th, 2009, 11:47 PM
i solved, i used to compile without the --prefix=/usr so it wouldn't install. now everything works, but i have two questions:
1) what does GTK+ Module mean in preferences?
2) what if i have thunar as my default manager in gnome? i mean, it doesn't recognize the desktop anymore and there are no options, there is only the title "File Manager"
Thank you guys, it's a great work

1) the text has been replaced with:
'Enable Global Menu for GTK Applications'
in the next release.
I hope it is more understandable.

2) It is because thunar doesn't manage the desktop. in XFCE the desktop is managed by xfdesktop. It doesn't create a menu bar for the desktop window. There is no easy way to workaround this limitation.

zniavre
January 19th, 2009, 07:56 AM
hello

Rainwoodman please how to helps you?
im not really dev i never built deb package. but i want to help you if i can.

http://dl.getdropbox.com/u/187396/Capture-42.png

ayoli
January 19th, 2009, 08:07 AM
hello

Rainwoodman please how to helps you?
im not really dev i never built deb package. but i want to help you if i can.

http://dl.getdropbox.com/u/187396/Capture-42.png

Running sudo checkinstall (after sudo make install in this case) will make a quick-and-dirty-but-working deb.

zniavre
January 19th, 2009, 08:32 AM
http://dl.getdropbox.com/u/187396/gnome-globalmenu_0.7-1_i386.deb

dont know why the version shown is 0.7.1 but it's 0.7.2 from svn

is it what you want ?

(only globlamenu no vala 0.5.5 vala does not want to do checkinstall i do not know why)

good bye see you soon Thank you devs :)

ayoli
January 19th, 2009, 08:50 AM
http://dl.getdropbox.com/u/187396/gnome-globalmenu_0.7-1_i386.deb

dont know why the version shown is 0.7.1 but it's 0.7.2 from svn

The version shown in your package is 0.7 release 1, because of the name of the globalmenu source folder name.
If you want 0.7.2 in the package name, run again checkinstall and change the version number (If I remember well, it is the third option).


(only globlamenu no vala 0.5.5 vala does not want to do checkinstall i do not know why)

good bye see you soon Thank you devs :)
Same checkinstall issue with vala. Works only after a sudo make install.

zniavre
January 19th, 2009, 08:56 AM
so here the 0.7.2 .deb
http://dl.getdropbox.com/u/187396/gnome-globalmenu_0.7.2-1_i386.deb

sorry i never did that before
this time i only changed the version number and the rest is default choice.

i made vala0.5.5 .deb too (checkinstall worked well this time)
http://dl.getdropbox.com/u/187396/vala_0.5.5-1_i386.deb

johnny_b_good
January 19th, 2009, 09:04 AM
1) the text has been replaced with:
'Enable Global Menu for GTK Applications'
in the next release.
I hope it is more understandable.

2) It is because thunar doesn't manage the desktop. in XFCE the desktop is managed by xfdesktop. It doesn't create a menu bar for the desktop window. There is no easy way to workaround this limitation.
thank you very much man, now i understand.
Today with the 2127 revision i have a problem compiling, here it is:
charlie@ubuntu:~/Sorgenti/globalmenu$ ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for valac... /usr/bin/valac
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking for WNCK... yes
checking for PANEL... no
configure: error: test for libpanelapplet-2.0 and libnotify failed. (--without-gnome-panel to disable).
See `config.log' for more details.
Thank you again guys

ayoli
January 19th, 2009, 09:53 AM
thank you very much man, now i understand.
Today with the 2127 revision i have a problem compiling, here it is:
charlie@ubuntu:~/Sorgenti/globalmenu$ ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for valac... /usr/bin/valac
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking for WNCK... yes
checking for PANEL... no
configure: error: test for libpanelapplet-2.0 and libnotify failed. (--without-gnome-panel to disable).
See `config.log' for more details.
Thank you again guys

looks like libpanel-applet2-dev and libpanel-applet2-dev deps are missing.
sudo apt-get install libpanel-applet2-dev libnotify-dev

johnny_b_good
January 19th, 2009, 09:59 AM
thanx ayoli but they are installed
sudo apt-get install libpanel-applet2-dev libpanel-applet2-dev
[sudo] password for charlie:
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso
Lettura informazioni sullo stato... Fatto
libpanel-applet2-dev č giŕ alla versione piů recente.
libpanel-applet2-dev č giŕ alla versione piů recente.
i solved installing libnotify-dev
EDIT: I've just seen you wrote two times the same package, probably you wanted to write libnotify-dev, so you were right...
EDIT2: For some reasons i had to delete some config files in my home (the hidden files) and i had to recreate my environment. Now if i try to add the GM applet to the panel it crashes and says to reload and reload and reload...What should i do?

ayoli
January 19th, 2009, 11:50 AM
thanx ayoli but they are installed
sudo apt-get install libpanel-applet2-dev libpanel-applet2-dev
[sudo] password for charlie:
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso
Lettura informazioni sullo stato... Fatto
libpanel-applet2-dev č giŕ alla versione piů recente.
libpanel-applet2-dev č giŕ alla versione piů recente.
i solved installing libnotify-dev
EDIT: I've just seen you wrote two times the same package, probably you wanted to write libnotify-dev, so you were right...
EDIT2: For some reasons i had to delete some config files in my home (the hidden files) and i had to recreate my environment. Now if i try to add the GM applet to the panel it crashes and says to reload and reload and reload...What should i do?

About your first edit : yes I meant libnotify-dev, sorry.
About your second edit : post an issue here (http://code.google.com/p/gnome2-globalmenu/issues/list)

johnny_b_good
January 19th, 2009, 11:51 AM
I tried installing it via PPA and it works but it has lots of bugs, so i'd really like to have my svn-globalmenu again. As just said i installed the PPA, uninstalled the svn one, did distclean and configure again but nothing changed. This is what i get when i try to add the applet to the panel:
http://img515.imageshack.us/img515/4694/globalmenucrashpa7.th.png (http://img515.imageshack.us/img515/4694/globalmenucrashpa7.png)
If i add "export GTK_MODULES=globalmenu-gnome" in my gnomerc the menu disappear, even if the applet doesn't work, if i remove it everything works as a normal gnome2.24 desktop.
Maybe i should remove the globalmenu config directory but i can't find it...
Thank you guys

ayoli
January 19th, 2009, 12:00 PM
I tried installing it via PPA and it works but it has lots of bugs, so i'd really like to have my svn-globalmenu again. As just said i installed the PPA, uninstalled the svn one, did distclean and configure again but nothing changed. This is what i get when i try to add the applet to the panel:
http://img515.imageshack.us/img515/4694/globalmenucrashpa7.th.png (http://img515.imageshack.us/img515/4694/globalmenucrashpa7.png)
If i add "export GTK_MODULES=globalmenu-gnome" in my gnomerc the menu disappear, even if the applet doesn't work, if i remove it everything works as a normal gnome2.24 desktop.
Maybe i should remove the globalmenu config directory but i can't find it...
Thank you guys

You may want to try an slight older svn revision (ie: 2110 works here)
example :
svn checkout -r 2110 http://gnome2-globalmenu.googlecode.com/svn/trunk/ gnome-globalmenu-0.7

johnny_b_good
January 19th, 2009, 12:12 PM
yep man, that works, thank you!
Anyway i posted an issue here (http://code.google.com/p/gnome2-globalmenu/issues/detail?id=276)
I am going to try to download the source again and restart compiling (maybe my source is a bit "dirty" after lots of installations)

EDIT:I tried a new version from http://gnome2-globalmenu.googlecode.com/svn/trunk/ but it won't do configure, here is the error:
charlie@ubuntu:~/Sorgenti/globalmenu$ ./autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.61
checking for automake >= 1.9...
testing automake-1.10... found 1.10.1
checking for libtool >= 1.5...
testing libtoolize... found 2.2.4
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.18.2
checking for intltool >= 0.30...
testing intltoolize... found 0.40.5
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.22
checking for gnome-common >= 2.3.0...
testing gnome-doc-common... found 2.24.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.ac
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running gnome-doc-common...
Running aclocal-1.10...
Running autoconf...
Running autoheader...
Running automake-1.10...
configure.ac:13: installing `./compile'
configure.ac:15: installing `./config.guess'
configure.ac:15: installing `./config.sub'
configure.ac:3: installing `./install-sh'
configure.ac:3: installing `./missing'
applet/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
configure.ac:144: required file `tools/Makefile.in' not found

ayoli
January 19th, 2009, 12:39 PM
yep man, that works, thank you!
Anyway i posted an issue here (http://code.google.com/p/gnome2-globalmenu/issues/detail?id=276)
I am going to try to download the source again and restart compiling (maybe my source is a bit "dirty" after lots of installations)

EDIT:I tried a new version from http://gnome2-globalmenu.googlecode.com/svn/trunk/ but it won't do configure, here is the error:
charlie@ubuntu:~/Sorgenti/globalmenu$ ./autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.61
checking for automake >= 1.9...
testing automake-1.10... found 1.10.1
checking for libtool >= 1.5...
testing libtoolize... found 2.2.4
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.18.2
checking for intltool >= 0.30...
testing intltoolize... found 0.40.5
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.22
checking for gnome-common >= 2.3.0...
testing gnome-doc-common... found 2.24.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.ac
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running gnome-doc-common...
Running aclocal-1.10...
Running autoconf...
Running autoheader...
Running automake-1.10...
configure.ac:13: installing `./compile'
configure.ac:15: installing `./config.guess'
configure.ac:15: installing `./config.sub'
configure.ac:3: installing `./install-sh'
configure.ac:3: installing `./missing'
applet/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
configure.ac:144: required file `tools/Makefile.in' not found

Maybe something's broken in latest revs.

johnny_b_good
January 19th, 2009, 12:44 PM
ok, thanks man, you are really helpful and kind!

rainwoodman
January 19th, 2009, 08:44 PM
Maybe something's broken in latest revs.

Yes. I wrote a mockup tools before going to work this morning. Perhaps I forgot to submit Makefile.am or something.

rainwoodman
January 19th, 2009, 11:47 PM
I've just commited a fix for this.
yep man, that works, thank you!
Anyway i posted an issue here (http://code.google.com/p/gnome2-globalmenu/issues/detail?id=276)
I am going to try to download the source again and restart compiling (maybe my source is a bit "dirty" after lots of installations)

EDIT:I tried a new version from http://gnome2-globalmenu.googlecode.com/svn/trunk/ but it won't do configure, here is the error:
charlie@ubuntu:~/Sorgenti/globalmenu$ ./autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.61
checking for automake >= 1.9...
testing automake-1.10... found 1.10.1
checking for libtool >= 1.5...
testing libtoolize... found 2.2.4
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.18.2
checking for intltool >= 0.30...
testing intltoolize... found 0.40.5
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.22
checking for gnome-common >= 2.3.0...
testing gnome-doc-common... found 2.24.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.ac
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running gnome-doc-common...
Running aclocal-1.10...
Running autoconf...
Running autoheader...
Running automake-1.10...
configure.ac:13: installing `./compile'
configure.ac:15: installing `./config.guess'
configure.ac:15: installing `./config.sub'
configure.ac:3: installing `./install-sh'
configure.ac:3: installing `./missing'
applet/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
configure.ac:144: required file `tools/Makefile.in' not found

appzattak
January 20th, 2009, 05:22 PM
Hey all. I've complied this from source on my newly installed 8.10 I had no errors and still cannot for the life of me get the applet to show up, therfore I cannot add it. Any help would be greatly appreciated.


--Steve

Jeeeep
January 20th, 2009, 06:48 PM
You have to restart your session before it will show up, and also make sure the GTK Module is loaded.

Still waiting for an answer to get it to work on Xfce...

ayoli
January 20th, 2009, 07:33 PM
You have to restart your session before it will show up, and also make sure the GTK Module is loaded.

Still waiting for an answer to get it to work on Xfce...

I believe that xfce globalmenu is somewhat experimental. So you may try an earlier svn revision untils it works.
(btw, I've seen somewhere who have manage to use it in xfce but not with all options available in gnome version).
Sorry, can't help more.

rainwoodman
January 20th, 2009, 10:15 PM
Hey all. I've complied this from source on my newly installed 8.10 I had no errors and still cannot for the life of me get the applet to show up, therfore I cannot add it. Any help would be greatly appreciated.


--Steve

--prefix=/usr
autotools defaults to install /usr/local but most distributions don't look for useful files there.

rainwoodman
January 20th, 2009, 10:18 PM
I believe that xfce globalmenu is somewhat experimental. So you may try an earlier svn revision untils it works.
(btw, I've seen somewhere who have manage to use it in xfce but not with all options available in gnome version).
Sorry, can't help more.
at least 2117 works; and there has been no changes in xfce applet for a while.

Jeeeep
January 21st, 2009, 01:39 AM
at least 2117 works; and there has been no changes in xfce applet for a while.

Oh wow, it's working o.o

Thanks, though it is still a bit incomplete...

LavianoTS386
January 21st, 2009, 11:29 AM
The latest revisions fails to compile on both my computers.

Here's the error message I get:

Compilation failed: 1 error(s), 0 warning(s)
make[2]: *** [gnomenu-private.vapi] Error 1
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthony/gnome-globalmenu'
make: *** [all] Error 2

ayoli
January 21st, 2009, 12:32 PM
The latest revisions fails to compile on both my computers.

Here's the error message I get:

what is you vala version ?
valac --version

LavianoTS386
January 21st, 2009, 01:01 PM
Vala 0.5.6

alexis0587
January 21st, 2009, 01:35 PM
Hi everybody :)
I test to install Mac Style Menu Bar for my computer and i have a big matter.
The compilation is OK, bur when i check with "make check", I have this errors:
So If somebody can help me ;)
Thxs to all


TEST: test-unload... Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
(pid=20615)
/GnomenuGTK/Unload/test:
GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
aborting...
Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
/usr/lib/test-unload: No such file or directory.
Cannot access memory at address 0x5087
Cannot access memory at address 0x5087

(bug-buddy:20616): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
FAIL
GTester: last random seed: R02S09f8213203c40dbea87979693a242fe9
/bin/sh: line 1: 20593 Terminated gtester --verbose test-serializer test-unload
make[7]: *** [test] Error 143
make[7]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[6]: *** [check-am] Error 2
make[6]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[5]: *** [check] Error 2
make[5]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: *** [check] Error 2
make[3]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2'
make: *** [check] Error 2

rainwoodman
January 21st, 2009, 06:36 PM
Hi everybody :)
I test to install Mac Style Menu Bar for my computer and i have a big matter.
The compilation is OK, bur when i check with "make check", I have this errors:
So If somebody can help me ;)
Thxs to all


TEST: test-unload... Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
(pid=20615)
/GnomenuGTK/Unload/test:
GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
aborting...
Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
/usr/lib/test-unload: No such file or directory.
Cannot access memory at address 0x5087
Cannot access memory at address 0x5087

(bug-buddy:20616): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
FAIL
GTester: last random seed: R02S09f8213203c40dbea87979693a242fe9
/bin/sh: line 1: 20593 Terminated gtester --verbose test-serializer test-unload
make[7]: *** [test] Error 143
make[7]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[6]: *** [check-am] Error 2
make[6]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[5]: *** [check] Error 2
make[5]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: *** [check] Error 2
make[3]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2/gtk-modules'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/alexis/Desktop/gnome-globalmenu-0.7.2'
make: *** [check] Error 2

Would you answer 3 questions before I can figure out the reasons?

(1) do you get 'GVFS-RemoteVolumeMonitor-WARNING' for any other apps?
(2) Did you make check as root or as ordinary user?

(3) Did you get a window to let you choose a file to load when test-unload is executed?

rainwoodman
January 21st, 2009, 06:37 PM
The latest revisions fails to compile on both my computers.

Here's the error message I get:

A more complete list of error messages will be more helpful.

Yu

LavianoTS386
January 21st, 2009, 08:43 PM
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr"'; \
echo '#define EXEC_PREFIX "/usr"'; \
echo '#define BINDIR "/usr/bin"'; \
echo '#define SBINDIR "/usr/sbin"'; \
echo '#define LIBEXECDIR "/usr/libexec"'; \
echo '#define DATAROOTDIR "/usr/share"'; \
echo '#define DATADIR "/usr/share"'; \
echo '#define SYSCONFDIR "/usr/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/com"'; \
echo '#define LOCALSTATEDIR "/usr/var"'; \
echo '#define INCLUDEDIR "/usr/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define INFODIR "/usr/share/info"'; \
echo '#define HTMLDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define DVIDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PDFDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PSDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define LIBDIR "/usr/lib"'; \
echo '#define LISPDIR ""'; \
echo '#define LOCALEDIR "/usr/share/locale"'; \
echo '#define MANDIR "/usr/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/share/gnome-globalmenu"'; \
echo '#define PKGINCLUDEDIR "/usr/include/gnome-globalmenu"'; \
echo '#define PKGLIBDIR "/usr/lib/gnome-globalmenu"'; \
echo '#define PKGLIBEXECDIR ""'; \
echo '#define ABSTOPSRCDIR "/home/anthony/gnome-globalmenu"'; \
} | sed '/""/d' > configmake.h-t
mv configmake.h-t configmake.h
rm -f configmake.vapi
{ \
echo '[CCode (cheader_filename = "configmake.h")]'; \
echo 'namespace Config {'; \
sed -e 's/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/' configmake.h ; \
echo '}' ; \
} > configmake.vapi
rm -f config.vapi
{ \
echo 'namespace Config {'; \
sed -e '/#define.*"$/s/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/;/#define.*[0-9]$/s/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const int \1;/' config.h ; \
echo '}' ; \
} > config.vapi
make all-recursive
make[1]: Entering directory `/home/anthony/gnome-globalmenu'
Making all in tools
make[2]: Entering directory `/home/anthony/gnome-globalmenu/tools'
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/tools'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../config.h -g -O2 -MT image-to-vala.o -MD -MP -MF .deps/image-to-vala.Tpo -c -o image-to-vala.o image-to-vala.c
mv -f .deps/image-to-vala.Tpo .deps/image-to-vala.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o image-to-vala image-to-vala.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: gcc -g -O2 -o image-to-vala image-to-vala.o -Wl,--export-dynamic /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/tools'
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/tools'
Making all in tests
make[2]: Entering directory `/home/anthony/gnome-globalmenu/tests'
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/tests'
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/tests'
Making all in libgnomenu
make[2]: Entering directory `/home/anthony/gnome-globalmenu/libgnomenu'
/usr/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --basedir=.. --vapidir=. --pkg gnomenu --pkg gtk+-2.0 --pkg bindings --library gnomenu-private helper.vala parser.vala serializer.vala menu.vala menubar.vala menuitem.vala window.vala menubarbox.vala menushellutils.vala label.vala keygrab.vala
libgnomenu/menubar.vala:363.24-363.48: error: Local variable `item' conflicts with another local variable declared in a parent scope
Gnomenu.MenuItem item = get(stripped_path);
^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
make[2]: *** [gnomenu-private.vapi] Error 1
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthony/gnome-globalmenu'
make: *** [all] Error 2


is the complete terminal output

Jeeeep
January 21st, 2009, 08:55 PM
One problem I have? The Xfce version puts a one pixel barrier between the top of the screen and the menu, which kinda defeats the purpose of it... And I know it's not a problem with the panel itself, as all my other applets work at the very top of the screen as well.

ayoli
January 22nd, 2009, 03:24 AM
One problem I have? The Xfce version puts a one pixel barrier between the top of the screen and the menu, which kinda defeats the purpose of it... And I know it's not a problem with the panel itself, as all my other applets work at the very top of the screen as well.

you should report this issue here : http://code.google.com/p/gnome2-globalmenu/issues/list

rainwoodman
January 22nd, 2009, 04:30 AM
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr"'; \
echo '#define EXEC_PREFIX "/usr"'; \
echo '#define BINDIR "/usr/bin"'; \
echo '#define SBINDIR "/usr/sbin"'; \
echo '#define LIBEXECDIR "/usr/libexec"'; \
echo '#define DATAROOTDIR "/usr/share"'; \
echo '#define DATADIR "/usr/share"'; \
echo '#define SYSCONFDIR "/usr/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/com"'; \
echo '#define LOCALSTATEDIR "/usr/var"'; \
echo '#define INCLUDEDIR "/usr/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define INFODIR "/usr/share/info"'; \
echo '#define HTMLDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define DVIDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PDFDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PSDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define LIBDIR "/usr/lib"'; \
echo '#define LISPDIR ""'; \
echo '#define LOCALEDIR "/usr/share/locale"'; \
echo '#define MANDIR "/usr/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/share/gnome-globalmenu"'; \
echo '#define PKGINCLUDEDIR "/usr/include/gnome-globalmenu"'; \
echo '#define PKGLIBDIR "/usr/lib/gnome-globalmenu"'; \
echo '#define PKGLIBEXECDIR ""'; \
echo '#define ABSTOPSRCDIR "/home/anthony/gnome-globalmenu"'; \
} | sed '/""/d' > configmake.h-t
mv configmake.h-t configmake.h
rm -f configmake.vapi
{ \
echo '[CCode (cheader_filename = "configmake.h")]'; \
echo 'namespace Config {'; \
sed -e 's/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/' configmake.h ; \
echo '}' ; \
} > configmake.vapi
rm -f config.vapi
{ \
echo 'namespace Config {'; \
sed -e '/#define.*"$/s/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/;/#define.*[0-9]$/s/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const int \1;/' config.h ; \
echo '}' ; \
} > config.vapi
make all-recursive
make[1]: Entering directory `/home/anthony/gnome-globalmenu'
Making all in tools
make[2]: Entering directory `/home/anthony/gnome-globalmenu/tools'
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/tools'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../config.h -g -O2 -MT image-to-vala.o -MD -MP -MF .deps/image-to-vala.Tpo -c -o image-to-vala.o image-to-vala.c
mv -f .deps/image-to-vala.Tpo .deps/image-to-vala.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o image-to-vala image-to-vala.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: gcc -g -O2 -o image-to-vala image-to-vala.o -Wl,--export-dynamic /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/tools'
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/tools'
Making all in tests
make[2]: Entering directory `/home/anthony/gnome-globalmenu/tests'
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/tests'
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/tests'
Making all in libgnomenu
make[2]: Entering directory `/home/anthony/gnome-globalmenu/libgnomenu'
/usr/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --basedir=.. --vapidir=. --pkg gnomenu --pkg gtk+-2.0 --pkg bindings --library gnomenu-private helper.vala parser.vala serializer.vala menu.vala menubar.vala menuitem.vala window.vala menubarbox.vala menushellutils.vala label.vala keygrab.vala
libgnomenu/menubar.vala:363.24-363.48: error: Local variable `item' conflicts with another local variable declared in a parent scope
Gnomenu.MenuItem item = get(stripped_path);
^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
make[2]: *** [gnomenu-private.vapi] Error 1
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthony/gnome-globalmenu'
make: *** [all] Error 2


is the complete terminal output

Please check if the svn goes further with vala 0.5.6 now.

alexis0587
January 22nd, 2009, 07:56 AM
Would you answer 3 questions before I can figure out the reasons?

(1) do you get 'GVFS-RemoteVolumeMonitor-WARNING' for any other apps?
(2) Did you make check as root or as ordinary user?

(3) Did you get a window to let you choose a file to load when test-unload is executed?

Hi and thks :)

(1) For the first question, Yes I have one part of 'GVFS-RemoteVolumeMonitor-WARNING' and I can't unistalled it because the dependances are
To satisfy dependencies, the following 9 packages will be removed (21MB):
gvfs-1.0.1-2mdv2009.0.i586
(due to unsatisfied libgvfs0 == 1.0.1)
libgvfs0-1.0.1-2mdv2009.0.i586
(due to unsatisfied gvfs >= 1.0.1)
nautilus-2.24.0-1mdv2009.0.i586
(due to missing libgvfs0)
nautilus-cd-burner-2.24.0-1mdv2009.0.i586
(due to missing nautilus)
nautilus-sendto-1.0.1-1mdv2009.0.i586
(due to missing nautilus,
due to unsatisfied nautilus-sendto-plugin == 1.0.1)
nautilus-sendto-bluetooth-1.0.1-1mdv2009.0.i586
(due to unsatisfied nautilus-sendto == 1.0.1)
nautilus-sendto-evolution-1.0.1-1mdv2009.0.i586
(due to unsatisfied nautilus-sendto == 1.0.1)
task-gnome-2009.0-4mdv2009.0.noarch
(due to missing nautilus,
due to missing nautilus-cd-burner,
due to missing task-gnome-minimal)
task-gnome-minimal-2009.0-4mdv2009.0.noarch
(due to unsatisfied nautilus >= 2.8.2)
Remove 9 packages? (y/N)


(2) I make check as root!!

(3) To finish, when test-unload is executed, i have a BUG windows with test-unload. So the program crached.


Bellow the crach-report of test-unload

System: Linux 2.6.27.7-desktop586-1mnb #1 SMP Thu Dec 11 16:32:08 EST 2008 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: (null)
Icon Theme: (null)

Memory status: size: 19243008 vsize: 19243008 resident: 6512640 share: 5554176 rss: 6512640 rss_rlim: 18446744073709551615
CPU usage: start_time: 1232646601 rtime: 6 utime: 4 stime: 2 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/test-unload'

[?1034h[Thread debugging using libthread_db enabled]
[New Thread 0x40d27830 (LWP 22862)]
0xffffe430 in __kernel_vsyscall ()
#0 0xffffe430 in __kernel_vsyscall ()
#1 0x40c34583 in waitpid () from /lib/i686/libc.so.6
#2 0x40b1b35b in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#3 0x40b1b6b4 in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
#4 0x40e54003 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5 0x40e54590 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#6 0x40e54665 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#7 <signal handler called>
#8 0xffffe430 in __kernel_vsyscall ()
#9 0x40bc7d90 in raise () from /lib/i686/libc.so.6
#10 0x40bc97f8 in abort () from /lib/i686/libc.so.6
#11 0x40aebc5d in g_logv () from /usr/lib/libglib-2.0.so.0
#12 0x40aebc97 in g_log () from /usr/lib/libglib-2.0.so.0
#13 0x40f51460 in ?? ()
from /usr/lib/gio/modules/libgioremote-volume-monitor.so
#14 0x40f514e8 in ?? ()
from /usr/lib/gio/modules/libgioremote-volume-monitor.so
#15 0x405364e1 in ?? () from /usr/lib/libgio-2.0.so.0
#16 0x40b0aba5 in g_once_impl () from /usr/lib/libglib-2.0.so.0
#17 0x40536360 in ?? () from /usr/lib/libgio-2.0.so.0
#18 0x40536b8c in g_volume_monitor_get () from /usr/lib/libgio-2.0.so.0
#19 0x4011616c in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#20 0x40a8b0b5 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
#21 0x40a6ed3b in ?? () from /usr/lib/libgobject-2.0.so.0
#22 0x40a6f518 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#23 0x40a700bf in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
#24 0x40a70250 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#25 0x401152a4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x4010af53 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#27 0x40a8b0b5 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
#28 0x40a6ed3b in ?? () from /usr/lib/libgobject-2.0.so.0
#29 0x4010cade in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#30 0x40a6f518 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#31 0x40a700bf in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
#32 0x40a70250 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#33 0x400fc674 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#34 0x40112b69 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#35 0x40a6f518 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#36 0x400a7cd7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#37 0x400a8cf1 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#38 0x400a9751 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#39 0x40ae8f52 in g_markup_parse_context_parse ()
from /usr/lib/libglib-2.0.so.0
#40 0x400a89e1 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#41 0x400a8388 in gtk_builder_add_from_file ()
from /usr/lib/libgtk-x11-2.0.so.0
#42 0x08049724 in ___lambda0_gdata_test_func (self=0x8af6af8)
at test-unload.c:94
#43 0x40b09a82 in ?? () from /usr/lib/libglib-2.0.so.0
#44 0x40b098e6 in ?? () from /usr/lib/libglib-2.0.so.0
#45 0x40b098e6 in ?? () from /usr/lib/libglib-2.0.so.0
#46 0x40b09d81 in g_test_run_suite () from /usr/lib/libglib-2.0.so.0
#47 0x40b09e00 in g_test_run () from /usr/lib/libglib-2.0.so.0
#48 0x0804a25b in test_man_run (self=0x8af6af8) at testman.c:67
#49 0x080496d8 in main (argc=) at test-unload.c:194

Thread 1 (Thread 0x40d27830 (LWP 22862)):
#0 0xffffe430 in __kernel_vsyscall ()
No symbol table info available.
#1 0x40c34583 in waitpid () from /lib/i686/libc.so.6
No symbol table info available.
#2 0x40b1b35b in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3 0x40b1b6b4 in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#4 0x40e54003 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
No symbol table info available.
#5 0x40e54590 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
No symbol table info available.
#6 0x40e54665 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
No symbol table info available.
#7 <signal handler called>
No symbol table info available.
#8 0xffffe430 in __kernel_vsyscall ()
No symbol table info available.
#9 0x40bc7d90 in raise () from /lib/i686/libc.so.6
No symbol table info available.
#10 0x40bc97f8 in abort () from /lib/i686/libc.so.6
No symbol table info available.
#11 0x40aebc5d in g_logv () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#12 0x40aebc97 in g_log () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#13 0x40f51460 in ?? ()
from /usr/lib/gio/modules/libgioremote-volume-monitor.so
No symbol table info available.
#14 0x40f514e8 in ?? ()
from /usr/lib/gio/modules/libgioremote-volume-monitor.so
No symbol table info available.
#15 0x405364e1 in ?? () from /usr/lib/libgio-2.0.so.0
No symbol table info available.
#16 0x40b0aba5 in g_once_impl () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#17 0x40536360 in ?? () from /usr/lib/libgio-2.0.so.0
No symbol table info available.
#18 0x40536b8c in g_volume_monitor_get () from /usr/lib/libgio-2.0.so.0
No symbol table info available.
#19 0x4011616c in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#20 0x40a8b0b5 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#21 0x40a6ed3b in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#22 0x40a6f518 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#23 0x40a700bf in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#24 0x40a70250 in g_object_new () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#25 0x401152a4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#26 0x4010af53 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#27 0x40a8b0b5 in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#28 0x40a6ed3b in ?? () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#29 0x4010cade in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#30 0x40a6f518 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#31 0x40a700bf in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#32 0x40a70250 in g_object_new () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#33 0x400fc674 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#34 0x40112b69 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#35 0x40a6f518 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#36 0x400a7cd7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#37 0x400a8cf1 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#38 0x400a9751 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#39 0x40ae8f52 in g_markup_parse_context_parse ()
from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#40 0x400a89e1 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#41 0x400a8388 in gtk_builder_add_from_file ()
from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#42 0x08049724 in ___lambda0_gdata_test_func (self=0x8af6af8)
at test-unload.c:94
No locals.
#43 0x40b09a82 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#44 0x40b098e6 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#45 0x40b098e6 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#46 0x40b09d81 in g_test_run_suite () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#47 0x40b09e00 in g_test_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#48 0x0804a25b in test_man_run (self=0x8af6af8) at testman.c:67
__PRETTY_FUNCTION__ = "test_man_run"
#49 0x080496d8 in main (argc=) at test-unload.c:194
No locals.
The program is running. Quit anyway (and detach it)? (y or n) [answered Y; input not from terminal]

LavianoTS386
January 22nd, 2009, 08:08 AM
Please check if the svn goes further with vala 0.5.6 now.

this is what I get now:

test-parser.vala:54.5-54.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:62.5-62.102: warning: unhandled error `GLib.FileError'
FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo-nolabel.xml", out test3, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:63.5-63.94: warning: unhandled error `GLib.FileError'
FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo.xml", out test4, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:64.5-64.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:65.5-65.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:66.5-66.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 9 warning(s)
if [ test-parser.c == test-leak.c ]; then bash patch.sh; fi;
touch test-parser.c
/usr/bin/valac --vapidir ../.. --pkg configmake --pkg licenses --pkg config -C --vapidir=../../tests --vapidir=../../libgnomenu --pkg testman --pkg gtk+-2.0 --pkg gnomenu-private test-menubar.vala
test-menubar.vala:80.5-80.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:86.5-86.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:87.5-87.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:97.5-97.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:104.5-104.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:110.5-110.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:127.5-127.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:135.5-135.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:152.4-152.31: warning: unhandled error `GLib.Error'
Parser.parse(menubar, test2);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:9.3-9.9: warning: field `Gnomenu.TestMenuBar.box' never used
Box box;
^^^^^^^
test-menubar.vala:150.3-150.22: warning: method `Gnomenu.TestMenuBar.activate' never used
static void activate(MenuBar menubar, MenuItem item) {
^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 11 warning(s)
if [ test-menubar.c == test-leak.c ]; then bash patch.sh; fi;
touch test-menubar.c
make all-am
make[5]: Entering directory `/home/anthony/gnome-globalmenu/libgnomenu/tests'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-label.o -MD -MP -MF .deps/test-label.Tpo -c -o test-label.o test-label.c
mv -f .deps/test-label.Tpo .deps/test-label.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-label test-label.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-label test-label.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-grab.o -MD -MP -MF .deps/test-grab.Tpo -c -o test-grab.o test-grab.c
mv -f .deps/test-grab.Tpo .deps/test-grab.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-grab test-grab.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-grab test-grab.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-parser.o -MD -MP -MF .deps/test-parser.Tpo -c -o test-parser.o test-parser.c
mv -f .deps/test-parser.Tpo .deps/test-parser.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-parser test-parser.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-parser test-parser.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-menubar.o -MD -MP -MF .deps/test-menubar.Tpo -c -o test-menubar.o test-menubar.c
mv -f .deps/test-menubar.Tpo .deps/test-menubar.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-menubar test-menubar.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-menubar test-menubar.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-window.o -MD -MP -MF .deps/test-window.Tpo -c -o test-window.o test-window.c
mv -f .deps/test-window.Tpo .deps/test-window.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-window test-window.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-window test-window.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-leak.o -MD -MP -MF .deps/test-leak.Tpo -c -o test-leak.o test-leak.c
mv -f .deps/test-leak.Tpo .deps/test-leak.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-leak test-leak.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-leak test-leak.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[5]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu/tests'
make[4]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu/tests'
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu'
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu'
Making all in applet
make[2]: Entering directory `/home/anthony/gnome-globalmenu/applet'
/usr/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --vapidir=. \
--vapidir=../libgnomenu \
--pkg=gtk+-2.0 \
--pkg=libwnck-1.0 \
--pkg=gnomenu-private \
--library=libapplet-private \
wncktools.vala monitor.vala
monitor.vala:35.40-35.43: warning: Argument 1: Cannot pass null to non-null parameter type
_wnck_screen.active_window_changed (null);
^^^^
Compilation succeeded - 1 warning(s)
bash patchlibapplet.sh
patching monitor.c with /g_return_if_fail (previous_window != NULL)/d ...monitor.c monitor.c.new differ: byte 6619, line 144
OK.
/usr/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --vapidir=. \
--vapidir=../libgnomenu \
--pkg=gtk+-2.0 \
--pkg=libwnck-1.0 \
--pkg=libpanelapplet-2.0 \
--pkg=gnome-desktop-2.0 \
--pkg=libgnome-menu \
--pkg=gconf-2.0 \
--pkg=gnomenu-private \
--pkg=libapplet-private \
--pkg=libnotify \
applet.vala main.vala gtkextra-gconfdialog.vala switcher.vala gnomemenuhelper.vala bindings.vapi
switcher.vala:154.5-154.25: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
switcher.vala:170.6-170.26: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
gtkextra-gconfdialog.vala:43.61-43.64: warning: Argument 2: Cannot pass null to non-null parameter type
weak GConf.Entry entry = _default_client.get_entry(key, null, true);
^^^^
applet.vala:17.26-17.29: warning: Argument 1: Cannot pass null to non-null parameter type
set_background_widget(null);
^^^^
applet.vala:204.5-204.27: warning: unhandled error `GLib.Error'
notify_no_plugin.show();
^^^^^^^^^^^^^^^^^^^^^^^
switcher.vala:204.5-204.10: warning: unreachable code detected
break;
^^^^^^
switcher.vala:207.5-207.10: warning: unreachable code detected
break;
^^^^^^
Compilation succeeded - 7 warning(s)
bash patch.sh
patching applet.c with /g_return_if_fail (previous_screen != NULL)/d ...applet.c applet.c.new differ: byte 6458, line 140
OK.
patching main.c with /gnome_program_init/s/APPLET_STANDARD_PROPERTIES/GNOME_PROGRAM_STANDARD_PROPERTIES/ ...main.c main.c.new differ: byte 2156, line 66
OK.
touch vala-stamp
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/applet'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools.lo -MD -MP -MF .deps/libapplet_la-wncktools.Tpo -c -o libapplet_la-wncktools.lo `test -f 'wncktools.c' || echo './'`wncktools.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools.lo -MD -MP -MF .deps/libapplet_la-wncktools.Tpo -c wncktools.c -fPIC -DPIC -o .libs/libapplet_la-wncktools.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools.lo -MD -MP -MF .deps/libapplet_la-wncktools.Tpo -c wncktools.c -o libapplet_la-wncktools.o >/dev/null 2>&1
mv -f .deps/libapplet_la-wncktools.Tpo .deps/libapplet_la-wncktools.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-monitor.lo -MD -MP -MF .deps/libapplet_la-monitor.Tpo -c -o libapplet_la-monitor.lo `test -f 'monitor.c' || echo './'`monitor.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-monitor.lo -MD -MP -MF .deps/libapplet_la-monitor.Tpo -c monitor.c -fPIC -DPIC -o .libs/libapplet_la-monitor.o
monitor.c: In function ‘gnomenu_monitor_ungrab_menu_bar_key’:
monitor.c:300: warning: cast from pointer to integer of different size
monitor.c: In function ‘gnomenu_monitor_grab_menu_bar_key’:
monitor.c:320: warning: cast to pointer from integer of different size
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-monitor.lo -MD -MP -MF .deps/libapplet_la-monitor.Tpo -c monitor.c -o libapplet_la-monitor.o >/dev/null 2>&1
mv -f .deps/libapplet_la-monitor.Tpo .deps/libapplet_la-monitor.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools-ccode.lo -MD -MP -MF .deps/libapplet_la-wncktools-ccode.Tpo -c -o libapplet_la-wncktools-ccode.lo `test -f 'wncktools-ccode.c' || echo './'`wncktools-ccode.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools-ccode.lo -MD -MP -MF .deps/libapplet_la-wncktools-ccode.Tpo -c wncktools-ccode.c -fPIC -DPIC -o .libs/libapplet_la-wncktools-ccode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools-ccode.lo -MD -MP -MF .deps/libapplet_la-wncktools-ccode.Tpo -c wncktools-ccode.c -o libapplet_la-wncktools-ccode.o >/dev/null 2>&1
mv -f .deps/libapplet_la-wncktools-ccode.Tpo .deps/libapplet_la-wncktools-ccode.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libapplet.la libapplet_la-wncktools.lo libapplet_la-monitor.lo libapplet_la-wncktools-ccode.lo -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu/libgnomenu.la
libtool: link: rm -fr .libs/libapplet.a .libs/libapplet.la
libtool: link: (cd .libs/libapplet.lax/libgnomenu.a && ar x "/home/anthony/gnome-globalmenu/applet/../libgnomenu/.libs/libgnomenu.a")
libtool: link: ar cru .libs/libapplet.a .libs/libapplet_la-wncktools.o .libs/libapplet_la-monitor.o .libs/libapplet_la-wncktools-ccode.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-window.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-gnomenu.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-helper.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menubar.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-parser.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menuitem.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menubarbox.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-label.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-keygrab-ccode.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menushellutils-ccode.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-gmarkup-backport.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menu.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-serializer.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-keygrab.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menushellutils.o
libtool: link: ranlib .libs/libapplet.a
libtool: link: rm -fr .libs/libapplet.lax
libtool: link: ( cd ".libs" && rm -f "libapplet.la" && ln -s "../libapplet.la" "libapplet.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-applet.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-applet.Tpo -c -o GlobalMenu_PanelApplet-applet.o `test -f 'applet.c' || echo './'`applet.c
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: "_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: "Q_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: "C_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: this is the location of the previous definition
applet.c: In function ‘applet_class_init’:
applet.c:545: warning: assignment from incompatible pointer type
applet.c:548: warning: assignment from incompatible pointer type
mv -f .deps/GlobalMenu_PanelApplet-applet.Tpo .deps/GlobalMenu_PanelApplet-applet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-main.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-main.Tpo -c -o GlobalMenu_PanelApplet-main.o `test -f 'main.c' || echo './'`main.c
In file included from main.c:2:
main.h:19: error: initializer element is not constant
main.h:19: error: (near initialization for ‘options[0].description’)
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: "_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: "Q_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: "C_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: this is the location of the previous definition
make[3]: *** [GlobalMenu_PanelApplet-main.o] Error 1
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthony/gnome-globalmenu'
make: *** [all] Error 2

VitaminCPP
January 22nd, 2009, 06:32 PM
I have installed gnome2-globalmenu through ppa repository. I added the applet to the top panel, but when I try to enter the preferences, I get "Not yet available" message. I tried to reboot, id didn't help. Does anyone know, how to fix it? :-)

I have Ubuntu AMD64.

Jeeeep
January 23rd, 2009, 01:24 AM
I have installed gnome2-globalmenu through ppa repository. I added the applet to the top panel, but when I try to enter the preferences, I get "Not yet available" message. I tried to reboot, id didn't help. Does anyone know, how to fix it? :-)

I have Ubuntu AMD64.

The repositories are very much outdated, and you probably have the version where the preferences menu hasn't been implemented. Try compiling from source. Also, there are a few Debs floating around of the recent version, but I don't know if any of them are AMD64.

rainwoodman
January 23rd, 2009, 02:20 AM
OK; It is quite likely to be fixed in 2164. Can you try if the compilation goes any further?

this is what I get now:

test-parser.vala:54.5-54.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:62.5-62.102: warning: unhandled error `GLib.FileError'
FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo-nolabel.xml", out test3, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:63.5-63.94: warning: unhandled error `GLib.FileError'
FileUtils.get_contents(Config.ABSTOPSRCDIR + "/libgnomenu/tests/evo.xml", out test4, null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:64.5-64.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:65.5-65.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
test-parser.vala:66.5-66.30: warning: unhandled error `GLib.Error'
Parser.parse(shell, test3);
^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 9 warning(s)
if [ test-parser.c == test-leak.c ]; then bash patch.sh; fi;
touch test-parser.c
/usr/bin/valac --vapidir ../.. --pkg configmake --pkg licenses --pkg config -C --vapidir=../../tests --vapidir=../../libgnomenu --pkg testman --pkg gtk+-2.0 --pkg gnomenu-private test-menubar.vala
test-menubar.vala:80.5-80.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:86.5-86.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:87.5-87.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:97.5-97.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:104.5-104.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:110.5-110.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:127.5-127.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:135.5-135.33: warning: unhandled error `GLib.Error'
Parser.parse( menubar, test1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:152.4-152.31: warning: unhandled error `GLib.Error'
Parser.parse(menubar, test2);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
test-menubar.vala:9.3-9.9: warning: field `Gnomenu.TestMenuBar.box' never used
Box box;
^^^^^^^
test-menubar.vala:150.3-150.22: warning: method `Gnomenu.TestMenuBar.activate' never used
static void activate(MenuBar menubar, MenuItem item) {
^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 11 warning(s)
if [ test-menubar.c == test-leak.c ]; then bash patch.sh; fi;
touch test-menubar.c
make all-am
make[5]: Entering directory `/home/anthony/gnome-globalmenu/libgnomenu/tests'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-label.o -MD -MP -MF .deps/test-label.Tpo -c -o test-label.o test-label.c
mv -f .deps/test-label.Tpo .deps/test-label.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-label test-label.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-label test-label.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-grab.o -MD -MP -MF .deps/test-grab.Tpo -c -o test-grab.o test-grab.c
mv -f .deps/test-grab.Tpo .deps/test-grab.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-grab test-grab.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-grab test-grab.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-parser.o -MD -MP -MF .deps/test-parser.Tpo -c -o test-parser.o test-parser.c
mv -f .deps/test-parser.Tpo .deps/test-parser.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-parser test-parser.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-parser test-parser.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-menubar.o -MD -MP -MF .deps/test-menubar.Tpo -c -o test-menubar.o test-menubar.c
mv -f .deps/test-menubar.Tpo .deps/test-menubar.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-menubar test-menubar.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-menubar test-menubar.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-window.o -MD -MP -MF .deps/test-window.Tpo -c -o test-window.o test-window.c
mv -f .deps/test-window.Tpo .deps/test-window.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-window test-window.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-window test-window.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-leak.o -MD -MP -MF .deps/test-leak.Tpo -c -o test-leak.o test-leak.c
mv -f .deps/test-leak.Tpo .deps/test-leak.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-leak test-leak.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o test-leak test-leak.o -Wl,--export-dynamic ../.libs/libgnomenu.a ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[5]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu/tests'
make[4]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu/tests'
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu'
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/libgnomenu'
Making all in applet
make[2]: Entering directory `/home/anthony/gnome-globalmenu/applet'
/usr/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --vapidir=. \
--vapidir=../libgnomenu \
--pkg=gtk+-2.0 \
--pkg=libwnck-1.0 \
--pkg=gnomenu-private \
--library=libapplet-private \
wncktools.vala monitor.vala
monitor.vala:35.40-35.43: warning: Argument 1: Cannot pass null to non-null parameter type
_wnck_screen.active_window_changed (null);
^^^^
Compilation succeeded - 1 warning(s)
bash patchlibapplet.sh
patching monitor.c with /g_return_if_fail (previous_window != NULL)/d ...monitor.c monitor.c.new differ: byte 6619, line 144
OK.
/usr/bin/valac --vapidir .. --pkg configmake --pkg licenses --pkg config -C --vapidir=. \
--vapidir=../libgnomenu \
--pkg=gtk+-2.0 \
--pkg=libwnck-1.0 \
--pkg=libpanelapplet-2.0 \
--pkg=gnome-desktop-2.0 \
--pkg=libgnome-menu \
--pkg=gconf-2.0 \
--pkg=gnomenu-private \
--pkg=libapplet-private \
--pkg=libnotify \
applet.vala main.vala gtkextra-gconfdialog.vala switcher.vala gnomemenuhelper.vala bindings.vapi
switcher.vala:154.5-154.25: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
switcher.vala:170.6-170.26: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
gtkextra-gconfdialog.vala:43.61-43.64: warning: Argument 2: Cannot pass null to non-null parameter type
weak GConf.Entry entry = _default_client.get_entry(key, null, true);
^^^^
applet.vala:17.26-17.29: warning: Argument 1: Cannot pass null to non-null parameter type
set_background_widget(null);
^^^^
applet.vala:204.5-204.27: warning: unhandled error `GLib.Error'
notify_no_plugin.show();
^^^^^^^^^^^^^^^^^^^^^^^
switcher.vala:204.5-204.10: warning: unreachable code detected
break;
^^^^^^
switcher.vala:207.5-207.10: warning: unreachable code detected
break;
^^^^^^
Compilation succeeded - 7 warning(s)
bash patch.sh
patching applet.c with /g_return_if_fail (previous_screen != NULL)/d ...applet.c applet.c.new differ: byte 6458, line 140
OK.
patching main.c with /gnome_program_init/s/APPLET_STANDARD_PROPERTIES/GNOME_PROGRAM_STANDARD_PROPERTIES/ ...main.c main.c.new differ: byte 2156, line 66
OK.
touch vala-stamp
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/applet'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools.lo -MD -MP -MF .deps/libapplet_la-wncktools.Tpo -c -o libapplet_la-wncktools.lo `test -f 'wncktools.c' || echo './'`wncktools.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools.lo -MD -MP -MF .deps/libapplet_la-wncktools.Tpo -c wncktools.c -fPIC -DPIC -o .libs/libapplet_la-wncktools.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools.lo -MD -MP -MF .deps/libapplet_la-wncktools.Tpo -c wncktools.c -o libapplet_la-wncktools.o >/dev/null 2>&1
mv -f .deps/libapplet_la-wncktools.Tpo .deps/libapplet_la-wncktools.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-monitor.lo -MD -MP -MF .deps/libapplet_la-monitor.Tpo -c -o libapplet_la-monitor.lo `test -f 'monitor.c' || echo './'`monitor.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-monitor.lo -MD -MP -MF .deps/libapplet_la-monitor.Tpo -c monitor.c -fPIC -DPIC -o .libs/libapplet_la-monitor.o
monitor.c: In function ‘gnomenu_monitor_ungrab_menu_bar_key’:
monitor.c:300: warning: cast from pointer to integer of different size
monitor.c: In function ‘gnomenu_monitor_grab_menu_bar_key’:
monitor.c:320: warning: cast to pointer from integer of different size
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-monitor.lo -MD -MP -MF .deps/libapplet_la-monitor.Tpo -c monitor.c -o libapplet_la-monitor.o >/dev/null 2>&1
mv -f .deps/libapplet_la-monitor.Tpo .deps/libapplet_la-monitor.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools-ccode.lo -MD -MP -MF .deps/libapplet_la-wncktools-ccode.Tpo -c -o libapplet_la-wncktools-ccode.lo `test -f 'wncktools-ccode.c' || echo './'`wncktools-ccode.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools-ccode.lo -MD -MP -MF .deps/libapplet_la-wncktools-ccode.Tpo -c wncktools-ccode.c -fPIC -DPIC -o .libs/libapplet_la-wncktools-ccode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT libapplet_la-wncktools-ccode.lo -MD -MP -MF .deps/libapplet_la-wncktools-ccode.Tpo -c wncktools-ccode.c -o libapplet_la-wncktools-ccode.o >/dev/null 2>&1
mv -f .deps/libapplet_la-wncktools-ccode.Tpo .deps/libapplet_la-wncktools-ccode.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o libapplet.la libapplet_la-wncktools.lo libapplet_la-monitor.lo libapplet_la-wncktools-ccode.lo -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu/libgnomenu.la
libtool: link: rm -fr .libs/libapplet.a .libs/libapplet.la
libtool: link: (cd .libs/libapplet.lax/libgnomenu.a && ar x "/home/anthony/gnome-globalmenu/applet/../libgnomenu/.libs/libgnomenu.a")
libtool: link: ar cru .libs/libapplet.a .libs/libapplet_la-wncktools.o .libs/libapplet_la-monitor.o .libs/libapplet_la-wncktools-ccode.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-window.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-gnomenu.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-helper.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menubar.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-parser.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menuitem.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menubarbox.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-label.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-keygrab-ccode.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menushellutils-ccode.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-gmarkup-backport.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menu.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-serializer.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-keygrab.o .libs/libapplet.lax/libgnomenu.a/libgnomenu_la-menushellutils.o
libtool: link: ranlib .libs/libapplet.a
libtool: link: rm -fr .libs/libapplet.lax
libtool: link: ( cd ".libs" && rm -f "libapplet.la" && ln -s "../libapplet.la" "libapplet.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-applet.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-applet.Tpo -c -o GlobalMenu_PanelApplet-applet.o `test -f 'applet.c' || echo './'`applet.c
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: "_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: "Q_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: "C_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: this is the location of the previous definition
applet.c: In function ‘applet_class_init’:
applet.c:545: warning: assignment from incompatible pointer type
applet.c:548: warning: assignment from incompatible pointer type
mv -f .deps/GlobalMenu_PanelApplet-applet.Tpo .deps/GlobalMenu_PanelApplet-applet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-main.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-main.Tpo -c -o GlobalMenu_PanelApplet-main.o `test -f 'main.c' || echo './'`main.c
In file included from main.c:2:
main.h:19: error: initializer element is not constant
main.h:19: error: (near initialization for ‘options[0].description’)
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: "_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: "Q_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: "C_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: this is the location of the previous definition
make[3]: *** [GlobalMenu_PanelApplet-main.o] Error 1
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthony/gnome-globalmenu'
make: *** [all] Error 2

rainwoodman
January 23rd, 2009, 02:28 AM
Hi and thks :)

(1) For the first question, Yes I have one part of 'GVFS-RemoteVolumeMonitor-WARNING' and I can't unistalled it because the dependances are


(2) I make check as root!!

(3) To finish, when test-unload is executed, i have a BUG windows with test-unload. So the program crached.


Bellow the crach-report of test-unload

1. I am feeling better for (1) since it is not a problem with Global Menu.

2. Don't make check as root; never unless it is a computer in your office. because the software may have malicious checks that install a backdoor or something to your computer. For Global Menu, another reason is because the test cases in global menu interact with your current session.

3. I added some checks in test-unload.vala for the file existance. Could you see if it gives more information?

Do you have a test-unload.ui and a test-unload.glade in globalmenu/tests directory?

Jeeeep
January 23rd, 2009, 03:55 AM
Just loaded in the latest revision, and it works!

Now we just need to make the preferences menu easily work...

alexis0587
January 24th, 2009, 05:48 PM
1. I am feeling better for (1) since it is not a problem with Global Menu.

2. Don't make check as root; never unless it is a computer in your office. because the software may have malicious checks that install a backdoor or something to your computer. For Global Menu, another reason is because the test cases in global menu interact with your current session.

3. I added some checks in test-unload.vala for the file existance. Could you see if it gives more information?

Do you have a test-unload.ui and a test-unload.glade in globalmenu/tests directory?

Yes I have test-unload.ui and test-unload.glade :))

The file test-unload.vala is :

using Gtk;
namespace GnomenuGtk {

class TestUnload : TestMan {
Window window = null;
FileChooser chooser = null;
Button load = null;
Button unload = null;
Settings settings = null;
Module module;

static const string rel_path = "/gtk-modules/globalmenu";
TestUnload () {
base("/GnomenuGTK/Unload");
settings = Settings.get_default();
add("test", () => {
Builder builder = new Builder();
builder.add_from_file(Config.ABSTOPSRCDIR + rel_path +"/tests/test-unload.ui");
window = builder.get_object("test_window") as Window;
chooser = builder.get_object("chooser") as FileChooser;
chooser.set_filename(Config.ABSTOPSRCDIR + rel_path + "/.libs/libglobalmenu-gnome.so");
load = builder.get_object("load") as Button;
unload = builder.get_object("unload") as Button;
load.clicked += load_module;
unload.clicked += unload_module;
window.show();
window.destroy += Gtk.main_quit;
Gtk.main();
});

}
private void load_module(Button button) {
string module_name = chooser.get_filename();
if(module == null) {
module = Module.open(module_name,
ModuleFlags.BIND_LOCAL | ModuleFlags.BIND_LAZY);
if(module == null) {
message("%s", Module.error());
return;
}
ModuleInitFunc init = null;
void* init_ptr;
module.symbol("gtk_module_init", out init_ptr);
init = (ModuleInitFunc) init_ptr;
message("gtk_module_init found: %p", init_ptr);
init(0, null);
}
}
private void unload_module(Button button) {
module = null;
}
public static int main(string[] args) {
Test.init(ref args);
Gtk.init(ref args);

var t = new TestUnload();

t.run();

return 0;
}
}
}



And when i check to do ./test-unload, a bug window appears.

Thank you for you said me that i mustn't do check as root :)
I still a beginner in linux as well as in english lool

So what i must to do for having the global menu ? :(

rainwoodman
January 24th, 2009, 11:49 PM
Yes I have test-unload.ui and test-unload.glade :))

The file test-unload.vala is :



And when i check to do ./test-unload, a bug window appears.

Thank you for you said me that i mustn't do check as root :)
I still a beginner in linux as well as in english lool

So what i must to do for having the global menu ? :(

A short way will be skipping make check but directly install; but since that check fails there may be some troubles.

Are you using SVN or a tarball release?

LavianoTS386
January 25th, 2009, 12:06 PM
The latest svn still fails to compile for me

rainwoodman
January 25th, 2009, 10:34 PM
The latest svn still fails to compile for me

What error did you receive?

I am preparing the code to welcome gnome-shell; something might be broken.

LavianoTS386
January 26th, 2009, 12:08 AM
switcher.vala:154.5-154.25: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
switcher.vala:170.6-170.26: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
gtkextra-gconfdialog.vala:43.61-43.64: warning: Argument 2: Cannot pass null to non-null parameter type
weak GConf.Entry entry = _default_client.get_entry(key, null, true);
^^^^
applet.vala:17.26-17.29: warning: Argument 1: Cannot pass null to non-null parameter type
set_background_widget(null);
^^^^
applet.vala:225.98-225.101: warning: Argument 4: Cannot pass null to non-null parameter type
+ "Enable the plugin from the preferences dialog in the right-click menu.", "globalmenu", null);
^^^^
applet.vala:227.3-227.25: warning: unhandled error `GLib.Error'
notify_no_plugin.show();
^^^^^^^^^^^^^^^^^^^^^^^
switcher.vala:204.5-204.10: warning: unreachable code detected
break;
^^^^^^
switcher.vala:207.5-207.10: warning: unreachable code detected
break;
^^^^^^
Compilation succeeded - 8 warning(s)
bash patch.sh
patching applet.c with /g_return_if_fail (previous_screen != NULL)/d ...applet.c applet.c.new differ: byte 6760, line 147
OK.
patching main.c with /gnome_program_init/s/APPLET_STANDARD_PROPERTIES/GNOME_PROGRAM_STANDARD_PROPERTIES/ ...main.c main.c.new differ: byte 2156, line 66
OK.
touch vala-stamp
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/applet'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-applet.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-applet.Tpo -c -o GlobalMenu_PanelApplet-applet.o `test -f 'applet.c' || echo './'`applet.c
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: "_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: "Q_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: "C_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: this is the location of the previous definition
applet.c: In function ‘applet_class_init’:
applet.c:607: warning: assignment from incompatible pointer type
applet.c:610: warning: assignment from incompatible pointer type
mv -f .deps/GlobalMenu_PanelApplet-applet.Tpo .deps/GlobalMenu_PanelApplet-applet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-main.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-main.Tpo -c -o GlobalMenu_PanelApplet-main.o `test -f 'main.c' || echo './'`main.c
In file included from main.c:2:
main.h:19: error: initializer element is not constant
main.h:19: error: (near initialization for ‘options[0].description’)
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: "_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: "Q_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: "C_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: this is the location of the previous definition
make[3]: *** [GlobalMenu_PanelApplet-main.o] Error 1
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthony/gnome-globalmenu'
make: *** [all] Error 2


Is the last half of the output.

johnny_b_good
January 26th, 2009, 10:01 AM
the latest review works quite well for me, the changes are visible and i have just a little problem....when i click on the name of the active window the icon disappears...

setsuna
January 26th, 2009, 10:03 AM
hello geeks,
i've a gnome2-globalmenu installed on my Intrepid
but recently, i've "downgrading" to Hardy

One simply and newbie question,
is it possible to own a newest gnome2-globalmenu on Ubuntu 8.04 Hardy??

i've readed this thread before, but it make me confused
thx a lot,

rainwoodman
January 27th, 2009, 01:35 AM
switcher.vala:154.5-154.25: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
switcher.vala:170.6-170.26: warning: unhandled error `GLib.Error'
Parser.parse(this, s);
^^^^^^^^^^^^^^^^^^^^^
gtkextra-gconfdialog.vala:43.61-43.64: warning: Argument 2: Cannot pass null to non-null parameter type
weak GConf.Entry entry = _default_client.get_entry(key, null, true);
^^^^
applet.vala:17.26-17.29: warning: Argument 1: Cannot pass null to non-null parameter type
set_background_widget(null);
^^^^
applet.vala:225.98-225.101: warning: Argument 4: Cannot pass null to non-null parameter type
+ "Enable the plugin from the preferences dialog in the right-click menu.", "globalmenu", null);
^^^^
applet.vala:227.3-227.25: warning: unhandled error `GLib.Error'
notify_no_plugin.show();
^^^^^^^^^^^^^^^^^^^^^^^
switcher.vala:204.5-204.10: warning: unreachable code detected
break;
^^^^^^
switcher.vala:207.5-207.10: warning: unreachable code detected
break;
^^^^^^
Compilation succeeded - 8 warning(s)
bash patch.sh
patching applet.c with /g_return_if_fail (previous_screen != NULL)/d ...applet.c applet.c.new differ: byte 6760, line 147
OK.
patching main.c with /gnome_program_init/s/APPLET_STANDARD_PROPERTIES/GNOME_PROGRAM_STANDARD_PROPERTIES/ ...main.c main.c.new differ: byte 2156, line 66
OK.
touch vala-stamp
make all-am
make[3]: Entering directory `/home/anthony/gnome-globalmenu/applet'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-applet.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-applet.Tpo -c -o GlobalMenu_PanelApplet-applet.o `test -f 'applet.c' || echo './'`applet.c
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: "_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: "Q_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: "C_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: this is the location of the previous definition
applet.c: In function ‘applet_class_init’:
applet.c:607: warning: assignment from incompatible pointer type
applet.c:610: warning: assignment from incompatible pointer type
mv -f .deps/GlobalMenu_PanelApplet-applet.Tpo .deps/GlobalMenu_PanelApplet-applet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-main.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-main.Tpo -c -o GlobalMenu_PanelApplet-main.o `test -f 'main.c' || echo './'`main.c
In file included from main.c:2:
main.h:19: error: initializer element is not constant
main.h:19: error: (near initialization for ‘options[0].description’)
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: "_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: "Q_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:41,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from main.c:4:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: "C_" redefined
In file included from main.c:3:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: this is the location of the previous definition
make[3]: *** [GlobalMenu_PanelApplet-main.o] Error 1
make[3]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/anthony/gnome-globalmenu/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/anthony/gnome-globalmenu'
make: *** [all] Error 2


Is the last half of the output.

check out the source to a new location may help.

rainwoodman
January 27th, 2009, 01:37 AM
the last works quite well for me, the changes are visible and i have just a little problem....when i click on the name of the active window the icon disappears...


Yes I also noticed the problem. I believe it will be fixed some time in early Feburary.

golimpio
January 27th, 2009, 02:14 AM
Need some help for compiling gnome-global-menu on Jaunty.
I had compiled it successfully on Intrepid, but I'm getting some errors on Jaunty.
I'm using valac 0.5.6 from repository, but it doesn't seem to be the problem.

Error message (make):

main.c:6:35: error: libgnomeui/libgnomeui.h: No such file or directory
main.c: In function ‘_main’:
main.c:66: error: ‘LIBGNOMEUI_MODULE’ undeclared (first use in this function)
main.c:66: error: (Each undeclared identifier is reported only once
main.c:66: error: for each function it appears in.)
main.c:66: error: ‘GNOME_CLIENT_PARAM_SM_CONNECT’ undeclared (first use in this function)
main.c:66: warning: passing argument 3 of ‘gnome_program_init’ from incompatible pointer type
make[3]: *** [GlobalMenu_PanelApplet-main.o] Error 1
make[3]: Leaving directory `/usr/src/gnome-globalmenu/applet'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/gnome-globalmenu/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/gnome-globalmenu'
make: *** [all] Error 2

---

libgnomeui-dev is installed

Thanks

LavianoTS386
January 27th, 2009, 01:34 PM
check out the source to a new location may help.

I tried that by deleting the directory that was already there, but it did not help.

Is anyone else trying to build this w/ vala 0.5.6?

Iwanthelp
January 27th, 2009, 04:26 PM
When I try getting the binary I get a 404.

mrawde
January 27th, 2009, 08:23 PM
I get errors because glib/gi19n-lib.h isn't included in applet/main.h. I added the #include and it seems to compile fine

ayoli
January 28th, 2009, 03:05 AM
When I try getting the binary I get a 404.

What binary did you try to get and from where ?

Iwanthelp
January 28th, 2009, 11:11 AM
[quote]Binary builds for i686 are there => http://people.os-zen.net/aqd/repository/ (you need gtk2-aqd and xfce4-macmenu-plugin, and optional xfce4-corner-plugin)
[/quote

That.(In the XFCE link.)

ayoli
January 28th, 2009, 12:22 PM
Binary builds for i686 are there => http://people.os-zen.net/aqd/repository/ (you need gtk2-aqd and xfce4-macmenu-plugin, and optional xfce4-corner-plugin)
[/quote

That.(In the XFCE link.)

that's a very old version !
The project name is now gnome2-globalmenu and is hosted on google code.
Inetructions to biuld the last version are here (http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSourceOnUbuntu)

Lumenary
January 28th, 2009, 03:59 PM
Hello All,



I have just recently downloaded and compiled

-- globalmenu-panel-applet 0.7.2.svn2190

(checked out of SVN on 2009/01/25 23:30 US-EST), and everthing seems to be working great **except** that the global menu applet does not trap any

-- Alt+[menukey]

keystrokes.



In other words, in order to activate an application menu listed in the global menu bar, I **must** use the mouse: "Alt+F", for instance, does not activate the "File" menu.



This behaviour seems to be exhibited by all applications, across the board: GEdit, Nautilus, GNOME-Terminal, the GNOME Desktop itself, etc.



I am running Ubuntu Intrepid 8.10, with all of the most recent patches downloaded and installed (at the time of checkout from SVN).



Here is a summary of my build environment:

-- Ubuntu Intrepid Ibex 8.10

-- All patches current as of
2009/01/25 23:30 US-EST

-- Kernel 2.6.27-9-generic

-- Vala 0.5.5 (downloaded from GNOME.org)

-- globalmenu-panel-applet 0.7.2 build 2190



Here is the content of "config.log", as created automatically with "autogen.sh":
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnome-globalmenu configure 0.7.2, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ ./configure --enable-maintainer-mode --prefix=/usr --enable-schemas-install

## --------- ##
## Platform. ##
## --------- ##

hostname = archetype
uname -m = i686
uname -r = 2.6.27-9-generic
uname -s = Linux
uname -v = #1 SMP Thu Nov 20 21:57:00 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2083: checking for a BSD-compatible install
configure:2139: result: /usr/bin/install -c
configure:2150: checking whether build environment is sane
configure:2193: result: yes
configure:2221: checking for a thread-safe mkdir -p
configure:2260: result: /bin/mkdir -p
configure:2273: checking for gawk
configure:2303: result: no
configure:2273: checking for mawk
configure:2289: found /usr/bin/mawk
configure:2300: result: mawk
configure:2311: checking whether make sets $(MAKE)
configure:2332: result: yes
configure:2515: checking how to create a ustar tar archive
configure:2528: tar --version
tar (GNU tar) 1.20
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:2531: $? = 0
configure:2571: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:2574: $? = 0
configure:2578: tar -xf - <conftest.tar
configure:2581: $? = 0
configure:2594: result: gnutar
configure:2606: checking whether to enable maintainer-specific portions of Makefiles
configure:2615: result: yes
configure:2679: checking for gcc
configure:2695: found /usr/bin/gcc
configure:2706: result: gcc
configure:2944: checking for C compiler version
configure:2951: gcc --version >&5
gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2954: $? = 0
configure:2961: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11)
configure:2964: $? = 0
configure:2971: gcc -V >&5
gcc: '-V' option must have argument
configure:2974: $? = 1
configure:2997: checking for C compiler default output file name
configure:3024: gcc conftest.c >&5
configure:3027: $? = 0
configure:3065: result: a.out
configure:3082: checking whether the C compiler works
configure:3092: ./a.out
configure:3095: $? = 0
configure:3112: result: yes
configure:3119: checking whether we are cross compiling
configure:3121: result: no
configure:3124: checking for suffix of executables
configure:3131: gcc -o conftest conftest.c >&5
configure:3134: $? = 0
configure:3158: result:
configure:3164: checking for suffix of object files
configure:3190: gcc -c conftest.c >&5
configure:3193: $? = 0
configure:3216: result: o
configure:3220: checking whether we are using the GNU C compiler
configure:3249: gcc -c conftest.c >&5
configure:3255: $? = 0
configure:3272: result: yes
configure:3277: checking whether gcc accepts -g
configure:3307: gcc -c -g conftest.c >&5
configure:3313: $? = 0
configure:3412: result: yes
configure:3429: checking for gcc option to accept ISO C89
configure:3503: gcc -c -g -O2 conftest.c >&5
configure:3509: $? = 0
configure:3532: result: none needed
configure:3561: checking for style of include used by make
configure:3589: result: GNU
configure:3614: checking dependency style of gcc
configure:3705: result: gcc3
configure:3721: checking whether gcc and cc understand -c and -o together
configure:3756: gcc -c conftest.c -o conftest2.o >&5
configure:3759: $? = 0
configure:3765: gcc -c conftest.c -o conftest2.o >&5
configure:3768: $? = 0
configure:3779: cc -c conftest.c >&5
configure:3782: $? = 0
configure:3790: cc -c conftest.c -o conftest2.o >&5
configure:3793: $? = 0
configure:3799: cc -c conftest.c -o conftest2.o >&5
configure:3802: $? = 0
configure:3820: result: yes
configure:3881: checking build system type
configure:3899: result: i686-pc-linux-gnu
configure:3921: checking host system type
configure:3936: result: i686-pc-linux-gnu
configure:3958: checking for a sed that does not truncate output
configure:4037: result: /bin/sed
configure:4055: checking for grep that handles long lines and -e
configure:4129: result: /bin/grep
configure:4134: checking for egrep
configure:4212: result: /bin/grep -E
configure:4217: checking for fgrep
configure:4295: result: /bin/grep -F
configure:4330: checking for ld used by gcc
configure:4397: result: /usr/bin/ld
configure:4406: checking if the linker (/usr/bin/ld) is GNU ld
configure:4421: result: yes
configure:4433: checking for BSD- or MS-compatible name lister (nm)
configure:4482: result: /usr/bin/nm -B
configure:4604: checking the name lister (/usr/bin/nm -B) interface
configure:4611: gcc -c -g -O2 conftest.c >&5
configure:4614: /usr/bin/nm -B "conftest.o"
configure:4617: output
00000000 B some_variable
configure:4624: result: BSD nm
configure:4627: checking whether ln -s works
configure:4631: result: yes
configure:4639: checking the maximum length of command line arguments
configure:4759: result: 1572864
configure:4776: checking whether the shell understands some XSI constructs
configure:4786: result: yes
configure:4790: checking whether the shell understands "+="
configure:4796: result: yes
configure:4831: checking for /usr/bin/ld option to reload object files
configure:4838: result: -r
configure:4865: checking how to recognize dependent libraries
configure:5055: result: pass_all
configure:5115: checking for ar
configure:5131: found /usr/bin/ar
configure:5142: result: ar
configure:5224: checking for strip
configure:5240: found /usr/bin/strip
configure:5251: result: strip
configure:5327: checking for ranlib
configure:5343: found /usr/bin/ranlib
configure:5354: result: ranlib
configure:5448: checking command to parse /usr/bin/nm -B output from gcc object
configure:5566: gcc -c -g -O2 conftest.c >&5
configure:5569: $? = 0
configure:5573: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5576: $? = 0
configure:5630: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5633: $? = 0
configure:5671: result: ok
configure:6550: checking how to run the C preprocessor
configure:6590: gcc -E conftest.c
configure:6596: $? = 0
configure:6627: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6633: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6666: result: gcc -E
configure:6695: gcc -E conftest.c
configure:6701: $? = 0
configure:6732: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6738: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6776: checking for ANSI C header files
configure:6806: gcc -c -g -O2 conftest.c >&5
configure:6812: $? = 0
configure:6911: gcc -o conftest -g -O2 conftest.c >&5
configure:6914: $? = 0
configure:6920: ./conftest
configure:6923: $? = 0
configure:6940: result: yes
configure:6964: checking for sys/types.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for sys/stat.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for stdlib.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for string.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for memory.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for strings.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for inttypes.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for stdint.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for unistd.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:7023: checking for dlfcn.h
configure:7044: gcc -c -g -O2 conftest.c >&5
configure:7050: $? = 0
configure:7066: result: yes
configure:7248: checking for objdir
configure:7263: result: .libs
configure:7555: checking if gcc supports -fno-rtti -fno-exceptions
configure:7573: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7577: $? = 0
configure:7590: result: no
configure:7610: checking for gcc option to produce PIC
configure:7867: result: -fPIC -DPIC
configure:7879: checking if gcc PIC flag -fPIC -DPIC works
configure:7897: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:7901: $? = 0
configure:7914: result: yes
configure:7938: checking if gcc static flag -static works
configure:7966: result: yes
configure:7981: checking if gcc supports -c -o file.o
configure:8002: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8006: $? = 0
configure:8028: result: yes
configure:8036: checking if gcc supports -c -o file.o
configure:8083: result: yes
configure:8116: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9171: result: yes
configure:9208: checking whether -lc should be explicitly linked in
configure:9213: gcc -c -g -O2 conftest.c >&5
configure:9216: $? = 0
configure:9231: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9234: $? = 0
configure:9246: result: no
configure:9410: checking dynamic linker characteristics
configure:9853: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:9859: $? = 0
configure:10101: result: GNU/Linux ld.so
configure:10203: checking how to hardcode library paths into programs
configure:10228: result: immediate
configure:10347: checking for shl_load
configure:10403: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cckKUNom.o: In function `main':
/usr/src/gnome-globalmenu/conftest.c:56: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10409: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10426: result: no
configure:10431: checking for shl_load in -ldld
configure:10466: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10472: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10490: result: no
configure:10495: checking for dlopen
configure:10551: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccUN2XVq.o: In function `main':
/usr/src/gnome-globalmenu/conftest.c:56: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10557: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:10574: result: no
configure:10579: checking for dlopen in -ldl
configure:10614: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:10620: $? = 0
configure:10638: result: yes
configure:10807: checking whether a program can dlopen itself
configure:10881: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure: In function 'main':
configure:10877: warning: incompatible implicit declaration of built-in function 'exit'
configure:10884: $? = 0
configure:10902: result: yes
configure:10907: checking whether a statically linked program can dlopen itself
configure:10981: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
configure: In function 'main':
configure:10977: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccWKBRoe.o: In function `main':
/usr/src/gnome-globalmenu/configure:10965: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:10984: $? = 0
/lib/: cannot read file data: Is a directory
configure:11002: result: no
configure:11041: checking whether stripping libraries is possible
configure:11046: result: yes
configure:11081: checking if libtool supports shared libraries
configure:11083: result: yes
configure:11086: checking whether to build shared libraries
configure:11107: result: yes
configure:11110: checking whether to build static libraries
configure:11114: result: yes
configure:11168: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
configure:11183: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:11226: checking whether NLS is requested
configure:11235: result: yes
configure:11269: checking for intltool-update
configure:11287: found /usr/bin/intltool-update
configure:11299: result: /usr/bin/intltool-update
configure:11309: checking for intltool-merge
configure:11327: found /usr/bin/intltool-merge
configure:11339: result: /usr/bin/intltool-merge
configure:11349: checking for intltool-extract
configure:11367: found /usr/bin/intltool-extract
configure:11379: result: /usr/bin/intltool-extract
configure:11436: checking for xgettext
configure:11454: found /usr/bin/xgettext
configure:11466: result: /usr/bin/xgettext
configure:11476: checking for msgmerge
configure:11494: found /usr/bin/msgmerge
configure:11506: result: /usr/bin/msgmerge
configure:11516: checking for msgfmt
configure:11534: found /usr/bin/msgfmt
configure:11546: result: /usr/bin/msgfmt
configure:11556: checking for gmsgfmt
configure:11587: result: /usr/bin/msgfmt
configure:11611: checking for perl
configure:11629: found /usr/bin/perl
configure:11641: result: /usr/bin/perl
configure:11660: checking for XML::Parser
configure:11663: result: ok
configure:11700: gcc -o conftest -g -O2 conftest.c >&5
configure:11706: $? = 0
configure:11837: checking locale.h usability
configure:11854: gcc -c -g -O2 conftest.c >&5
configure:11860: $? = 0
configure:11874: result: yes
configure:11878: checking locale.h presence
configure:11893: gcc -E conftest.c
configure:11899: $? = 0
configure:11913: result: yes
configure:11946: checking for locale.h
configure:11954: result: yes
configure:11968: checking for LC_MESSAGES
configure:11994: gcc -o conftest -g -O2 conftest.c >&5
configure:12000: $? = 0
configure:12017: result: yes
configure:12046: checking libintl.h usability
configure:12063: gcc -c -g -O2 conftest.c >&5
configure:12069: $? = 0
configure:12083: result: yes
configure:12087: checking libintl.h presence
configure:12102: gcc -E conftest.c
configure:12108: $? = 0
configure:12122: result: yes
configure:12155: checking for libintl.h
configure:12162: result: yes
configure:12173: checking for ngettext in libc
configure:12201: gcc -o conftest -g -O2 conftest.c >&5
configure:12207: $? = 0
configure:12225: result: yes
configure:12229: checking for dgettext in libc
configure:12257: gcc -o conftest -g -O2 conftest.c >&5
configure:12263: $? = 0
configure:12281: result: yes
configure:12290: checking for bind_textdomain_codeset
configure:12346: gcc -o conftest -g -O2 conftest.c >&5
configure:12352: $? = 0
configure:12370: result: yes
configure:12857: checking for msgfmt
configure:12884: result: /usr/bin/msgfmt
configure:12897: checking for dcgettext
configure:12953: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:49: warning: conflicting types for built-in function 'dcgettext'
configure:12959: $? = 0
configure:12977: result: yes
configure:12988: checking if msgfmt accepts -c
configure:13003: $MSGFMT -c -o /dev/null conftest.foo
configure:13006: $? = 0
configure:13008: result: yes
configure:13018: checking for gmsgfmt
configure:13049: result: /usr/bin/msgfmt
configure:13059: checking for xgettext
configure:13086: result: /usr/bin/xgettext
configure:13115: gcc -o conftest -g -O2 conftest.c >&5
configure:13121: $? = 0
configure:13360: checking for valac
configure:13378: found /usr/bin/valac
configure:13390: result: /usr/bin/valac
configure:13467: checking for pkg-config
configure:13485: found /usr/bin/pkg-config
configure:13497: result: /usr/bin/pkg-config
configure:13526: checking pkg-config is at least version 0.9.0
configure:13529: result: yes
configure:13540: checking for GLIB
configure:13548: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gmodule-2.0 >= $GLIB_REQUIRED"
configure:13551: $? = 0
configure:13566: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gmodule-2.0 >= $GLIB_REQUIRED"
configure:13569: $? = 0
configure:13645: result: yes
configure:13654: checking for GTK
configure:13662: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED"
configure:13665: $? = 0
configure:13680: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED"
configure:13683: $? = 0
configure:13759: result: yes
configure:13768: checking for WNCK
configure:13776: $PKG_CONFIG --exists --print-errors "libwnck-1.0 >= $WNCK_REQUIRED"
configure:13779: $? = 0
configure:13794: $PKG_CONFIG --exists --print-errors "libwnck-1.0 >= $WNCK_REQUIRED"
configure:13797: $? = 0
configure:13873: result: yes
configure:13972: checking for GNOME_PANEL
configure:13983: $PKG_CONFIG --exists --print-errors " libpanelapplet-2.0 >= $PANEL_REQUIRED,
libnotify >= $NOTIFY_REQUIRED,
libgnome-menu >= $GMENU_REQUIRED
"
configure:13989: $? = 0
configure:14010: $PKG_CONFIG --exists --print-errors " libpanelapplet-2.0 >= $PANEL_REQUIRED,
libnotify >= $NOTIFY_REQUIRED,
libgnome-menu >= $GMENU_REQUIRED
"
configure:14016: $? = 0
configure:14079: result: yes
configure:14224: checking for svnversion
configure:14242: found /usr/bin/svnversion
configure:14254: result: /usr/bin/svnversion
configure:14437: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gnome-globalmenu config.status 0.7.2, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on archetype

config.status:944: creating Makefile
config.status:944: creating libgnomenu/Makefile
config.status:944: creating libgnomenu/tests/Makefile
config.status:944: creating libgnomenu/libgnomenu.pc
config.status:944: creating libgnomenu/libgnomenu-uninstalled.pc
config.status:944: creating applet/Makefile
config.status:944: creating xfce/Makefile
config.status:944: creating tests/Makefile
config.status:944: creating tools/Makefile
config.status:944: creating gtk-modules/Makefile
config.status:944: creating gtk-modules/globalmenu/Makefile
config.status:944: creating gtk-modules/globalmenu/tests/Makefile
config.status:944: creating po/Makefile.in
config.status:944: creating patch.sh
config.status:944: creating config.h
config.status:1180: config.h is unchanged
config.status:1227: executing depfiles commands
config.status:1227: executing libtool commands
config.status:1227: executing default-1 commands
config.status:1227: executing po/stamp-it commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GNOME_PANEL_CFLAGS_set=
ac_cv_env_GNOME_PANEL_CFLAGS_value=
ac_cv_env_GNOME_PANEL_LIBS_set=
ac_cv_env_GNOME_PANEL_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_WNCK_CFLAGS_set=
ac_cv_env_WNCK_CFLAGS_value=
ac_cv_env_WNCK_LIBS_set=
ac_cv_env_WNCK_LIBS_value=
ac_cv_env_XFCE4_PANEL_CFLAGS_set=
ac_cv_env_XFCE4_PANEL_CFLAGS_value=
ac_cv_env_XFCE4_PANEL_LIBS_set=
ac_cv_env_XFCE4_PANEL_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_dlopen=no
ac_cv_func_shl_load=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/bin/sed
ac_cv_path_SVNVERSION_BIN=/usr/bin/svnversion
ac_cv_path_VALAC_BIN=/usr/bin/valac
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_pref ix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
pkg_cv_GLIB_LIBS='-Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
pkg_cv_GNOME_PANEL_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus '
pkg_cv_GNOME_PANEL_LIBS='-pthread -L//lib -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgconf-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lrt -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lgnome-menu -lglib-2.0 '
pkg_cv_GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
pkg_cv_WNCK_CFLAGS='-I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 '
pkg_cv_WNCK_LIBS='-lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/src/gnome-globalmenu/missing --run aclocal-1.10'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/gnome-globalmenu/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/src/gnome-globalmenu/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/gnome-globalmenu/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/gnome-globalmenu/missing --run automake-1.10'
AWK='mawk'
BONOBO_SERVER_DIR='/usr/lib/bonobo/servers'
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_TESTS_FALSE='#'
ENABLE_TESTS_TRUE=''
EXEEXT=''
FGREP='/bin/grep -F'
GCONF_SCHEMAS_INSTALL_FALSE='#'
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults'
GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
GETTEXT_PACKAGE='gnome-globalmenu'
GIRCOMPILER=''
GIRDIR=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GLIB_LIBS='-Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GNOME_PANEL_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus '
GNOME_PANEL_LIBS='-pthread -L//lib -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgconf-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lrt -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lgnome-menu -lglib-2.0 '
GREP='/bin/grep'
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
GTK_MODULES_DIR='/usr/lib/gtk-2.0/modules'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/bin/intltool-update'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /usr/src/gnome-globalmenu/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gnome-globalmenu'
PACKAGE_BUGREPORT='rainwoodman@gmail.com'
PACKAGE_NAME='gnome-globalmenu'
PACKAGE_STRING='gnome-globalmenu 0.7.2'
PACKAGE_TARNAME='gnome-globalmenu'
PACKAGE_VERSION='0.7.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SVNVERSION='2190'
SVNVERSION_BIN='/usr/bin/svnversion'
TYPELIBDIR=''
USE_NLS='yes'
VALAC='/usr/bin/valac --vapidir $(top_srcdir) --pkg configmake --pkg licenses --pkg config'
VALAC_BIN='/usr/bin/valac'
VALA_REQUIRED='0.5.5'
VALA_VERSION='0.5.5'
VERSION='0.7.2'
WITH_GIR_FALSE=''
WITH_GIR_TRUE='#'
WITH_GNOME_PANEL_FALSE='#'
WITH_GNOME_PANEL_TRUE=''
WITH_XFCE4_PANEL_FALSE=''
WITH_XFCE4_PANEL_TRUE='#'
WNCK_CFLAGS='-I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 '
WNCK_LIBS='-lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
XFCE4_PANEL_CFLAGS=''
XFCE4_PANEL_DESKTOP_DIR=''
XFCE4_PANEL_LIBS=''
XFCE4_PANEL_PLUGIN_DIR=''
XGETTEXT='/usr/bin/xgettext'
abs_top_srcdir=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/src/gnome-globalmenu/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "gnome-globalmenu"
#define PACKAGE_TARNAME "gnome-globalmenu"
#define PACKAGE_VERSION "0.7.2"
#define PACKAGE_STRING "gnome-globalmenu 0.7.2"
#define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
#define PACKAGE "gnome-globalmenu"
#define VERSION "0.7.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "gnome-globalmenu"
#define SVNVERSION "2190"

configure: exit 0


Any ideas on how to trap what happens when an "Alt+[menukey]" keystroke is dispatched?
.
.

ayoli
January 29th, 2009, 02:18 AM
Hello All,



I have just recently downloaded and compiled

-- globalmenu-panel-applet 0.7.2.svn2190

(checked out of SVN on 2009/01/25 23:30 US-EST), and everthing seems to be working great **except** that the global menu applet does not trap any

-- Alt+[menukey]

keystrokes.



In other words, in order to activate an application menu listed in the global menu bar, I **must** use the mouse: "Alt+F", for instance, does not activate the "File" menu.



This behaviour seems to be exhibited by all applications, across the board: GEdit, Nautilus, GNOME-Terminal, the GNOME Desktop itself, etc.



I am running Ubuntu Intrepid 8.10, with all of the most recent patches downloaded and installed (at the time of checkout from SVN).



Here is a summary of my build environment:

-- Ubuntu Intrepid Ibex 8.10

-- All patches current as of
2009/01/25 23:30 US-EST

-- Kernel 2.6.27-9-generic

-- Vala 0.5.5 (downloaded from GNOME.org)

-- globalmenu-panel-applet 0.7.2 build 2190



Here is the content of "config.log", as created automatically with "autogen.sh":
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gnome-globalmenu configure 0.7.2, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ ./configure --enable-maintainer-mode --prefix=/usr --enable-schemas-install

## --------- ##
## Platform. ##
## --------- ##

hostname = archetype
uname -m = i686
uname -r = 2.6.27-9-generic
uname -s = Linux
uname -v = #1 SMP Thu Nov 20 21:57:00 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2083: checking for a BSD-compatible install
configure:2139: result: /usr/bin/install -c
configure:2150: checking whether build environment is sane
configure:2193: result: yes
configure:2221: checking for a thread-safe mkdir -p
configure:2260: result: /bin/mkdir -p
configure:2273: checking for gawk
configure:2303: result: no
configure:2273: checking for mawk
configure:2289: found /usr/bin/mawk
configure:2300: result: mawk
configure:2311: checking whether make sets $(MAKE)
configure:2332: result: yes
configure:2515: checking how to create a ustar tar archive
configure:2528: tar --version
tar (GNU tar) 1.20
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:2531: $? = 0
configure:2571: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:2574: $? = 0
configure:2578: tar -xf - <conftest.tar
configure:2581: $? = 0
configure:2594: result: gnutar
configure:2606: checking whether to enable maintainer-specific portions of Makefiles
configure:2615: result: yes
configure:2679: checking for gcc
configure:2695: found /usr/bin/gcc
configure:2706: result: gcc
configure:2944: checking for C compiler version
configure:2951: gcc --version >&5
gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2954: $? = 0
configure:2961: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11)
configure:2964: $? = 0
configure:2971: gcc -V >&5
gcc: '-V' option must have argument
configure:2974: $? = 1
configure:2997: checking for C compiler default output file name
configure:3024: gcc conftest.c >&5
configure:3027: $? = 0
configure:3065: result: a.out
configure:3082: checking whether the C compiler works
configure:3092: ./a.out
configure:3095: $? = 0
configure:3112: result: yes
configure:3119: checking whether we are cross compiling
configure:3121: result: no
configure:3124: checking for suffix of executables
configure:3131: gcc -o conftest conftest.c >&5
configure:3134: $? = 0
configure:3158: result:
configure:3164: checking for suffix of object files
configure:3190: gcc -c conftest.c >&5
configure:3193: $? = 0
configure:3216: result: o
configure:3220: checking whether we are using the GNU C compiler
configure:3249: gcc -c conftest.c >&5
configure:3255: $? = 0
configure:3272: result: yes
configure:3277: checking whether gcc accepts -g
configure:3307: gcc -c -g conftest.c >&5
configure:3313: $? = 0
configure:3412: result: yes
configure:3429: checking for gcc option to accept ISO C89
configure:3503: gcc -c -g -O2 conftest.c >&5
configure:3509: $? = 0
configure:3532: result: none needed
configure:3561: checking for style of include used by make
configure:3589: result: GNU
configure:3614: checking dependency style of gcc
configure:3705: result: gcc3
configure:3721: checking whether gcc and cc understand -c and -o together
configure:3756: gcc -c conftest.c -o conftest2.o >&5
configure:3759: $? = 0
configure:3765: gcc -c conftest.c -o conftest2.o >&5
configure:3768: $? = 0
configure:3779: cc -c conftest.c >&5
configure:3782: $? = 0
configure:3790: cc -c conftest.c -o conftest2.o >&5
configure:3793: $? = 0
configure:3799: cc -c conftest.c -o conftest2.o >&5
configure:3802: $? = 0
configure:3820: result: yes
configure:3881: checking build system type
configure:3899: result: i686-pc-linux-gnu
configure:3921: checking host system type
configure:3936: result: i686-pc-linux-gnu
configure:3958: checking for a sed that does not truncate output
configure:4037: result: /bin/sed
configure:4055: checking for grep that handles long lines and -e
configure:4129: result: /bin/grep
configure:4134: checking for egrep
configure:4212: result: /bin/grep -E
configure:4217: checking for fgrep
configure:4295: result: /bin/grep -F
configure:4330: checking for ld used by gcc
configure:4397: result: /usr/bin/ld
configure:4406: checking if the linker (/usr/bin/ld) is GNU ld
configure:4421: result: yes
configure:4433: checking for BSD- or MS-compatible name lister (nm)
configure:4482: result: /usr/bin/nm -B
configure:4604: checking the name lister (/usr/bin/nm -B) interface
configure:4611: gcc -c -g -O2 conftest.c >&5
configure:4614: /usr/bin/nm -B "conftest.o"
configure:4617: output
00000000 B some_variable
configure:4624: result: BSD nm
configure:4627: checking whether ln -s works
configure:4631: result: yes
configure:4639: checking the maximum length of command line arguments
configure:4759: result: 1572864
configure:4776: checking whether the shell understands some XSI constructs
configure:4786: result: yes
configure:4790: checking whether the shell understands "+="
configure:4796: result: yes
configure:4831: checking for /usr/bin/ld option to reload object files
configure:4838: result: -r
configure:4865: checking how to recognize dependent libraries
configure:5055: result: pass_all
configure:5115: checking for ar
configure:5131: found /usr/bin/ar
configure:5142: result: ar
configure:5224: checking for strip
configure:5240: found /usr/bin/strip
configure:5251: result: strip
configure:5327: checking for ranlib
configure:5343: found /usr/bin/ranlib
configure:5354: result: ranlib
configure:5448: checking command to parse /usr/bin/nm -B output from gcc object
configure:5566: gcc -c -g -O2 conftest.c >&5
configure:5569: $? = 0
configure:5573: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5576: $? = 0
configure:5630: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5633: $? = 0
configure:5671: result: ok
configure:6550: checking how to run the C preprocessor
configure:6590: gcc -E conftest.c
configure:6596: $? = 0
configure:6627: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6633: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6666: result: gcc -E
configure:6695: gcc -E conftest.c
configure:6701: $? = 0
configure:6732: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:6738: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6776: checking for ANSI C header files
configure:6806: gcc -c -g -O2 conftest.c >&5
configure:6812: $? = 0
configure:6911: gcc -o conftest -g -O2 conftest.c >&5
configure:6914: $? = 0
configure:6920: ./conftest
configure:6923: $? = 0
configure:6940: result: yes
configure:6964: checking for sys/types.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for sys/stat.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for stdlib.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for string.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for memory.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for strings.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for inttypes.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for stdint.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:6964: checking for unistd.h
configure:6985: gcc -c -g -O2 conftest.c >&5
configure:6991: $? = 0
configure:7007: result: yes
configure:7023: checking for dlfcn.h
configure:7044: gcc -c -g -O2 conftest.c >&5
configure:7050: $? = 0
configure:7066: result: yes
configure:7248: checking for objdir
configure:7263: result: .libs
configure:7555: checking if gcc supports -fno-rtti -fno-exceptions
configure:7573: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7577: $? = 0
configure:7590: result: no
configure:7610: checking for gcc option to produce PIC
configure:7867: result: -fPIC -DPIC
configure:7879: checking if gcc PIC flag -fPIC -DPIC works
configure:7897: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:7901: $? = 0
configure:7914: result: yes
configure:7938: checking if gcc static flag -static works
configure:7966: result: yes
configure:7981: checking if gcc supports -c -o file.o
configure:8002: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8006: $? = 0
configure:8028: result: yes
configure:8036: checking if gcc supports -c -o file.o
configure:8083: result: yes
configure:8116: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9171: result: yes
configure:9208: checking whether -lc should be explicitly linked in
configure:9213: gcc -c -g -O2 conftest.c >&5
configure:9216: $? = 0
configure:9231: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9234: $? = 0
configure:9246: result: no
configure:9410: checking dynamic linker characteristics
configure:9853: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:9859: $? = 0
configure:10101: result: GNU/Linux ld.so
configure:10203: checking how to hardcode library paths into programs
configure:10228: result: immediate
configure:10347: checking for shl_load
configure:10403: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cckKUNom.o: In function `main':
/usr/src/gnome-globalmenu/conftest.c:56: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10409: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10426: result: no
configure:10431: checking for shl_load in -ldld
configure:10466: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10472: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:10490: result: no
configure:10495: checking for dlopen
configure:10551: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccUN2XVq.o: In function `main':
/usr/src/gnome-globalmenu/conftest.c:56: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10557: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gnome-globalmenu"
| #define PACKAGE_TARNAME "gnome-globalmenu"
| #define PACKAGE_VERSION "0.7.2"
| #define PACKAGE_STRING "gnome-globalmenu 0.7.2"
| #define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
| #define PACKAGE "gnome-globalmenu"
| #define VERSION "0.7.2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:10574: result: no
configure:10579: checking for dlopen in -ldl
configure:10614: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:10620: $? = 0
configure:10638: result: yes
configure:10807: checking whether a program can dlopen itself
configure:10881: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure: In function 'main':
configure:10877: warning: incompatible implicit declaration of built-in function 'exit'
configure:10884: $? = 0
configure:10902: result: yes
configure:10907: checking whether a statically linked program can dlopen itself
configure:10981: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
configure: In function 'main':
configure:10977: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccWKBRoe.o: In function `main':
/usr/src/gnome-globalmenu/configure:10965: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:10984: $? = 0
/lib/: cannot read file data: Is a directory
configure:11002: result: no
configure:11041: checking whether stripping libraries is possible
configure:11046: result: yes
configure:11081: checking if libtool supports shared libraries
configure:11083: result: yes
configure:11086: checking whether to build shared libraries
configure:11107: result: yes
configure:11110: checking whether to build static libraries
configure:11114: result: yes
configure:11168: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
configure:11183: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:11226: checking whether NLS is requested
configure:11235: result: yes
configure:11269: checking for intltool-update
configure:11287: found /usr/bin/intltool-update
configure:11299: result: /usr/bin/intltool-update
configure:11309: checking for intltool-merge
configure:11327: found /usr/bin/intltool-merge
configure:11339: result: /usr/bin/intltool-merge
configure:11349: checking for intltool-extract
configure:11367: found /usr/bin/intltool-extract
configure:11379: result: /usr/bin/intltool-extract
configure:11436: checking for xgettext
configure:11454: found /usr/bin/xgettext
configure:11466: result: /usr/bin/xgettext
configure:11476: checking for msgmerge
configure:11494: found /usr/bin/msgmerge
configure:11506: result: /usr/bin/msgmerge
configure:11516: checking for msgfmt
configure:11534: found /usr/bin/msgfmt
configure:11546: result: /usr/bin/msgfmt
configure:11556: checking for gmsgfmt
configure:11587: result: /usr/bin/msgfmt
configure:11611: checking for perl
configure:11629: found /usr/bin/perl
configure:11641: result: /usr/bin/perl
configure:11660: checking for XML::Parser
configure:11663: result: ok
configure:11700: gcc -o conftest -g -O2 conftest.c >&5
configure:11706: $? = 0
configure:11837: checking locale.h usability
configure:11854: gcc -c -g -O2 conftest.c >&5
configure:11860: $? = 0
configure:11874: result: yes
configure:11878: checking locale.h presence
configure:11893: gcc -E conftest.c
configure:11899: $? = 0
configure:11913: result: yes
configure:11946: checking for locale.h
configure:11954: result: yes
configure:11968: checking for LC_MESSAGES
configure:11994: gcc -o conftest -g -O2 conftest.c >&5
configure:12000: $? = 0
configure:12017: result: yes
configure:12046: checking libintl.h usability
configure:12063: gcc -c -g -O2 conftest.c >&5
configure:12069: $? = 0
configure:12083: result: yes
configure:12087: checking libintl.h presence
configure:12102: gcc -E conftest.c
configure:12108: $? = 0
configure:12122: result: yes
configure:12155: checking for libintl.h
configure:12162: result: yes
configure:12173: checking for ngettext in libc
configure:12201: gcc -o conftest -g -O2 conftest.c >&5
configure:12207: $? = 0
configure:12225: result: yes
configure:12229: checking for dgettext in libc
configure:12257: gcc -o conftest -g -O2 conftest.c >&5
configure:12263: $? = 0
configure:12281: result: yes
configure:12290: checking for bind_textdomain_codeset
configure:12346: gcc -o conftest -g -O2 conftest.c >&5
configure:12352: $? = 0
configure:12370: result: yes
configure:12857: checking for msgfmt
configure:12884: result: /usr/bin/msgfmt
configure:12897: checking for dcgettext
configure:12953: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:49: warning: conflicting types for built-in function 'dcgettext'
configure:12959: $? = 0
configure:12977: result: yes
configure:12988: checking if msgfmt accepts -c
configure:13003: $MSGFMT -c -o /dev/null conftest.foo
configure:13006: $? = 0
configure:13008: result: yes
configure:13018: checking for gmsgfmt
configure:13049: result: /usr/bin/msgfmt
configure:13059: checking for xgettext
configure:13086: result: /usr/bin/xgettext
configure:13115: gcc -o conftest -g -O2 conftest.c >&5
configure:13121: $? = 0
configure:13360: checking for valac
configure:13378: found /usr/bin/valac
configure:13390: result: /usr/bin/valac
configure:13467: checking for pkg-config
configure:13485: found /usr/bin/pkg-config
configure:13497: result: /usr/bin/pkg-config
configure:13526: checking pkg-config is at least version 0.9.0
configure:13529: result: yes
configure:13540: checking for GLIB
configure:13548: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gmodule-2.0 >= $GLIB_REQUIRED"
configure:13551: $? = 0
configure:13566: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gmodule-2.0 >= $GLIB_REQUIRED"
configure:13569: $? = 0
configure:13645: result: yes
configure:13654: checking for GTK
configure:13662: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED"
configure:13665: $? = 0
configure:13680: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED"
configure:13683: $? = 0
configure:13759: result: yes
configure:13768: checking for WNCK
configure:13776: $PKG_CONFIG --exists --print-errors "libwnck-1.0 >= $WNCK_REQUIRED"
configure:13779: $? = 0
configure:13794: $PKG_CONFIG --exists --print-errors "libwnck-1.0 >= $WNCK_REQUIRED"
configure:13797: $? = 0
configure:13873: result: yes
configure:13972: checking for GNOME_PANEL
configure:13983: $PKG_CONFIG --exists --print-errors " libpanelapplet-2.0 >= $PANEL_REQUIRED,
libnotify >= $NOTIFY_REQUIRED,
libgnome-menu >= $GMENU_REQUIRED
"
configure:13989: $? = 0
configure:14010: $PKG_CONFIG --exists --print-errors " libpanelapplet-2.0 >= $PANEL_REQUIRED,
libnotify >= $NOTIFY_REQUIRED,
libgnome-menu >= $GMENU_REQUIRED
"
configure:14016: $? = 0
configure:14079: result: yes
configure:14224: checking for svnversion
configure:14242: found /usr/bin/svnversion
configure:14254: result: /usr/bin/svnversion
configure:14437: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gnome-globalmenu config.status 0.7.2, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on archetype

config.status:944: creating Makefile
config.status:944: creating libgnomenu/Makefile
config.status:944: creating libgnomenu/tests/Makefile
config.status:944: creating libgnomenu/libgnomenu.pc
config.status:944: creating libgnomenu/libgnomenu-uninstalled.pc
config.status:944: creating applet/Makefile
config.status:944: creating xfce/Makefile
config.status:944: creating tests/Makefile
config.status:944: creating tools/Makefile
config.status:944: creating gtk-modules/Makefile
config.status:944: creating gtk-modules/globalmenu/Makefile
config.status:944: creating gtk-modules/globalmenu/tests/Makefile
config.status:944: creating po/Makefile.in
config.status:944: creating patch.sh
config.status:944: creating config.h
config.status:1180: config.h is unchanged
config.status:1227: executing depfiles commands
config.status:1227: executing libtool commands
config.status:1227: executing default-1 commands
config.status:1227: executing po/stamp-it commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GNOME_PANEL_CFLAGS_set=
ac_cv_env_GNOME_PANEL_CFLAGS_value=
ac_cv_env_GNOME_PANEL_LIBS_set=
ac_cv_env_GNOME_PANEL_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_WNCK_CFLAGS_set=
ac_cv_env_WNCK_CFLAGS_value=
ac_cv_env_WNCK_LIBS_set=
ac_cv_env_WNCK_LIBS_value=
ac_cv_env_XFCE4_PANEL_CFLAGS_set=
ac_cv_env_XFCE4_PANEL_CFLAGS_value=
ac_cv_env_XFCE4_PANEL_LIBS_set=
ac_cv_env_XFCE4_PANEL_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_dlopen=no
ac_cv_func_shl_load=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/bin/sed
ac_cv_path_SVNVERSION_BIN=/usr/bin/svnversion
ac_cv_path_VALAC_BIN=/usr/bin/valac
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_pref ix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
pkg_cv_GLIB_LIBS='-Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
pkg_cv_GNOME_PANEL_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus '
pkg_cv_GNOME_PANEL_LIBS='-pthread -L//lib -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgconf-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lrt -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lgnome-menu -lglib-2.0 '
pkg_cv_GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
pkg_cv_GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
pkg_cv_WNCK_CFLAGS='-I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 '
pkg_cv_WNCK_LIBS='-lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/src/gnome-globalmenu/missing --run aclocal-1.10'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/gnome-globalmenu/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/src/gnome-globalmenu/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/gnome-globalmenu/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/gnome-globalmenu/missing --run automake-1.10'
AWK='mawk'
BONOBO_SERVER_DIR='/usr/lib/bonobo/servers'
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_TESTS_FALSE='#'
ENABLE_TESTS_TRUE=''
EXEEXT=''
FGREP='/bin/grep -F'
GCONF_SCHEMAS_INSTALL_FALSE='#'
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults'
GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
GETTEXT_PACKAGE='gnome-globalmenu'
GIRCOMPILER=''
GIRDIR=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GLIB_LIBS='-Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
GMOFILES=''
GMSGFMT='/usr/bin/msgfmt'
GNOME_PANEL_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus '
GNOME_PANEL_LIBS='-pthread -L//lib -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgconf-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lrt -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgmodule-2.0 -ldbus-1 -lgobject-2.0 -lgnome-menu -lglib-2.0 '
GREP='/bin/grep'
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
GTK_MODULES_DIR='/usr/lib/gtk-2.0/modules'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='/usr/bin/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='/usr/bin/intltool-update'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /usr/src/gnome-globalmenu/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gnome-globalmenu'
PACKAGE_BUGREPORT='rainwoodman@gmail.com'
PACKAGE_NAME='gnome-globalmenu'
PACKAGE_STRING='gnome-globalmenu 0.7.2'
PACKAGE_TARNAME='gnome-globalmenu'
PACKAGE_VERSION='0.7.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SVNVERSION='2190'
SVNVERSION_BIN='/usr/bin/svnversion'
TYPELIBDIR=''
USE_NLS='yes'
VALAC='/usr/bin/valac --vapidir $(top_srcdir) --pkg configmake --pkg licenses --pkg config'
VALAC_BIN='/usr/bin/valac'
VALA_REQUIRED='0.5.5'
VALA_VERSION='0.5.5'
VERSION='0.7.2'
WITH_GIR_FALSE=''
WITH_GIR_TRUE='#'
WITH_GNOME_PANEL_FALSE='#'
WITH_GNOME_PANEL_TRUE=''
WITH_XFCE4_PANEL_FALSE=''
WITH_XFCE4_PANEL_TRUE='#'
WNCK_CFLAGS='-I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 '
WNCK_LIBS='-lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 '
XFCE4_PANEL_CFLAGS=''
XFCE4_PANEL_DESKTOP_DIR=''
XFCE4_PANEL_LIBS=''
XFCE4_PANEL_PLUGIN_DIR=''
XGETTEXT='/usr/bin/xgettext'
abs_top_srcdir=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/src/gnome-globalmenu/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "gnome-globalmenu"
#define PACKAGE_TARNAME "gnome-globalmenu"
#define PACKAGE_VERSION "0.7.2"
#define PACKAGE_STRING "gnome-globalmenu 0.7.2"
#define PACKAGE_BUGREPORT "rainwoodman@gmail.com"
#define PACKAGE "gnome-globalmenu"
#define VERSION "0.7.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "gnome-globalmenu"
#define SVNVERSION "2190"

configure: exit 0


Any ideas on how to trap what happens when an "Alt+[menukey]" keystroke is dispatched?
.
.

This is a known issue, read this : http://code.google.com/p/gnome2-globalmenu/issues/detail?id=273

alexis0587
January 29th, 2009, 05:25 PM
A short way will be skipping make check but directly install; but since that check fails there may be some troubles.

Are you using SVN or a tarball release?

Sorry for the late !!

But i don't understand what it SVN or a tarball release!!
I have the mandriva 2009.0 distribution!

I will check without make check but i beleive It will don't works.
I 'll post when i will test.

Thx :)

alexis0587
January 29th, 2009, 05:37 PM
Sorry for the late !!

But i don't understand what it SVN or a tarball release!!
I have the mandriva 2009.0 distribution!

I will check without make check but i beleive It will don't works.
I 'll post when i will test.

Thx :)

So It don't work ! I don't find global menu for the item for the panel...
If you can to said me another solution :)))


When i do ./configure, we have

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for valac... /usr/local/bin/valac
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking for WNCK... yes
checking for PANEL... yes
checking for GMENU... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libgnomenu/Makefile
config.status: creating libgnomenu/tests/Makefile
config.status: creating applet/Makefile
config.status: creating xfce/Makefile
config.status: creating tests/Makefile
config.status: creating gtk-modules/Makefile
config.status: creating gtk-modules/globalmenu/Makefile
config.status: creating gtk-modules/globalmenu/tests/Makefile
config.status: creating po/Makefile.in
config.status: creating patch.sh
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
# INTLTOOL_MAKEFILE


When i do make, we have
make all-recursive
make[1]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
Making all in tests
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make all-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
Making all in libgnomenu
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make all-recursive
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making all in .
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making all in tests
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make all-am
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making all in applet
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make all-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
Making all in xfce
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
Making all in gtk-modules
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making all in globalmenu
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make all-recursive
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making all in .
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making all in tests
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make all-am
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making all in po
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/po'
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'
make[1]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'



When i do make install, we have
make install-recursive
make[1]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
Making install in tests
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make install-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
Making install in libgnomenu
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make install-recursive
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making install in .
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making install in tests
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make install-am
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making install in applet
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make install-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
test -z "/usr/local/libexec" || /bin/mkdir -p "/usr/local/libexec"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'GlobalMenu.PanelApplet' '/usr/local/libexec/GlobalMenu.PanelApplet'
/usr/bin/install -c GlobalMenu.PanelApplet /usr/local/libexec/GlobalMenu.PanelApplet
test -z "/usr/local/share/pixmaps" || /bin/mkdir -p "/usr/local/share/pixmaps"
/usr/bin/install -c -m 644 'globalmenu.png' '/usr/local/share/pixmaps/globalmenu.png'
test -z "/usr/local/lib/bonobo/servers" || /bin/mkdir -p "/usr/local/lib/bonobo/servers"
/usr/bin/install -c -m 644 'GlobalMenu_PanelApplet.server' '/usr/local/lib/bonobo/servers/GlobalMenu_PanelApplet.server'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
Making install in xfce
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[3]: Nothing to be done for `install-exec-am'.
test -z "" || /bin/mkdir -p ""
test -z "" || /bin/mkdir -p ""
test -z "" || /bin/mkdir -p ""
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
Making install in gtk-modules
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making install in globalmenu
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make install-recursive
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making install in .
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/gtk-2.0/modules" || /bin/mkdir -p "/usr/local/lib/gtk-2.0/modules"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libglobalmenu-gnome.la' '/usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.la'
/usr/bin/install -c .libs/libglobalmenu-gnome-0.7.2.so /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome-0.7.2.so
(cd /usr/local/lib/gtk-2.0/modules && { ln -s -f libglobalmenu-gnome-0.7.2.so libglobalmenu-gnome.so || { rm -f libglobalmenu-gnome.so && ln -s libglobalmenu-gnome-0.7.2.so libglobalmenu-gnome.so; }; })
/usr/bin/install -c .libs/libglobalmenu-gnome.lai /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.la
/usr/bin/install -c .libs/libglobalmenu-gnome.a /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.a
chmod 644 /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.a
ranlib /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gtk-2.0/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/gtk-2.0/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making install in tests
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make install-am
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[7]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making install in po
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/po'
linguas="zh_CN fr_FR it_IT es_ES ru_RU "; \
for lang in $linguas; do \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
/bin/sh /home/alexis/gnome-globalmenu-0.7.2/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/gnome-globalmenu.mo; \
echo "installing $lang.gmo as $dir/gnome-globalmenu.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/gnome-globalmenu.mo; \
echo "installing ./$lang.gmo as" \
"$dir/gnome-globalmenu.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/gnome-globalmenu.mo.m; \
echo "installing $lang.gmo.m as $dir/gnome-globalmenu.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/gnome-globalmenu.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/gnome-globalmenu.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/gnome-globalmenu.mo
installing fr_FR.gmo as /usr/local/share/locale/fr_FR/LC_MESSAGES/gnome-globalmenu.mo
installing it_IT.gmo as /usr/local/share/locale/it_IT/LC_MESSAGES/gnome-globalmenu.mo
installing es_ES.gmo as /usr/local/share/locale/es_ES/LC_MESSAGES/gnome-globalmenu.mo
installing ru_RU.gmo as /usr/local/share/locale/ru_RU/LC_MESSAGES/gnome-globalmenu.mo
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/po'
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
make[3]: Nothing to be done for `install-exec-am'.
GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule gnome-globalmenu.schemas
Attached schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' to key `/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `C'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `ru_RU'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `it_IT'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `es_ES'
test -z "/usr/local/etc/gconf/schemas" || /bin/mkdir -p "/usr/local/etc/gconf/schemas"
/usr/bin/install -c -m 644 'gnome-globalmenu.schemas' '/usr/local/etc/gconf/schemas/gnome-globalmenu.schemas'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'
make[1]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'

edajai
January 30th, 2009, 06:39 AM
i installed glomal menu in intrepid but i can see only the name of the application and the menu reamins within the application itself. I cudn't find the enable global-menu option anywhere.

shavedmonkey
January 30th, 2009, 07:04 PM
So It don't work ! I don't find global menu for the item for the panel...
If you can to said me another solution :)))


When i do ./configure, we have

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for valac... /usr/local/bin/valac
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for GTK... yes
checking for WNCK... yes
checking for PANEL... yes
checking for GMENU... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libgnomenu/Makefile
config.status: creating libgnomenu/tests/Makefile
config.status: creating applet/Makefile
config.status: creating xfce/Makefile
config.status: creating tests/Makefile
config.status: creating gtk-modules/Makefile
config.status: creating gtk-modules/globalmenu/Makefile
config.status: creating gtk-modules/globalmenu/tests/Makefile
config.status: creating po/Makefile.in
config.status: creating patch.sh
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
# INTLTOOL_MAKEFILE


When i do make, we have
make all-recursive
make[1]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
Making all in tests
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make all-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
Making all in libgnomenu
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make all-recursive
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making all in .
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making all in tests
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make all-am
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making all in applet
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make all-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
Making all in xfce
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
Making all in gtk-modules
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making all in globalmenu
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make all-recursive
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making all in .
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making all in tests
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make all-am
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making all in po
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/po'
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'
make[1]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'



When i do make install, we have
make install-recursive
make[1]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
Making install in tests
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make install-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/tests'
Making install in libgnomenu
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make install-recursive
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making install in .
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making install in tests
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make install-am
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu/tests'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/libgnomenu'
Making install in applet
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make install-am
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
test -z "/usr/local/libexec" || /bin/mkdir -p "/usr/local/libexec"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'GlobalMenu.PanelApplet' '/usr/local/libexec/GlobalMenu.PanelApplet'
/usr/bin/install -c GlobalMenu.PanelApplet /usr/local/libexec/GlobalMenu.PanelApplet
test -z "/usr/local/share/pixmaps" || /bin/mkdir -p "/usr/local/share/pixmaps"
/usr/bin/install -c -m 644 'globalmenu.png' '/usr/local/share/pixmaps/globalmenu.png'
test -z "/usr/local/lib/bonobo/servers" || /bin/mkdir -p "/usr/local/lib/bonobo/servers"
/usr/bin/install -c -m 644 'GlobalMenu_PanelApplet.server' '/usr/local/lib/bonobo/servers/GlobalMenu_PanelApplet.server'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/applet'
Making install in xfce
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[3]: Nothing to be done for `install-exec-am'.
test -z "" || /bin/mkdir -p ""
test -z "" || /bin/mkdir -p ""
test -z "" || /bin/mkdir -p ""
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/xfce'
Making install in gtk-modules
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making install in globalmenu
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make install-recursive
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making install in .
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/gtk-2.0/modules" || /bin/mkdir -p "/usr/local/lib/gtk-2.0/modules"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libglobalmenu-gnome.la' '/usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.la'
/usr/bin/install -c .libs/libglobalmenu-gnome-0.7.2.so /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome-0.7.2.so
(cd /usr/local/lib/gtk-2.0/modules && { ln -s -f libglobalmenu-gnome-0.7.2.so libglobalmenu-gnome.so || { rm -f libglobalmenu-gnome.so && ln -s libglobalmenu-gnome-0.7.2.so libglobalmenu-gnome.so; }; })
/usr/bin/install -c .libs/libglobalmenu-gnome.lai /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.la
/usr/bin/install -c .libs/libglobalmenu-gnome.a /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.a
chmod 644 /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.a
ranlib /usr/local/lib/gtk-2.0/modules/libglobalmenu-gnome.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gtk-2.0/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/gtk-2.0/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
Making install in tests
make[5]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make install-am
make[6]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[7]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[6]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[5]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu/tests'
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules/globalmenu'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[4]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/gtk-modules'
Making install in po
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2/po'
linguas="zh_CN fr_FR it_IT es_ES ru_RU "; \
for lang in $linguas; do \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
/bin/sh /home/alexis/gnome-globalmenu-0.7.2/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/gnome-globalmenu.mo; \
echo "installing $lang.gmo as $dir/gnome-globalmenu.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/gnome-globalmenu.mo; \
echo "installing ./$lang.gmo as" \
"$dir/gnome-globalmenu.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/gnome-globalmenu.mo.m; \
echo "installing $lang.gmo.m as $dir/gnome-globalmenu.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/gnome-globalmenu.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/gnome-globalmenu.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/gnome-globalmenu.mo
installing fr_FR.gmo as /usr/local/share/locale/fr_FR/LC_MESSAGES/gnome-globalmenu.mo
installing it_IT.gmo as /usr/local/share/locale/it_IT/LC_MESSAGES/gnome-globalmenu.mo
installing es_ES.gmo as /usr/local/share/locale/es_ES/LC_MESSAGES/gnome-globalmenu.mo
installing ru_RU.gmo as /usr/local/share/locale/ru_RU/LC_MESSAGES/gnome-globalmenu.mo
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2/po'
make[2]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
make[3]: Entering directory `/home/alexis/gnome-globalmenu-0.7.2'
make[3]: Nothing to be done for `install-exec-am'.
GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule gnome-globalmenu.schemas
Attached schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' to key `/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `C'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `ru_RU'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `it_IT'
Installed schema `/schemas/apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_icon' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_name' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_list' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/show_window_actions' for locale `es_ES'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `C'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `ru_RU'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `it_IT'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `zh_CN'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `fr_FR'
Installed schema `/schemas/apps/globalmenu-panel-applet/prefs/title_max_width' for locale `es_ES'
test -z "/usr/local/etc/gconf/schemas" || /bin/mkdir -p "/usr/local/etc/gconf/schemas"
/usr/bin/install -c -m 644 'gnome-globalmenu.schemas' '/usr/local/etc/gconf/schemas/gnome-globalmenu.schemas'
make[3]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'
make[2]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'
make[1]: Leaving directory `/home/alexis/gnome-globalmenu-0.7.2'


If you look at your output from "make install" you can see that the files are getting installed in the "/usr/local" directory. For example, the applet is installed in "/usr/local/lib/gtk-2.0/modules/".

Some distributions look in "/usr/local" for files and some do not. Mandriva 2009 may not. I don't know, I don't use Mandriva.

Try adding the flag "--prefix=/usr" to ./configure and reinstalling the applet.

Like this
./configure --prefix=/usr
make
make install

That will put the applet files at the "/usr" directory level instead of "/usr/local".

Iwanthelp
January 31st, 2009, 11:54 AM
Ok, now I decided I don't want it, and now my freespace is 3.7 gigs... How od I uninstall it? Just "Sudo apg get uninstall [list of packages.]? I'm a Linux noob if you couldn't tell.

Iwanthelp
February 1st, 2009, 09:34 AM
Can somebody pleese tell me?

alexis0587
February 1st, 2009, 10:20 AM
If you look at your output from "make install" you can see that the files are getting installed in the "/usr/local" directory. For example, the applet is installed in "/usr/local/lib/gtk-2.0/modules/".

Some distributions look in "/usr/local" for files and some do not. Mandriva 2009 may not. I don't know, I don't use Mandriva.

Try adding the flag "--prefix=/usr" to ./configure and reinstalling the applet.

Like this
./configure --prefix=/usr
make
make install

That will put the applet files at the "/usr" directory level instead of "/usr/local".

Very Thank to you because now it runs :)))
But where have you seen the problemm??

I have a last trouble with global menu because for a lot of application (Firefox, Open Office...) the menu don't go in the global menu bar!! Where I can configure that? But the global menu works very well for the konsole and for code block :)

So If you can to help me for this last matter :)
Thx a lot

ayoli
February 1st, 2009, 11:48 AM
Very Thank to you because now it runs :)))
But where have you seen the problemm??

I have a last trouble with global menu because for a lot of application (Firefox, Open Office...) the menu don't go in the global menu bar!! Where I can configure that? But the global menu works very well for the konsole and for code block :)

So If you can to help me for this last matter :)
Thx a lot

These apps won't work with global menu because they don't use native gtk.

ayoli
February 1st, 2009, 11:51 AM
Ok, now I decided I don't want it, and now my freespace is 3.7 gigs... How od I uninstall it? Just "Sudo apg get uninstall [list of packages.]? I'm a Linux noob if you couldn't tell.

Don't think global menu takes much place but if you want to uninstall it depends how you have installed.
If it was from a deb package then, in a console type in :
sudo dpkg -r gnome2-globalmenu
If it was compiled from source, then in the console go to the folder from where you compile it and run :
sudo make uninstall

Iwanthelp
February 1st, 2009, 02:50 PM
that's a very old version !
The project name is now gnome2-globalmenu and is hosted on google code.
Inetructions to biuld the last version are here

I followed those instructions and coped the "Sudo apt get" part into my terminal.

TerryChou
February 2nd, 2009, 12:54 AM
Help! I used to have the 0.6 GlobalMenu under Ubuntu 8.10 and it worked fine.
But today after I upgraded it to version 0.72 (I added its source to ThirdParty), I can't find any entry for it in the panel applets list. What is wrong?
I love this function very much, please help me retrieve it, thanks!!

johnny_b_good
February 2nd, 2009, 06:25 AM
i have a question....does the ./autogen.sh script run ./configure --prefix=/usr or simply ./configure?
Because every time i compile i do:
make distclean
./autogen.sh
./configure --prefix=/usr
make
sudo make install
Maybe the ./configure --prefix=/usr could be eliminated. Thank you, the globalmenu is getting better and better

ayoli
February 2nd, 2009, 08:39 AM
i have a question....does the ./autogen.sh script run ./configure --prefix=/usr or simply ./configure?
Because every time i compile i do:
make distclean
./autogen.sh
./configure --prefix=/usr
make
sudo make install
Maybe the ./configure --prefix=/usr could be eliminated. Thank you, the globalmenu is getting better and better

You can do just :
./autogen.sh --prefix=/usr
make
sudo make install

kvanderslice
February 2nd, 2009, 09:51 AM
Help! I used to have the 0.6 GlobalMenu under Ubuntu 8.10 and it worked fine.
But today after I upgraded it to version 0.72 (I added its source to ThirdParty), I can't find any entry for it in the panel applets list. What is wrong?
I love this function very much, please help me retrieve it, thanks!!

I'm having this same issue. Updated to 0.7.2~ppa6, and when I log into gnome, I'm getting an error that asks if I want to delete the applet from my configuration or not.

Any advice for getting this working again?

Thanks again for all the work the devs of this applet are putting into it. It really is fantastic!

Thanks.

Iwanthelp
February 2nd, 2009, 03:02 PM
How come no one can help me? Whenever I try to get help on basically anything for Linux I never get answered, and this question should be the easiest to answer. So, again, how do you uninstall it if you installed part of it but then stopped it? I was doing it from the terminal.

Tibuda
February 2nd, 2009, 03:07 PM
@Iwanthelp
Don't think global menu takes much place but if you want to uninstall it depends how you have installed.
If it was from a deb package then, in a console type in :
sudo dpkg -r gnome2-globalmenu
If it was compiled from source, then in the console go to the folder from where you compile it and run :
sudo make uninstall

Iwanthelp
February 2nd, 2009, 03:39 PM
It wasn't either of the things in the quote. I got it through here (http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSourceOnUbuntu) which has you install from terminal. I cut it off about half way through installation of one thing.

LavianoTS386
February 2nd, 2009, 04:07 PM
I'm having this same issue. Updated to 0.7.2~ppa6, and when I log into gnome, I'm getting an error that asks if I want to delete the applet from my configuration or not.

That's what I got too

rainwoodman
February 2nd, 2009, 06:09 PM
i have a question....does the ./autogen.sh script run ./configure --prefix=/usr or simply ./configure?
Because every time i compile i do:
make distclean
./autogen.sh
./configure --prefix=/usr
make
sudo make install
Maybe the ./configure --prefix=/usr could be eliminated. Thank you, the globalmenu is getting better and better

GNU rules recommend prefix=/usr/local. There is a autoconf macro to guess the prefix -- Let me add the guess some time later.

outphase
February 2nd, 2009, 07:41 PM
I had globalmenu and chose to uninstall it. When I run gedit in a terminal, I get this error. Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
How do I completely get rid of this? Thanks.

ayoli
February 3rd, 2009, 01:16 AM
It wasn't either of the things in the quote. I got it through here (http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSourceOnUbuntu) which has you install from terminal. I cut it off about half way through installation of one thing.
What is the part you installed and want to remove exactly ? Which was the last step you've done in the how to you've linked ?

And on a side note, if you don't describe exactly your problem don't be surprised to not have an answer.

ayoli
February 3rd, 2009, 01:26 AM
I had globalmenu and chose to uninstall it. When I run gedit in a terminal, I get this error. Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
How do I completely get rid of this? Thanks.

edit ~/.gnomerc file like this (in a terminal, type in) :
gedit ~/.gnomerc
remove (or comment with a # at the very begining of the line) this line :
export GTK_MODULES=globalmenu-gnome
save, exit gnome and log in again.

outphase
February 3rd, 2009, 01:53 AM
edit ~/.gnomerc file like this (in a terminal, type in) :
gedit ~/.gnomerc
remove (or comment with a # at the very begining of the line) this line :
export GTK_MODULES=globalmenu-gnome
save, exit gnome and log in again.

What do I do when ~/.gnomerc doesn't exist? I tried looking for it before and it goes nowhere. "export" on its own doesn't show a line for GTK_MODULES either.

ayoli
February 3rd, 2009, 03:46 AM
What do I do when ~/.gnomerc doesn't exist? I tried looking for it before and it goes nowhere. "export" on its own doesn't show a line for GTK_MODULES either.

Well, I guess you have a recent version (ie: 0.7.*) which enable global menu with a gconf key and/or schema.
I have no idea where that key should be (I did a quick search but didn't find the one that enable globalmenu).
Maybe rainwoodman or lviggiani could help you with this issue.

johnny_b_good
February 3rd, 2009, 08:45 AM
You can do just :
./autogen.sh --prefix=/usr
make
sudo make install

thanx ayoli

outphase
February 3rd, 2009, 01:54 PM
Well, I guess you have a recent version (ie: 0.7.*) which enable global menu with a gconf key and/or schema.
I have no idea where that key should be (I did a quick search but didn't find the one that enable globalmenu).
Maybe rainwoodman or lviggiani could help you with this issue.

It was indeed a gconf key: /apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome (bool)

kvanderslice
February 3rd, 2009, 01:54 PM
That's what I got too

After a bit of tinkering, I found two Globalmenu entries in Synaptic - "Gnome2-Globalmenu" and "Gnome-Globalmenu". I uninstalled the installed one completely, refreshed sources, and installed "Gnome-Globalmenu", and it worked.

Well, I can access the preferences applet, but nothing shows up in it - is this feature coming to the PPA? Or is this a bug I should report?

Thanks!

Iwanthelp
February 3rd, 2009, 03:32 PM
What is the part you installed and want to remove exactly ? Which was the last step you've done in the how to you've linked ?

And on a side note, if you don't describe exactly your problem don't be surprised to not have an answer.

Well, I didn't really have a problem, I only want to uninstall what it installed.

I think I stopped it at 52 % for either libglib2.0-dev or autoconf2.13. I'm not really sure what I stopped it at.

rainwoodman
February 4th, 2009, 12:26 AM
It was indeed a gconf key: /apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome (bool)
indeed.

rainwoodman
February 4th, 2009, 12:28 AM
After a bit of tinkering, I found two Globalmenu entries in Synaptic - "Gnome2-Globalmenu" and "Gnome-Globalmenu". I uninstalled the installed one completely, refreshed sources, and installed "Gnome-Globalmenu", and it worked.

Well, I can access the preferences applet, but nothing shows up in it - is this feature coming to the PPA? Or is this a bug I should report?

Thanks!

It is a bug fixed in the upcoming 0.7.3 release.

Nasay
February 4th, 2009, 01:25 AM
The Global Menu Panel Applet is invisible when I add it to a panel , and when I right click it and go to Preferences the window comes up blank .
Any ideas on whats wrong ?

btw I installed it using this tutorial :
http://ayozone.org/2009/01/08/install-gnome-globalmenu-07-series/

TerryChou
February 4th, 2009, 11:23 AM
Help! I used to have the 0.6 GlobalMenu under Ubuntu 8.10 and it worked fine.
But today after I upgraded it to version 0.72 (I added its source to ThirdParty), I can't find any entry for it in the panel applets list. What is wrong?
I love this function very much, please help me retrieve it, thanks!!

Ok, I got my GlobalMenu back again!
For reference, I fixed the problem after I installed vala 0.5.5 and compiled it (0.7.2 tar.gz) from source code.

refer to: http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSource

bmhm
February 5th, 2009, 08:12 AM
The Global Menu Panel Applet is invisible when I add it to a panel , and when I right click it and go to Preferences the window comes up blank.

I had the same issue, it happend when the config.sub-file was missing.

@ All: Check out the Team's PPA:
> https://launchpad.net/~globalmenu-team/+archive/ppa

I will post updated packages for more ubuntu-releases soon (probably hardy, intrepid, jaunty [for testing]). There is already a fine working version of 0.7.2 for intrepid.

ardchoille42
February 5th, 2009, 09:27 AM
I had the same issue, it happend when the config.sub-file was missing.

@ All: Check out the Team's PPA:
> https://launchpad.net/~globalmenu-team/+archive/ppa

I will post updated packages for more ubuntu-releases soon (probably hardy, intrepid, jaunty [for testing]). There is already a fine working version of 0.7.2 for intrepid.

There is already a fine working version of 0.7.2 for intrepid? Where?

Neither of the https://launchpad.net/~globalmenu-team/+archive/ppa or
http://ppa.launchpad.net/globalmenu-team/ubuntu packages work. It gets added to the panel but it's invisible and the preferences window is blank as well.

Am I missing something?

Iwanthelp
February 5th, 2009, 10:16 AM
So, anyone?

LavianoTS386
February 5th, 2009, 01:19 PM
There is already a fine working version of 0.7.2 for intrepid? Where?

Neither of the https://launchpad.net/~globalmenu-team/+archive/ppa or
http://ppa.launchpad.net/globalmenu-team/ubuntu packages work. It gets added to the panel but it's invisible and the preferences window is blank as well.

Am I missing something?

It sounds like you needed to uninstall the version you had already installed from the svn/source build. The same happened to me. So I went into the globalmenu source folder in my home directory via terminal, typed
sudo make uninstall

then installed the package from the repository.

ardchoille42
February 5th, 2009, 03:32 PM
It sounds like you needed to uninstall the version you had already installed from the svn/source build. The same happened to me. So I went into the globalmenu source folder in my home directory via terminal, typed
sudo make uninstall

then installed the package from the repository.

I never had it installed on this box, this is a 2 month old Ubuntu Intrepid install.

Iwanthelp
February 6th, 2009, 10:24 AM
Can somebody see how much space the Macmenu folder takes up? Also, I have a question, should I trust right clicked and hitting properties on my "File System" folder to see space, or going into "System Monitor"? 'Cause I noticed yesterday that Sys Monitor says I have free space of 4.9 "GiB".

mayacreator
February 6th, 2009, 11:51 AM
could anyone please tell me does GM work on xubuntu?

AqD
February 6th, 2009, 02:44 PM
Glad you guys have developed my ugly patch into a real project, good job rainwoodman and others :D

typh0n
February 7th, 2009, 12:28 PM
My 'Global menu applet' preferences comes up with a blank screen ..?

7.2 ..

Help me please !

dlm4849
February 7th, 2009, 06:31 PM
I never had it installed on this box, this is a 2 month old Ubuntu Intrepid install.

Same here. Any solutions yet?

bmhm
February 8th, 2009, 06:27 AM
could anyone please tell me does GM work on xubuntu?

The current version from launchpad may not have the Xfce-applet compiled. Still, it works very well for me and some others.

Be carefull about versioning. Do not install gnome2-* but gnome-globalmenu instead.

The correct PPA can be found here: https://edge.launchpad.net/~globalmenu-team/+archive/ppa

SneakyBooBoo
February 8th, 2009, 09:35 AM
I'm trying to compile this using the guide on the wiki but i'm having problems when i start ./autogen.sh --prefix=/usr

this is the error i get:-

checking for WNCK... configure: error: Package requirements (libwnck-1.0 >= 2.16.0) were not met:

No package 'libwnck-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables WNCK_CFLAGS
and WNCK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


Any ideas? I checked in synaptics and libwnck is installed but its a newer version, which is probably the reason this happens. how can i change the configs so it doesn't look for the outdated one?

bmhm
February 8th, 2009, 10:02 AM
checking for WNCK... configure: error: Package requirements (libwnck-1.0 >= 2.16.0) were not met:

No package 'libwnck-1.0' found


It means you didn't install libwnck-dev.

ardchoille42
February 8th, 2009, 01:37 PM
Ok, I am using Ubuntu 8.10 and tried installing gnome-globalmenu from the PPA. It installs successfully but it is invisible in the panel after I add it and the preferences window is tiny and empty.

This applet isn't working for many people. It would be nice for someone who knows what they are doing to chime in and help get this fixed, otherwise many of us won't be able to use this applet at all. Are we missing a dependency or something?

Neither the previous version nor 0.7.3 are working here, same bug (invisible in the panel, empty prefs window)


And which PPA is the correct one? I see two so far:

This one is mentioned here (https://edge.launchpad.net/~globalmenu-team/+archive/ppa):
deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main

and

This one is mentioned here (http://code.google.com/p/gnome2-globalmenu/wiki/Installation):
deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main

And neither of them work (same bugs). Can someone clear the confusion?

bmhm
February 8th, 2009, 04:09 PM
This applet isn't working for many people. It would be nice for someone who knows what they are doing to chime in and help get this fixed, otherwise many of us won't be able to use this applet at all. Are we missing a dependency or something?

Can someone clear the confusion?

Since it does work for me and for the developers, my best guess is that there are missing some dependencies (I didn't put any in the package anyway).

Please try to install these and tell me if it worked. I will then add the corresponding dependencies into the .deb.


libwnck22
libwnck-common
libpanel-applet2-0
libgnome-menu
libtool
intltool


If this didn't help please try libvala0 (from https://edge.launchpad.net/~vala-team/+archive/ppa)

Sorry for any inconvenience, but it's beta software. The authors say " THIS IS NON-WARRANTED SOFTWARE. USE AT YOUR OWN RISK. IT KILLS KITTENS AND COMPUTERS TOO". :D

ardchoille42
February 8th, 2009, 04:34 PM
Since it does work for me and for the developers, my best guess is that there are missing some dependencies (I didn't put any in the package anyway).

Please try to install these and tell me if it worked. I will then add the corresponding dependencies into the .deb.


libwnck22
libwnck-common
libpanel-applet2-0
libgnome-menu
libtool
intltool


If this didn't help please try libvala0 (from https://edge.launchpad.net/~vala-team/+archive/ppa)

Sorry for any inconvenience, but it's beta software. The authors say " THIS IS NON-WARRANTED SOFTWARE. USE AT YOUR OWN RISK. IT KILLS KITTENS AND COMPUTERS TOO". :D

The only things I didn't already have installed were libvala0 and intltool. Installed those, reinstalled gnome-globalmenu and added it to the panel. The GlobalMenu applet is still invisible and the prefs window is still tiny and empty.

Do we still need "export GTK_MODULES=globalmenu-gnome" in ~/.gnomerc ?

What's next?

chrismja
February 8th, 2009, 05:35 PM
I'm running Ubuntu Inrepid 8.10. I've actually had global-menu running, but lately it's started crashing. Im also having a problem with Deluge and i think the two problems may be related because of the errors I get in terminal when I try to run Deluge. This is the error I get when trying to run deluge:

Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory
1.1.2
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.1.2', 'console_scripts', 'deluge')()
File "/var/lib/python-support/python2.5/deluge/main.py", line 120, in start_ui
UI(options, args, options.args)
File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 55, in __init__
ui = GtkUI(args)
File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 182, in __init__
self.queuedtorrents = QueuedTorrents()
File "/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py", line 52, in __init__
self.dialog.set_icon(common.get_logo(32))
File "/var/lib/python-support/python2.5/deluge/ui/gtkui/common.py", line 45, in get_logo
size, size)
glib.GError: Unrecognized image file format



Does anyone know what's going on here or a fix for it?

stri8ed
February 8th, 2009, 06:42 PM
installed it but when i try to add to panel it gives me this error:

The panel encountered a problem while loading "OAFIID:GNOME_GlobalMenuApplet".

Do you want to delete the applet from your configuration?



when i say yes to delete it nothing happens.

is there any way to remove it or to get it to work?


thanks

idiotonuni
February 8th, 2009, 10:54 PM
When I right click on the app and click preferences, the applet preferences window comes up blank. What can I do to fix this?

bmhm
February 9th, 2009, 03:45 AM
The panel encountered a problem while loading "OAFIID:GNOME_GlobalMenuApplet".

Try not using a non-standard (or different) theme. That fixed it for me.

When I right click on the app and click preferences, the applet preferences window comes up blank. What can I do to fix this?

Honestly I don't know. Its working fine for me and others. I will do a more recent build with different options soon.


PLEASE REPORT ALL BUGS HERE:
>> http://code.google.com/p/gnome2-globalmenu/issues/list <<

ThomHolwerda
February 9th, 2009, 01:19 PM
I'm having the same issue, sadly. The preferences window comes up blank, making it impossible to activate the global menu applet. I'm using the .deb from the PPA on Intrepid.

Is there a config file or gconf key somewhere I could activate it with, bypassing the preferences window?

_FaSo_
February 9th, 2009, 01:59 PM
I'm having the same issue, sadly. The preferences window comes up blank, making it impossible to activate the global menu applet. I'm using the .deb from the PPA on Intrepid.

Is there a config file or gconf key somewhere I could activate it with, bypassing the preferences window?
Mac-style Menu Bar for GTK and Java/Swing applications!
When I right click on the app and click preferences, the applet preferences window comes up blank. What can I do to fix this?
I have the same issue.... any suggestion? thanks

Faso

bmhm
February 10th, 2009, 04:41 PM
Hi,

please try to copy the schemes file to the correct location:
cp /usr/etc/gconf/schemas/gnome-globalmenu.schemas /etc/gconf/schemas/gnome-globalmenu.schemas

If it works REPLY ON GOOGLE CODE PLEASE
http://code.google.com/p/gnome2-globalmenu/issues/detail?id=193

Thanks and sorry for wrong packaging. Its still beta and I'm new to packaging - must be common pitfalls.

Regards

ThomHolwerda
February 10th, 2009, 05:38 PM
Hi,

please try to copy the schemes file to the correct location:
cp /usr/etc/gconf/schemas/gnome-globalmenu.schemas /etc/gconf/schemas/gnome-globalmenu.schemas

If it works REPLY ON GOOGLE CODE PLEASE
http://code.google.com/p/gnome2-globalmenu/issues/detail?id=193


Sorry, it doesn't seem to work. The file is in the correct place, but it doesn't seem to be picked up by gconf (searches do not bring it up).

As per your request, I've commented in the link given. Thanks for working on it, and let's hope we (read: you guys) can fix this one :).

ardchoille42
February 10th, 2009, 07:02 PM
I'm sorry to say I give up on this project, the dev obviously doesn't know what's going on.

ardchoille42
February 10th, 2009, 07:25 PM
delete

hintze
February 11th, 2009, 08:08 AM
google code issue about blank prefs window:

http://code.google.com/p/gnome2-globalmenu/issues/detail?id=326

please provide information :)

LavianoTS386
February 11th, 2009, 04:35 PM
Is there anyway to keep the globalmenu's pull down list from grabing my windows' compiz effects?

john.m.lang
February 12th, 2009, 06:23 PM
This solved the blank prefs issue for me. I installed from the launchpad PPA.

sudo cp /usr/etc/gconf/schemas/gnome-globalmenu.schemas /etc/gconf/schemas/
gconftool --install-schema-file /etc/gconf/schemas/gnome-globalmenu.schemas

G.V.
February 12th, 2009, 07:31 PM
This solved the blank prefs issue for me. I installed from the launchpad PPA.

sudo cp /usr/etc/gconf/schemas/gnome-globalmenu.schemas /etc/gconf/schemas/
gconftool --install-schema-file /etc/gconf/schemas/gnome-globalmenu.schemas


I've resolved with this metod.

Thanks a lot :)

dlm4849
February 12th, 2009, 07:36 PM
Very good. That did it.

Thanks a bunch.

idiotonuni
February 13th, 2009, 02:16 PM
Thank you so much john.m.lang works great for me now.

teolemon
February 14th, 2009, 01:08 PM
I just wished to highlight the revamped tutorial to install GlobalMenu from the PPA

http://code.google.com/p/gnome2-globalmenu/wiki/InstallingonUbuntu

I'd very much like some testing before we feature it on the homepage.

ReformatMe
February 14th, 2009, 02:16 PM
I just wished to highlight the revamped tutorial to install GlobalMenu from the PPA

http://code.google.com/p/gnome2-globalmenu/wiki/InstallingonUbuntu

I'd very much like some testing before we feature it on the homepage.

Just tried installing from the PPA and it can't find the package. I did everything in the given order. Are there any specifics I can give you that might help? Sorry if it's an error on my part, been fiddling trying to install it for over an hour now.

teolemon
February 14th, 2009, 02:31 PM
Could you tell me which architecture (32 or 64 bits) you're using, and whether you actually see the package after refreshing your list of packages.

ReformatMe
February 14th, 2009, 02:36 PM
Could you tell me which architecture (32 or 64 bits) you're using, and whether you actually see the package after refreshing your list of packages.

Hardy, 32 bits. The package doesn't appear.
I've just tried to download a .deb from the PPA page (https://edge.launchpad.net/~globalmenu-team/+archive/ppa) aswell, and it says that there were build failures.

teolemon
February 14th, 2009, 03:01 PM
We've not uploaded the latest code to the PPA for the moment. This latest code might fix the issue you're facing. I've added a comment on the PPA tracker to get the new code uploaded asap.

teolemon
February 15th, 2009, 08:17 AM
We've nailed the bug preventing build on jaunty and hopefully fixed it. We'll try to upload the new code to Launchpad asap and get it to build for Jaunty.I'm asking about Hardy.

johnny_b_good
February 15th, 2009, 08:38 AM
Hello guys, you have done a really good work (i am installing via svn). I have one question: how can i make the applet work with all the apps apart from the terminal?
Or better: How can i exclude the terminal from the applet?
That's just because i don't like the way the gnome-terminal looks without the toolbar. Thank you guys, i hope i have been enough clear. :)

ayoli
February 15th, 2009, 08:52 AM
Hello guys, you have done a really good work (i am installing via svn). I have one question: how can i make the applet work with all the apps apart from the terminal?
Or better: How can i exclude the terminal from the applet?
That's just because i don't like the way the gnome-terminal looks without the toolbar. Thank you guys, i hope i have been enough clear. :)

try to add this line to your ~/.gnomerc file :
export GTK_MENUBAR_NO_MAC="gnome-terminal"
don't forget to logout/in.
It should exclude gnome-terminal from globalmenu if the GTK_MENUBAR_NO_MAC env var still exists in recent globalmenu revisions.

johnny_b_good
February 15th, 2009, 08:59 AM
thanx, that works with the latest rev (2327)

311005901
February 16th, 2009, 12:08 AM
When I right click on the app and click preferences, the applet preferences window comes up blank. What can I do to fix this?

My 'Global menu applet' preferences comes up with a blank screen ..?

7.2 ..

Help me please !

Ok, I am using Ubuntu 8.10 and tried installing gnome-globalmenu from the PPA. It installs successfully but it is invisible in the panel after I add it and the preferences window is tiny and empty.

This applet isn't working for many people. It would be nice for someone who knows what they are doing to chime in and help get this fixed, otherwise many of us won't be able to use this applet at all. Are we missing a dependency or something?

Neither the previous version nor 0.7.3 are working here, same bug (invisible in the panel, empty prefs window)


And which PPA is the correct one? I see two so far:

This one is mentioned here (https://edge.launchpad.net/~globalmenu-team/+archive/ppa):
deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main

and

This one is mentioned here (http://code.google.com/p/gnome2-globalmenu/wiki/Installation):
deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main

And neither of them work (same bugs). Can someone clear the confusion?

:s
Same problems...

MedellinManDem
February 16th, 2009, 01:30 AM
Ok, I am using Ubuntu 8.10 and tried installing gnome-globalmenu from the PPA. It installs successfully but it is invisible in the panel after I add it and the preferences window is tiny and empty.

This applet isn't working for many people. It would be nice for someone who knows what they are doing to chime in and help get this fixed, otherwise many of us won't be able to use this applet at all. Are we missing a dependency or something?

Neither the previous version nor 0.7.3 are working here, same bug (invisible in the panel, empty prefs window)


And which PPA is the correct one? I see two so far:

This one is mentioned here (https://edge.launchpad.net/~globalmenu-team/+archive/ppa):
deb http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/globalmenu-team/ppa/ubuntu intrepid main

and

This one is mentioned here (http://code.google.com/p/gnome2-globalmenu/wiki/Installation):
deb http://ppa.launchpad.net/globalmenu-team/ubuntu intrepid main

And neither of them work (same bugs). Can someone clear the confusion?

Same here too. Just got it recognised on Intrepid Amd64, then I find out the preferences doesn't work...

ayoli
February 16th, 2009, 03:16 AM
:s
Same problems...

Same here too. Just got it recognised on Intrepid Amd64, then I find out the preferences doesn't work...

You two may want to read this post (http://ubuntuforums.org/showthread.php?t=241868&page=272#2712)

lviggiani
February 16th, 2009, 07:58 AM
Hallo Guys,
sorry for interrupting you, but I have just added to the svn a new interesting feature:
Workspace selector.
You'll be able to move the selected window to the desired workspace ( or Desktop ) by means of a graphical menu. It will also be possible to "follow" the window to the new workspace by automatically moving the view port.
Look at the attached video...
I hope you'll like it!

bmhm
February 16th, 2009, 07:52 PM
Hi all,

I didn't see http://ubuntuforums.org/showpost.php?p=6724591&postcount=2712 yet. I will put it into the next ppa-release (current is 2333).

Or does it work already without --install-schema-file?

Regards

djxcon
February 16th, 2009, 08:18 PM
Just installed the Ubuntu Hardy i386 version from the PPA and though the applet is loaded with all options on (except for the icon) the menu options do not appear in the panel. I have also tried rebooting but that has not helped.

Screenshot: http://imagebin.ca/view/7FDKVfc.html

djxcon
February 16th, 2009, 09:15 PM
Resolved that problem by adding export GTK_MODULES=globalmenu-gnome to .gnomerc

The only thing now is the Firefox menu is not globalized. Evolution and other menus work great!

bmhm
February 17th, 2009, 03:38 AM
Resolved that problem by adding export GTK_MODULES=globalmenu-gnome to .gnomerc

The only thing now is the Firefox menu is not globalized. Evolution and other menus work great!

Remove the lines in gnomerc and try again NOT using firefox, but like... evolution, gnome's mahjongg, pidgin, gimp, evince, eog, seahorse, gnome-terminal etc.

I should work fine without gnomerc.

Firefox' menu is not plain GTK+ (actually it is XUL) and therefore cannot be globalized yet.

//Edit:
Oh, you're using a compositing manager. Might be the reason why you have issues. Anyway, .gnomerc should be unnecessary.

djxcon
February 17th, 2009, 07:12 AM
bmhm,

Remove the lines in gnomerc and try again NOT using firefox, but like... evolution, gnome's mahjongg, pidgin, gimp, evince, eog, seahorse, gnome-terminal etc.

I should work fine without gnomerc.

Removed .gnomerc and confirmed that it does not work. Opened Text Editor and nothing.

http://imagebin.ca/view/z9t4jJea.html

The switch in the Properties dialog doesn't seem to have an effect on how the global menu works. I think this switch was to replace the option in gnomerc however something seems a bit off.

bmhm
February 17th, 2009, 10:41 AM
The switch in the Properties dialog doesn't seem to have an effect on how the global menu works.
I think this switch was to replace the option in gnomerc.

Right, it does replace the gnomerc, at least it works for them (developers) and me (packager). I will try the hardy package myself on another PC.

johnny_b_good
February 17th, 2009, 03:43 PM
hello, i installed vala 0.5.6 as suggested in the autogen.sh script but i still get this error:
charlie@ubuntu:~/Sorgenti/globalmenu$ make
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr"'; \
echo '#define EXEC_PREFIX "/usr"'; \
echo '#define BINDIR "/usr/bin"'; \
echo '#define SBINDIR "/usr/sbin"'; \
echo '#define LIBEXECDIR "/usr/libexec"'; \
echo '#define DATAROOTDIR "/usr/share"'; \
echo '#define DATADIR "/usr/share"'; \
echo '#define SYSCONFDIR "/usr/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/com"'; \
echo '#define LOCALSTATEDIR "/usr/var"'; \
echo '#define INCLUDEDIR "/usr/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define INFODIR "/usr/share/info"'; \
echo '#define HTMLDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define DVIDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PDFDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PSDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define LIBDIR "/usr/lib"'; \
echo '#define LISPDIR ""'; \
echo '#define LOCALEDIR "/usr/share/locale"'; \
echo '#define MANDIR "/usr/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/share/gnome-globalmenu"'; \
echo '#define PKGINCLUDEDIR "/usr/include/gnome-globalmenu"'; \
echo '#define PKGLIBDIR "/usr/lib/gnome-globalmenu"'; \
echo '#define PKGLIBEXECDIR ""'; \
echo '#define ABSTOPSRCDIR "/home/charlie/Sorgenti/globalmenu"'; \
} | sed '/""/d' > configmake.h-t
mv configmake.h-t configmake.h
rm -f configmake.vapi
{ \
echo '[CCode (cheader_filename = "configmake.h")]'; \
echo 'namespace Config {'; \
sed -e 's/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/' configmake.h ; \
echo '}' ; \
} > configmake.vapi
make all-recursive
make[1]: Entering directory `/home/charlie/Sorgenti/globalmenu'
Making all in tools
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/tools'
make all-am
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tools'
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tools'
Making all in tests
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/tests'
make all-am
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tests'
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tests'
Making all in libcompat
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/libcompat'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libcompat'
Making all in libgnomenu
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
make all-recursive
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
Making all in .
make[4]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
Making all in tests
make[4]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
make all-am
make[5]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-parser.o -MD -MP -MF .deps/test-parser.Tpo -c -o test-parser.o test-parser.c
test-parser.c: In function ‘__lambda0’:
test-parser.c:69: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:76: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c:79: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c: In function ‘__lambda1’:
test-parser.c:102: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:109: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c: In function ‘__lambda2’:
test-parser.c:134: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:140: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:147: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c:150: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c: In function ‘__lambda3’:
test-parser.c:202: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:210: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:218: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:228: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
mv -f .deps/test-parser.Tpo .deps/test-parser.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-parser test-parser.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o .libs/test-parser test-parser.o -Wl,--export-dynamic ../.libs/libgnomenu.so -lwnck-1 ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-leak.o -MD -MP -MF .deps/test-leak.Tpo -c -o test-leak.o test-leak.c
test-leak.c: In function ‘__lambda1’:
test-leak.c:98: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-leak.c:111: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
mv -f .deps/test-leak.Tpo .deps/test-leak.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-leak test-leak.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o .libs/test-leak test-leak.o -Wl,--export-dynamic ../.libs/libgnomenu.so -lwnck-1 ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[5]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
make[4]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
Making all in applet
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/applet'
make all-am
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/applet'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-applet.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-applet.Tpo -c -o GlobalMenu_PanelApplet-applet.o `test -f 'applet.c' || echo './'`applet.c
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: "_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: "Q_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: "C_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: this is the location of the previous definition
applet.c: In function ‘applet_class_init’:
applet.c:608: warning: assignment from incompatible pointer type
applet.c:611: warning: assignment from incompatible pointer type
mv -f .deps/GlobalMenu_PanelApplet-applet.Tpo .deps/GlobalMenu_PanelApplet-applet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-main.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-main.Tpo -c -o GlobalMenu_PanelApplet-main.o `test -f 'main.c' || echo './'`main.c
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from main.c:8:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: "_" redefined
In file included from main.h:7,
from main.c:2:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from main.c:8:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: "Q_" redefined
In file included from main.h:7,
from main.c:2:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from main.c:8:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: "C_" redefined
In file included from main.h:7,
from main.c:2:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: this is the location of the previous definition
mv -f .deps/GlobalMenu_PanelApplet-main.Tpo .deps/GlobalMenu_PanelApplet-main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-switcher.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-switcher.Tpo -c -o GlobalMenu_PanelApplet-switcher.o `test -f 'switcher.c' || echo './'`switcher.c
switcher.c: In function ‘switcher_on_activate’:
switcher.c:305: error: ‘WorkspaceSelector’ undeclared (first use in this function)
switcher.c:305: error: (Each undeclared identifier is reported only once
switcher.c:305: error: for each function it appears in.)
switcher.c:305: error: ‘ws’ undeclared (first use in this function)
switcher.c:306: warning: passing argument 1 of ‘g_object_ref_sink’ makes pointer from integer without a cast
switcher.c: In function ‘switcher_update’:
switcher.c:962: warning: assignment from incompatible pointer type
switcher.c: In function ‘switcher_guess_dock_is_around’:
switcher.c:1199: warning: assignment discards qualifiers from pointer target type
switcher.c: In function ‘_switcher_on_activate_gnomenu_menu_bar_activate’:
switcher.c:1376: warning: passing argument 2 of ‘switcher_on_activate’ from incompatible pointer type
switcher.c: In function ‘search_box_menu_item_find_item’:
switcher.c:1634: warning: assignment from incompatible pointer type
switcher.c: In function ‘__lambda1’:
switcher.c:1738: warning: assignment from incompatible pointer type
switcher.c: In function ‘__lambda2’:
switcher.c:1761: warning: assignment from incompatible pointer type
make[3]: *** [GlobalMenu_PanelApplet-switcher.o] Error 1
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/applet'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/charlie/Sorgenti/globalmenu'
make: *** [all] Error 2

Thank you:p

bmhm
February 17th, 2009, 05:03 PM
I get this error too, try to check out with -r2333 (to get Revision 2333).

MedellinManDem
February 17th, 2009, 05:42 PM
hello, i installed vala 0.5.6 as suggested in the autogen.sh script but i still get this error:
charlie@ubuntu:~/Sorgenti/globalmenu$ make
rm -f configmake.h-t configmake.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr"'; \
echo '#define EXEC_PREFIX "/usr"'; \
echo '#define BINDIR "/usr/bin"'; \
echo '#define SBINDIR "/usr/sbin"'; \
echo '#define LIBEXECDIR "/usr/libexec"'; \
echo '#define DATAROOTDIR "/usr/share"'; \
echo '#define DATADIR "/usr/share"'; \
echo '#define SYSCONFDIR "/usr/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/com"'; \
echo '#define LOCALSTATEDIR "/usr/var"'; \
echo '#define INCLUDEDIR "/usr/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define INFODIR "/usr/share/info"'; \
echo '#define HTMLDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define DVIDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PDFDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define PSDIR "/usr/share/doc/gnome-globalmenu"'; \
echo '#define LIBDIR "/usr/lib"'; \
echo '#define LISPDIR ""'; \
echo '#define LOCALEDIR "/usr/share/locale"'; \
echo '#define MANDIR "/usr/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/share/gnome-globalmenu"'; \
echo '#define PKGINCLUDEDIR "/usr/include/gnome-globalmenu"'; \
echo '#define PKGLIBDIR "/usr/lib/gnome-globalmenu"'; \
echo '#define PKGLIBEXECDIR ""'; \
echo '#define ABSTOPSRCDIR "/home/charlie/Sorgenti/globalmenu"'; \
} | sed '/""/d' > configmake.h-t
mv configmake.h-t configmake.h
rm -f configmake.vapi
{ \
echo '[CCode (cheader_filename = "configmake.h")]'; \
echo 'namespace Config {'; \
sed -e 's/#define \([A-Z_]*\) .*/[CCode (cname = "\1")]\npublic static const string \1;/' configmake.h ; \
echo '}' ; \
} > configmake.vapi
make all-recursive
make[1]: Entering directory `/home/charlie/Sorgenti/globalmenu'
Making all in tools
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/tools'
make all-am
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tools'
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tools'
Making all in tests
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/tests'
make all-am
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tests'
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/tests'
Making all in libcompat
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/libcompat'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libcompat'
Making all in libgnomenu
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
make all-recursive
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
Making all in .
make[4]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
Making all in tests
make[4]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
make all-am
make[5]: Entering directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-parser.o -MD -MP -MF .deps/test-parser.Tpo -c -o test-parser.o test-parser.c
test-parser.c: In function ‘__lambda0’:
test-parser.c:69: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:76: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c:79: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c: In function ‘__lambda1’:
test-parser.c:102: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:109: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c: In function ‘__lambda2’:
test-parser.c:134: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:140: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:147: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c:150: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
test-parser.c: In function ‘__lambda3’:
test-parser.c:202: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:210: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:218: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-parser.c:228: warning: passing argument 1 of ‘gnomenu_serializer_to_string’ from incompatible pointer type
mv -f .deps/test-parser.Tpo .deps/test-parser.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-parser test-parser.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o .libs/test-parser test-parser.o -Wl,--export-dynamic ../.libs/libgnomenu.so -lwnck-1 ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -include ../../config.h -g -O2 -MT test-leak.o -MD -MP -MF .deps/test-leak.Tpo -c -o test-leak.o test-leak.c
test-leak.c: In function ‘__lambda1’:
test-leak.c:98: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
test-leak.c:111: warning: passing argument 1 of ‘gnomenu_parser_parse’ from incompatible pointer type
mv -f .deps/test-leak.Tpo .deps/test-leak.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-leak test-leak.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 ../libgnomenu.la ../../tests/libtestman.la
libtool: link: gcc -g -O2 -o .libs/test-leak test-leak.o -Wl,--export-dynamic ../.libs/libgnomenu.so -lwnck-1 ../../tests/.libs/libtestman.a /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so -lpixman-1 -lpng12 -lxcb-render-util -lxcb-render -lxcb -lXrender -lX11 -lm /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so
make[5]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
make[4]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu/tests'
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/libgnomenu'
Making all in applet
make[2]: Entering directory `/home/charlie/Sorgenti/globalmenu/applet'
make all-am
make[3]: Entering directory `/home/charlie/Sorgenti/globalmenu/applet'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-applet.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-applet.Tpo -c -o GlobalMenu_PanelApplet-applet.o `test -f 'applet.c' || echo './'`applet.c
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: "_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: "Q_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: this is the location of the previous definition
In file included from applet.c:7:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: "C_" redefined
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from applet.h:7,
from applet.c:2:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: this is the location of the previous definition
applet.c: In function ‘applet_class_init’:
applet.c:608: warning: assignment from incompatible pointer type
applet.c:611: warning: assignment from incompatible pointer type
mv -f .deps/GlobalMenu_PanelApplet-applet.Tpo .deps/GlobalMenu_PanelApplet-applet.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-main.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-main.Tpo -c -o GlobalMenu_PanelApplet-main.o `test -f 'main.c' || echo './'`main.c
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from main.c:8:
/usr/include/glib-2.0/glib/gi18n.h:28:1: warning: "_" redefined
In file included from main.h:7,
from main.c:2:
/usr/include/glib-2.0/glib/gi18n-lib.h:32:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from main.c:8:
/usr/include/glib-2.0/glib/gi18n.h:29:1: warning: "Q_" redefined
In file included from main.h:7,
from main.c:2:
/usr/include/glib-2.0/glib/gi18n-lib.h:33:1: warning: this is the location of the previous definition
In file included from /usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:39,
from /usr/include/libbonobo-2.0/bonobo/bonobo-generic-factory.h:16,
from /usr/include/panel-2.0/panel-applet.h:35,
from main.c:8:
/usr/include/glib-2.0/glib/gi18n.h:31:1: warning: "C_" redefined
In file included from main.h:7,
from main.c:2:
/usr/include/glib-2.0/glib/gi18n-lib.h:35:1: warning: this is the location of the previous definition
mv -f .deps/GlobalMenu_PanelApplet-main.Tpo .deps/GlobalMenu_PanelApplet-main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/gnome-menus -I.. -include ../config.h -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DWNCK_I_KNOW_THIS_IS_UNSTABLE -g -g -O2 -MT GlobalMenu_PanelApplet-switcher.o -MD -MP -MF .deps/GlobalMenu_PanelApplet-switcher.Tpo -c -o GlobalMenu_PanelApplet-switcher.o `test -f 'switcher.c' || echo './'`switcher.c
switcher.c: In function ‘switcher_on_activate’:
switcher.c:305: error: ‘WorkspaceSelector’ undeclared (first use in this function)
switcher.c:305: error: (Each undeclared identifier is reported only once
switcher.c:305: error: for each function it appears in.)
switcher.c:305: error: ‘ws’ undeclared (first use in this function)
switcher.c:306: warning: passing argument 1 of ‘g_object_ref_sink’ makes pointer from integer without a cast
switcher.c: In function ‘switcher_update’:
switcher.c:962: warning: assignment from incompatible pointer type
switcher.c: In function ‘switcher_guess_dock_is_around’:
switcher.c:1199: warning: assignment discards qualifiers from pointer target type
switcher.c: In function ‘_switcher_on_activate_gnomenu_menu_bar_activate’:
switcher.c:1376: warning: passing argument 2 of ‘switcher_on_activate’ from incompatible pointer type
switcher.c: In function ‘search_box_menu_item_find_item’:
switcher.c:1634: warning: assignment from incompatible pointer type
switcher.c: In function ‘__lambda1’:
switcher.c:1738: warning: assignment from incompatible pointer type
switcher.c: In function ‘__lambda2’:
switcher.c:1761: warning: assignment from incompatible pointer type
make[3]: *** [GlobalMenu_PanelApplet-switcher.o] Error 1
make[3]: Leaving directory `/home/charlie/Sorgenti/globalmenu/applet'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/charlie/Sorgenti/globalmenu/applet'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/charlie/Sorgenti/globalmenu'
make: *** [all] Error 2

Thank you:p

I was getting this error until I used the PPA method. This involved me adding software sources to my repos. It's in here somewhere, how to do that method.

bmhm
February 18th, 2009, 03:50 AM
It's in here somewhere, how to do that method.
Can be found under:
https://edge.launchpad.net/~globalmenu-team/+archive/ppa?field.name_filter=&field.status_filter=published&field.series_filter=any

There is also a tutorial how to add this ppa to your aptitude.

Beware, the hardy version doesn't seem to work.

Regards.

gbrethen
February 19th, 2009, 10:31 AM
does anyone know when 0.7.4 will be ready?

lviggiani
February 19th, 2009, 10:39 AM
We're closing open issues... I think in few days it will be available.
You can get it from svn if you can't wait... ;)

adredz
February 20th, 2009, 07:50 AM
I can't wait to install this come jaunty release. I hope that apart from all other issues, Firefox will work well with global-menu by then. Thanks to all the people involved. Keep it up!

Tibuda
February 20th, 2009, 10:33 AM
I hope that apart from all other issues, Firefox will work well with global-menu by then.I don't think so, but Google Chrome will, as it is using GTK.

(thinks...)

Hey! Chrome has no menu in Windows... It is going to have a menu in Mac?

v1ncent
February 20th, 2009, 04:19 PM
Hi all, i search all over this thread but i couldn't find anyone with my same problem... maybe i'm missing something.
I've had the global menu (an older version) on Hardy, and it work perfect, someday (don't ask me why) just stop working, i mean, the applet was there whit the windows name, but whit no menus.

I remove it, install it again (now the version 0.7.3), i enabled the applet and the 'gtk menus option' on the preferences panel, but the menus didn't appear.

I have the correct Vala version (0.5.6), there where no problems on installation.
So, what's wrong?

zekopeko
February 21st, 2009, 04:00 PM
can you make the name of the application text bolder? just to give more distinction where the name end and menus start.

____
February 22nd, 2009, 07:53 PM
I don't think so, but Google Chrome will, as it is using GTK.

(thinks...)

Hey! Chrome has no menu in Windows... It is going to have a menu in Mac?

Yes, all mac apps have a menu, it might be smaller than other apps (less menus) but it will be there.

anandi
February 25th, 2009, 01:41 PM
Not having to see how the menu is working, i removed it using apt-get remove, however now i get the following error when running apps


Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory


I again installed and purged the package as well thinking something got left behind, however the error remains.

Any advise on how i can get rid of the same ?

Thanks

ayoli
February 26th, 2009, 02:29 AM
Not having to see how the menu is working, i removed it using apt-get remove, however now i get the following error when running apps


Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: cannot open shared object file: No such file or directory


I again installed and purged the package as well thinking something got left behind, however the error remains.

Any advise on how i can get rid of the same ?

Thanks

try :
gconftool-2 --unset /apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome

anandi
February 26th, 2009, 02:54 AM
try :
gconftool-2 --unset /apps/gnome_settings_daemon/gtk-modules/globalmenu-gnome

Thanks for the reply. Nope it didn't help to completely remove the message. I still get the same message, though earlier it used to appear 2-3 times, now its appearing once.

ayoli
February 26th, 2009, 04:02 AM
Thanks for the reply. Nope it didn't help to completely remove the message. I still get the same message, though earlier it used to appear 2-3 times, now its appearing once.

Do you have a line like this in your ~/.gnomerc (or ~/.profile) file :
export GTK_MODULES=globalmenu-gnome

If yes comment it or remove it, then logout/in.

anandi
February 26th, 2009, 04:46 AM
Do you have a line like this in your ~/.gnomerc (or ~/.profile) file :
export GTK_MODULES=globalmenu-gnome

If yes comment it or remove it, then logout/in.

Thanks. It resolved the issue.