Coder Social home page Coder Social logo

Comments (5)

carnil avatar carnil commented on May 22, 2024

Hi

I think the problem lies in the src/Makefile:

--- a/src/Makefile                                                                                                                                                                                    
+++ b/src/Makefile
@@ -81,7 +81,7 @@ parser.c parser.h: parser.y boxes.h rege

 lex.yy.c: lexer.l boxes.h
        $(LEX) -t lexer.l > lexer.tmp.c
-       echo #include "config.h" > lex.yy.c
+       echo '#include "config.h"' > lex.yy.c
        cat lexer.tmp.c >> lex.yy.c
        rm lexer.tmp.c

The echo call is treats the line as comment, so what is echoed is ignored, so config.h is not included.

Regards,
Salvatore

from boxes.

tsjensen avatar tsjensen commented on May 22, 2024

Thank you for reporting this and even finding the cause right away!
Do you want to create a pull request for this change?

from boxes.

carnil avatar carnil commented on May 22, 2024

Hi,

On Thu, Jul 23, 2015 at 11:46:59PM -0700, Thomas Jensen wrote:

Thank you for reporting this and even finding the cause right away!
Do you want to create a pull request for this change?

Sure, have done so now.

Regards,
Salvatore

from boxes.

tsjensen avatar tsjensen commented on May 22, 2024

Thanks! I just merged the PR.
Do you need a boxes release for this in order to process the fix for Ubuntu?

from boxes.

carnil avatar carnil commented on May 22, 2024

Hi,

On Fri, Jul 24, 2015 at 01:34:29AM -0700, Thomas Jensen wrote:

Thanks! I just merged the PR.
Do you need a boxes release for this in order to process the fix for Ubuntu?

No not required, I just apply the patch and remove it again once there
is a new boxes release.

Regards and thanks!
Salvatore

from boxes.

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.