Menu

#694 Fix build --without-dynamic-modules on Cygwin

closed-fixed
None
5
2017-03-22
2017-03-21
Ken Brown
No

A build on Cygwin --without-dynamic-modules currently fails with a syntax error in makemake. The attached patch fixes it.

1 Attachments

Discussion

  • Sam Steingold

    Sam Steingold - 2017-03-21

    what kind of shell syntax error does this patch fix?

     
  • Ken Brown

    Ken Brown - 2017-03-21

    I think it was an extra semicolon. The problem was in this fragment:

    echo -e \"\tlisp.exe.hostent_to_lisp\" >> ${CLISP_DEF} ;

    This doesn't work when ${CLISP_DEF} is empty.

     
  • Sam Steingold

    Sam Steingold - 2017-03-21

    in that case I think TRT is to check CLISP_DEF.
    how about the attached patch?

     
  • Ken Brown

    Ken Brown - 2017-03-21

    That's fine for Cygwin, but I don't know if it will be a problem for the native Windows build. I suspect it's OK.

     
  • Sam Steingold

    Sam Steingold - 2017-03-22

    Ticket moved from /p/clisp/patches/46/

     
  • Sam Steingold

    Sam Steingold - 2017-03-22
    • status: open --> closed-fixed
    • assigned_to: Sam Steingold
    • Group: --> ANSI compliance issue
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.