-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
So, this seems to be the needed build process:
|
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 |
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
The text was updated successfully, but these errors were encountered: