Giter VIP home page Giter VIP logo

Comments (8)

jvshahid avatar jvshahid commented on May 7, 2024

You need to run brew install protobuf bison flex leveldb these are build dependencies of the project. I'll update the docs with the build instructions.

from influxdb.

tobstarr avatar tobstarr commented on May 7, 2024

Thanx!

from influxdb.

laprice avatar laprice commented on May 7, 2024

Hmm, trying to build influxdb and coming up with a similar error

aigle:influxdb laprice$ make all
/Library/Developer/CommandLineTools/usr/bin/make -C src/parser
/usr/bin/bison -t -d query.yacc -o y.tab.c --defines=y.tab.h
query.yacc:71.14-21: syntax error, unexpected identifier, expecting string
make[1]: *** [y.tab.c] Error 1
make: *** [parser] Error 2

have already installed the dependencies as outlined above.

Google keeps leading me here.

Line 71 is

%define api.pure

looking for a good reference to bison/yacc to see if I can figure out what's missing.

from influxdb.

jvshahid avatar jvshahid commented on May 7, 2024

What version of bison and flex are you using ?
On Apr 9, 2014 8:13 PM, "Larry Price" [email protected] wrote:

Hmm, trying to build influxdb and coming up with a similar error

aigle:influxdb laprice$ make all
/Library/Developer/CommandLineTools/usr/bin/make -C src/parser
/usr/bin/bison -t -d query.yacc -o y.tab.c --defines=y.tab.h
query.yacc:71.14-21: syntax error, unexpected identifier, expecting string
make[1]: *** [y.tab.c] Error 1
make: *** [parser] Error 2

have already installed the dependencies as outlined above.

Google keeps leading me here.

Line 71 is

%define api.pure

looking for a good reference to bison/yacc to see if I can figure out
what's missing.

Reply to this email directly or view it on GitHubhttps://github.com//issues/13#issuecomment-40031129
.

from influxdb.

laprice avatar laprice commented on May 7, 2024

bison 2.3

flex 2.5.35 Apple(flex-31)

from influxdb.

aurora avatar aurora commented on May 7, 2024

Mmmm ... it would be nice to have some hints of how to install this from source. I am running into this same issue on osx 10.9 and i do not want to start using homebrew just because of influxdb ... the error @laprice reported is probably due to different bison/flex version. I've already installed the same versions of bison (3.0.2) and flex (2.5.37), as homebrew and now it goes a little further with some warnings ... but i seem to be unable to finish the build for some reason ...

from influxdb.

jvshahid avatar jvshahid commented on May 7, 2024

@aurora did you check our docs on how to build on OSX ? You can find it here in case you didn't read it. Otherwise, can you explain the issues you are have while building ? The mailing list will probably the best place to post your question, instead of piggy backing on this issue.

from influxdb.

aurora avatar aurora commented on May 7, 2024

@jvshahid i do not want to use brew just for influxdb ... anyway, i already setup a linux vm on my machine for development.

from influxdb.

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.