- Code: Select all
root@boxotrix:~/grip-3.0.6# ./configure && make && make install
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
root@boxotrix:~/grip-3.0.6# find / -name gnomeConf.sh -print
root@boxotrix:~/grip-3.0.6#
i am trying to install grip from source, as you can see it appears to want gnomeConf.sh which is generated by the install of gnome-libs. now the thing is that i do have gnome 2.2 installed, however since it was installed as slackpackages, i am thinking that perhaps no gnomeConf.sh was ever generated. what do you think is my best bet for getting grip to recognise the stuff it needs and install properly?
thanks in advance as always

