Awn

Compile fails on Debian Lenny

Asked by jasonmartens

I'm trying to compile awn on Debian Lenny, and I installed all the dependencies listed here:
https://answers.launchpad.net/awn/+question/10830

./autogen.sh completes successfully, but when compiling I get this:

***INFO*** Generating awn.c from awn.defs
Traceback (most recent call last):
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1707, in ?
    sys.exit(main(sys.argv))
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1665, in main
    p.startParsing()
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 113, in startParsing
    for statement in statements:
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 27, in parse
    fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gconf.defs'
make[2]: *** [awn.c] Error 1
make[2]: Leaving directory `/home/jmartens/source/avant-window-navigator/pyawn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jmartens/source/avant-window-navigator'
make: *** [all] Error 2

Checked out from bzr today (Sep 13)

Question information

Language:
English Edit question
Status:
Solved
For:
Awn Edit question
Assignee:
No assignee Edit question
Solved by:
jasonmartens
Solved:
Last query:
Last reply:
Revision history for this message
jasonmartens (me-jasonmartens) said :
#1

I had to install python-gnome2-dev, then make worked.

Revision history for this message
oerd (oerd) said :
#2

Had the same problem in ubuntu-gutsy. Installing python-gnome2-dev made it compile without errors. Thanks!