Giter Club home page Giter Club logo

Comments (3)

auser avatar auser commented on May 18, 2024

did you type make first?

make

from alice.

dksayers avatar dksayers commented on May 18, 2024

No, but when I did I found there to be several errors.
"../support/include.mk", line 13: Need an operator
"../support/include.mk", line 15: Need an operator
"../support/include.mk", line 17: Need an operator
"../support/include.mk", line 19: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

I created an alias to use gmake instead and it all seems to work now. Thanks for the pointer.

from alice.

rubyconvict avatar rubyconvict commented on May 18, 2024

GOOD ADVICE, I'm on FreeBSD 8.0, and having identiacal problem with mochiweb:

root@dnsfreebsd:~/mochiweb []# make
(cd src;make all)
"../support/include.mk", line 13: Need an operator
"../support/include.mk", line 15: Need an operator
"../support/include.mk", line 17: Need an operator
"../support/include.mk", line 19: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /root/mochiweb.

This saved me:

root@dnsfreebsd:~/mochiweb []# gmake
(cd src;gmake all)
gmake[1]: Entering directory /root/mochiweb/src' erlc -W -I ../include +debug_info -o ../ebin mochifmt.erl erlc -W -I ../include +debug_info -o ../ebin mochifmt_records.erl erlc -W -I ../include +debug_info -o ../ebin mochifmt_std.erl erlc -W -I ../include +debug_info -o ../ebin mochiglobal.erl erlc -W -I ../include +debug_info -o ../ebin mochihex.erl erlc -W -I ../include +debug_info -o ../ebin mochijson.erl erlc -W -I ../include +debug_info -o ../ebin mochijson2.erl erlc -W -I ../include +debug_info -o ../ebin mochilists.erl erlc -W -I ../include +debug_info -o ../ebin mochilogfile2.erl erlc -W -I ../include +debug_info -o ../ebin mochinum.erl erlc -W -I ../include +debug_info -o ../ebin mochitemp.erl erlc -W -I ../include +debug_info -o ../ebin mochiutf8.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_acceptor.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_app.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_charref.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_cookies.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_cover.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_echo.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_headers.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_html.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_http.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_io.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_mime.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_multipart.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_request.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_response.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_skel.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_socket.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_socket_server.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_sup.erl erlc -W -I ../include +debug_info -o ../ebin mochiweb_util.erl erlc -W -I ../include +debug_info -o ../ebin reloader.erl ../support/make_app.escript mochiweb.app.src ../ebin/mochiweb.app "" "mochifmt mochifmt_records mochifmt_std mochiglobal mochihex mochijson mochijson2 mochilists mochilogfile2 mochinum mochitemp mochiutf8 mochiweb mochiweb_acceptor mochiweb_app mochiweb_charref mochiweb_cookies mochiweb_cover mochiweb_echo mochiweb_headers mochiweb_html mochiweb_http mochiweb_io mochiweb_mime mochiweb_multipart mochiweb_request mochiweb_response mochiweb_skel mochiweb_socket mochiweb_socket_server mochiweb_sup mochiweb_util reloader" gmake[1]: Leaving directory/root/mochiweb/src'

from alice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.