$ sudo apt-file search gnomeConf.sh
$ sudo apt-get install libgnome-dev
$ sudo apt-file list gdk-pixbuf
$ sudo apt-get install libgdk-pixbuf-dev
xxx $ sudo apt-get install libgdk-pixbuf2
//=== configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
--> need gnomeConf.sh, gnome-libs, gnome-libs-devel
??? Solution: I just created a symbolic link from /usr/lib/gnomeConf.sh to /etc/profile.d/gnome.sh
??? is gnome-config installed?
--> https://lists.ubuntu.com/archives/ubuntu-users/2007-January/104640.html
"... In these situations, you can either use the search on this website:
http://packages.ubuntu.com/
Or you can use the apt-file command line application:
apt-file search gnomeConf.sh
libgnome-dev: usr/lib/gnomeConf.sh
Which means the package that you need to install is libgnome-dev
..."
$ sudo apt-get install gnome-libs-dev
$ sudo apt-get install automake
$ ./configure --help
$ gedit aclocal.m4, look for include
$ ./configure --with-gdk-pixbuf-prefix=/usr/include/gdk-pixbuf-1.0
$ gedit widgets/ie-model.h
#include
$ make
//===
http://developer.gnome.org/doc/books/WGA/generating-makefiles.html
//=== configure: error: gdk-pixbuf 0.5.0 not found
//=== ie-model.h:10:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
??? $ COPTS= -I/usr/include/gdk-pixbuf-1.0/gdk-pixbuf ./configure
$ gedit aclocal.m4, look for include gdk-pixbuf/gdk-pixbuf.h
//=== give up configure/maek --> turn to CodeBlocks
error: cannot find Iconedit.h

No comments:
Post a Comment