urlview icon indicating copy to clipboard operation
urlview copied to clipboard

depcomp missing upon buid

Open quite opened this issue 11 years ago • 5 comments
trafficstars

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

quite avatar Feb 22 '14 16:02 quite

So, this seems to be the needed build process:

autoreconf -vfi
./configure
make

quite avatar Apr 14 '14 11:04 quite

Depending on the version of automake installed you might have to run aclocal

Updated INSTALL to reflect the need to run automake tools.

derekschrock avatar May 31 '15 11:05 derekschrock

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!

lachokds avatar May 30 '18 23:05 lachokds

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.

iamFIREcracker avatar Aug 20 '18 17:08 iamFIREcracker

No, see #8

derekschrock avatar Aug 22 '18 03:08 derekschrock