Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depcomp missing upon buid #7

Open
quite opened this issue Feb 22, 2014 · 5 comments
Open

depcomp missing upon buid #7

quite opened this issue Feb 22, 2014 · 5 comments

Comments

@quite
Copy link

quite commented Feb 22, 2014

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
Copy link
Author

quite commented Apr 14, 2014

So, this seems to be the needed build process:

autoreconf -vfi
./configure
make

@derekschrock
Copy link
Contributor

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

Updated INSTALL to reflect the need to run automake tools.

@lachokds
Copy link

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!

@iamFIREcracker
Copy link

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.

@derekschrock
Copy link
Contributor

No, see #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants