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
The Makefile is still generated but make all or make produces:
make all
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in src
make[2]: *** No rule to make target `all'. Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Any hint?
The text was updated successfully, but these errors were encountered:
On Wed, 5 Sep 2018 at 05:25, Benjamin Benni ***@***.***> wrote:
Hi!
When a download a zip version of the repo ; and exec ./autogen.sh I have
config.status: creating Makefile
config.status: error: cannot find input file: `src/Makefile.in'
at the end of the output.
The Makefile is still generated but make all or make produces:
make all
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in src
make[2]: *** No rule to make target `all'. Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Any hint?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AADDaYgtOg3bsNtGoYFBAO2TpZ6dx1NSks5uX5iDgaJpZM4WahHI>
.
Hi!
When a download a zip version of the repo ; and exec
./autogen.sh
I haveat the end of the output.
The
Makefile
is still generated butmake all
ormake
produces:Any hint?
The text was updated successfully, but these errors were encountered: