Guy Rutenberg

Keeping track of what I do

GNOME_COMPILE_WARNINGS(maximum) – Syntax Error in configure

with 2 comments

I’m still encountering migration issues from Gentoo to Ubuntu. Apperantly, Gentoo is much more user friendly than Ubuntu when it comes to compiling packages. In Gentoo you’ve got almost all the major dependencies you need. In Ubuntu, on the other hand, you need to hunt them down. It’s much easier with the main ones, as they are listed. But there are some small ones which are harder to track. I came across the following error while trying to compile gitg, a GUI for Git, today:

./configure: line 14447: syntax error near unexpected token `maximum'
./configure: line 14447: `GNOME_COMPILE_WARNINGS(maximum)'

After not so short investigation I found out I was missing gnome-common

sudo apt-get install gnome-common

Why can’t be one distribution which is user-friendly like Ubuntu and in the same time developer-friendly like Gentoo?

Share and Enjoy:
  • del.icio.us
  • StumbleUpon
  • Digg
  • Facebook
  • Mixx
  • Google Bookmarks
  • Simpy

Written by Guy

December 10th, 2011 at 7:23 pm

Posted in Tips

Tagged with

2 Responses to 'GNOME_COMPILE_WARNINGS(maximum) – Syntax Error in configure'

Subscribe to comments with RSS or TrackBack to 'GNOME_COMPILE_WARNINGS(maximum) – Syntax Error in configure'.

  1. Actually it is quite simple.

    There is an option for apt-get: build-dep downloads build dependencies for a package. So if you can just call

    sudo apt-get build-dep gitg

    Of course it works for “source packages”

    Artyom

    10 Dec 11 at 20:40

  2. Thanks, it seems great, I only regret I didn’t know it beforehand, so I wouldn’t waste so much time.

    Guy

    10 Dec 11 at 21:17

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">