From: R C <re...@ya...> - 2008-07-10 01:35:36
|
Hi, I am having problems compiling plplot-5.9.0 on an AMD64/Ubuntu 8.04 machine, with the Intel Fortran ifort compiler. I ran cmake and then make. Initially I got an error from the -KPIC option in the FORTRAN_FLAGS setting in the flags,make files, but it seemed to run OK when I changed this to -fPIC. However, then make quit because it could not find the gnome.defs file (error listed below). I have installed the pygtk and pygtk-dev packages. Any suggestions for fixing this problem are appreciated. Recif File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1670, 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/gnome.defs' make[2]: *** [bindings/gnome2/python/cplplotcanvas.c] Error 1 make[1]: *** [bindings/gnome2/python/CMakeFiles/cplplotcanvasmodule.dir/all] Error 2 make: *** [all] Error 2 |