Page 257 of 299 FirstFirst ... 157207247255256257258259267 ... LastLast
Results 2,561 to 2,570 of 2990

Thread: Mac-style Menu Bar for GTK and Java/Swing applications!

  1. #2561
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by zniavre View Post
    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 ?

  2. #2562
    Join Date
    Oct 2006
    Location
    Albi
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Thank you to answered ayoli *


    i followed this how-to
    http://code.google.com/p/gnome2-glob...SourceOnUbuntu

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

    i followed step by step until globalmenu make.

  3. #2563
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by zniavre View Post
    Thank you to answered ayoli *


    i followed this how-to
    http://code.google.com/p/gnome2-glob...SourceOnUbuntu

    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 :

    Code:
    sudo ldconfig
    then go in the globalmenu source code folder and do

    Code:
    make clean
    and restart at autogen.sh step

  4. #2564
    Join Date
    Oct 2006
    Location
    Albi
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Angry Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    same ...

  5. #2565
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by zniavre View Post
    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).

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

  6. #2566
    Join Date
    Oct 2006
    Location
    Albi
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    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?).

  7. #2567
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by zniavre View Post
    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 :
    Code:
    valac --version

  8. #2568
    Join Date
    Oct 2006
    Location
    Albi
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    zniavre@zniavre:~$ valac --version
    Vala 0.5.3

  9. #2569
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by zniavre View Post
    zniavre@zniavre:~$ valac --version
    Vala 0.5.3
    and output of this one ?

    Code:
    sudo dpkg-query --list |grep vala

  10. #2570
    Join Date
    Oct 2006
    Location
    Albi
    Beans
    47
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    nothing .

Page 257 of 299 FirstFirst ... 157207247255256257258259267 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •