M Mokusei Well-Known Member Joined Jun 7, 2008 Messages 471 Reaction score 0 Oct 17, 2009 #1 --------- Last edited: Nov 24, 2015
D Drake2007 Expert Member Joined Oct 23, 2008 Messages 4,509 Reaction score 78 Location jhb Oct 17, 2009 #2 There no readme in that tar file?
C concentricpuddle Well-Known Member Joined Jul 8, 2009 Messages 241 Reaction score 2 Oct 17, 2009 #3 I'm guessing you were looking for http://code.google.com/p/gnome2-globalmenu/wiki/BuildFromSource
C concentricpuddle Well-Known Member Joined Jul 8, 2009 Messages 241 Reaction score 2 Oct 17, 2009 #4 Mokusei said: I've already gone through that. For some reason it doesn't work. Can I perhaps ask you to do it for me and maybe email me the .deb file? Click to expand... Sorry man. I don't run Ubuntu (or GNOME for that matter). Why doesn't it work? Did you uninstall the old globalmenu?
Mokusei said: I've already gone through that. For some reason it doesn't work. Can I perhaps ask you to do it for me and maybe email me the .deb file? Click to expand... Sorry man. I don't run Ubuntu (or GNOME for that matter). Why doesn't it work? Did you uninstall the old globalmenu?
C concentricpuddle Well-Known Member Joined Jul 8, 2009 Messages 241 Reaction score 2 Oct 17, 2009 #5 After running ./autogen.sh --prefix=/usr --sysconfdir=/etc what are the last couple (10 or so) of lines? Are there any errors?
After running ./autogen.sh --prefix=/usr --sysconfdir=/etc what are the last couple (10 or so) of lines? Are there any errors?
C concentricpuddle Well-Known Member Joined Jul 8, 2009 Messages 241 Reaction score 2 Oct 17, 2009 #6 From all the libtool errors I'm guessing you haven't installed libtool. Install it then get back to me.
From all the libtool errors I'm guessing you haven't installed libtool. Install it then get back to me.
C concentricpuddle Well-Known Member Joined Jul 8, 2009 Messages 241 Reaction score 2 Oct 17, 2009 #7 Okay looks like the problem seems to be with compiling tests. Try compiling using ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-tests
Okay looks like the problem seems to be with compiling tests. Try compiling using ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-tests
C concentricpuddle Well-Known Member Joined Jul 8, 2009 Messages 241 Reaction score 2 Oct 17, 2009 #8 I'm unsure of what's causing this unless it's really a syntax error. Try running 'make clean' then do the ./autogen stuff again. Last edited: Oct 17, 2009
I'm unsure of what's causing this unless it's really a syntax error. Try running 'make clean' then do the ./autogen stuff again.