You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After './bootstrap' and './configure' (the last one again after installing a missing dependency) 'make' exited with an error:
rob@ubuntu-dev:~/Source/github/a2ps$ make
make all-recursive
make[1]: Map '/home/rob/Source/github/a2ps' wordt binnengegaan
Making all in build-aux
make[2]: Map '/home/rob/Source/github/a2ps/build-aux' wordt binnengegaan
make[2]: Er hoeft niets gedaan te worden voor 'all'.
make[2]: Map '/home/rob/Source/github/a2ps/build-aux' wordt verlaten
Making all in etc
make[2]: Map '/home/rob/Source/github/a2ps/etc' wordt binnengegaan
sed "s!@date@!`date`!g;s!@version@!4.14!g" \
./README.in > README
sed "s!@libpath@!/usr/local/share/a2ps/sheets:/usr/local/share/a2ps/ps:/usr/local/share/a2ps/encoding:/usr/local/share/a2ps/afm:/usr/local/share/ogonkify/afm:/usr/local/share/a2ps/ppd:/usr/local/share/a2ps/fonts:/usr/local/share/ogonkify/fonts:/usr/local/share/a2ps!" a2ps_cfg > a2ps.cfg
make[2]: Map '/home/rob/Source/github/a2ps/etc' wordt verlaten
Making all in ps
make[2]: Map '/home/rob/Source/github/a2ps/ps' wordt binnengegaan
make[2]: Er hoeft niets gedaan te worden voor 'all'.
make[2]: Map '/home/rob/Source/github/a2ps/ps' wordt verlaten
Making all in ogonkify
make[2]: Map '/home/rob/Source/github/a2ps/ogonkify' wordt binnengegaan
make[2]: *** Er is geen regel om doel 'all' te maken. Gestopt.
make[2]: Map '/home/rob/Source/github/a2ps/ogonkify' wordt verlaten
Makefile:520: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Map '/home/rob/Source/github/a2ps' wordt verlaten
Makefile:452: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
config.log
After './bootstrap' and './configure' (the last one again after installing a missing dependency) 'make' exited with an error:
The text was updated successfully, but these errors were encountered: