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

Cannot install mon on FreeBSD 9.1 #29

Open
snowindy opened this issue Jul 22, 2013 · 1 comment
Open

Cannot install mon on FreeBSD 9.1 #29

snowindy opened this issue Jul 22, 2013 · 1 comment

Comments

@snowindy
Copy link

I tried to install mon on FreeBSD 9.1 and I get this. What's wrong?

    root@eugene:/tmp/mon/mon-master # make install
    cc -D_GNU_SOURCE -std=c99 -I deps/ -c src/mon.c
    In file included from src/mon.c:21:
    deps/ms.h:34:7: warning: no newline at end of file
    cc -D_GNU_SOURCE -std=c99 -I deps/ -c deps/ms.c
    In file included from deps/ms.c:11:
    deps/ms.h:34:7: warning: no newline at end of file
    cc -D_GNU_SOURCE -std=c99 -I deps/ -c deps/commander.c
    cc  -o mon
    cc: No input files specified
    *** [mon] Error code 1

    Stop in /tmp/mon/mon-master.
@tj
Copy link
Owner

tj commented Jul 22, 2013

hmm looks like maybe the make wildcard thing is failing

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

2 participants