Giter VIP home page Giter VIP logo

Comments (6)

CatKang avatar CatKang commented on July 29, 2024

The error is happened when try to build gdbm, which is one of QConf dependencies.

You may go into QConf/deps/gdbm, run the ‘./configure, make, make install’ flow, and try to figure out the problem.

I guess you need an upgrade of byacc

from qconf.

xuanskyer avatar xuanskyer commented on July 29, 2024

同样遇到这个问题,byacc的版本:

root@mini-centos6:gdbm$ [master] byacc -V
byacc - 1.9 20070509

from qconf.

xuanskyer avatar xuanskyer commented on July 29, 2024

@kuaikuairen 如何解决的?

from qconf.

CatKang avatar CatKang commented on July 29, 2024

进入QConf/deps/gdbm, 以此运行 ‘./configure, make, make install’
看看报错信息

from qconf.

xuanskyer avatar xuanskyer commented on July 29, 2024

@CatKang 一样的。还是报那个语法错误。

  YACC     gram.c
byacc: e - line 26 of "/mnt/hgfs/github/QConf/deps/gdbm/src/gram.y", syntax error
%error-verbose
^
make[2]: *** [gram.c] 错误 1
make[2]: Leaving directory `/mnt/hgfs/github/QConf/deps/gdbm/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/mnt/hgfs/github/QConf/deps/gdbm'
make: *** [all] 错误 2

yacc版本:

root@mini-centos6:gdbm$ [master] byacc -V
byacc - 1.9 20070509

from qconf.

xuanskyer avatar xuanskyer commented on July 29, 2024

解决了,还是软件依赖的问题:

yum install bison byacc flex texinfo libedit libtool libtool-ltdl-devel

不过,还是要先手动编辑gdbm。

from qconf.

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.