urlview
urlview copied to clipboard
depcomp missing upon buid
Building according to INSTALL gives:
source='urlview.c' object='urlview.o' libtool=no
DEPDIR=.deps depmode=none /bin/sh ./depcomp
gcc -std=gnu99 -std=gnu99 -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="urlview" -DVERSION="0.9" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CURS_SET=1 -DHAVE_NCURSES_H=1 -DHAVE_SNPRINTF=1 -DHAVE_REGEX_H=1 -DHAVE_STDARG_H=1 -I. -g -O2 -DURLVIEW -Dunix -c urlview.c
/bin/sh: ./depcomp: No such file or directory
Makefile:294: recipe for target 'urlview.o' failed
make: *** [urlview.o] Error 127
So, this seems to be the needed build process:
autoreconf -vfi
./configure
make
Depending on the version of automake installed you might have to run aclocal
Updated INSTALL to reflect the need to run automake tools.
Hello, just tried to install urlview on my system, but this issue remains present.
The answer provided by @quite worked flawlessly. However, it would be nice if INSTALL could include the instructions for autoreconf since it currently doesn't.
Thanks!
Same issue (tried with both Windows7/Cygwin, and Mac OS).
@derekschrock - has your change ever made to master? I am not familiar with automake and everything, otherwise I would have created a PR for this.
No, see #8