nautilus-annotations
nautilus-annotations copied to clipboard
./configure error: no such file - config.rpath not found
Installing nautilus-annotations on Ubuntu 22.04 fails with 'config.rpath' Running ./configure ... configure: error: cannot find required auxiliary files: config.rpath
How to fix? Is nautilus-annotations made to run on Ubuntu 22.04?
Thanks, Ken Wagner Sugar Creek, MO
Hi Kenneth,
Have you tried downloading the “-with-configure” tarball (nautilus-annotations-2.0.1-with-configure.tar.gz) and then launching
./configure
make
make install-strip
without launching ./bootstrap?
That tarball has inside the build-aux/config.rpath file.
--madmurphy