No package ‘gnome-doc-utils’ found
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | [~/Download/gnome-commander-1.2.8.4] [15:10:18 nomikos@zenwalk]$ ./configure checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GDU_MODULE_VERSION_CHECK... configure: error: Package requirements (gnome-doc-utils >= 0.3.2) were not met: No package 'gnome-doc-utils' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GDU_MODULE_VERSION_CHECK_CFLAGS and GDU_MODULE_VERSION_CHECK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. |
1 2 3 | [/home/nomikos/Download/gnome-commander-1.2.8.4] [15:59:40root@zenwalk]$ locate gnome-doc-utils.pc /usr/local/share/pkgconfig/gnome-doc-utils.pc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | [16:00:09root@zenwalk]$ cat /usr/local/share/pkgconfig/gnome-doc-utils.pc prefix=/usr/local datarootdir=${prefix}/share datadir=${datarootdir} icondir=${datadir}/gnome-doc-utils/icons xmldir=${datadir}/xml xsltdir=${xmldir}/gnome/xslt gettext=${xsltdir}/gettext/gettext.xsl db2html=${xsltdir}/docbook/html/db2html.xsl db2xhtml=${xsltdir}/docbook/html/db2xhtml.xsl db2omf=${xsltdir}/docbook/omf/db2omf.xsl mal2html=${xsltdir}/mallard/html/mal2html.xsl mal2xhtml=${xsltdir}/mallard/html/mal2xhtml.xsl malrnc=${xmldir}/mallard/1.0/mallard.rnc malrng=${xmldir}/mallard/1.0/mallard.rng Name: gnome-doc-utils Description: GNOME Documentation Utilities Version: 0.18.1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 | [/home/nomikos/Download/gnome-commander-1.2.8.4] [16:00:21root@zenwalk]$ export PKG_CONFIG_PATH=/usr/local/share/pkgconfig/ [/home/nomikos/Download/gnome-commander-1.2.8.4] [16:01:56root@zenwalk]$ ./configure checking for a BSD-compatible install... /bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GDU_MODULE_VERSION_CHECK... yes ... |




RSS Feed