Git Product home page Git Product logo

Comments (6)

OriPoin avatar OriPoin commented on May 29, 2024

在官方发布的Docker镜像和使用仓库里面的dockerfile编译的镜像都不能编译过。报错如下

/root/miniob/src/observer/storage/trx/mvcc_trx.cpp: In member function ‘virtual void MvccTrxKit::destroy_trx(Trx*)’:
/root/miniob/src/observer/storage/trx/mvcc_trx.cpp:88:3: error: ‘erase’ was not declared in this scope
   erase(trxes_, trx);
   ^~~~~
/root/miniob/src/observer/storage/trx/mvcc_trx.cpp:88:3: note: suggested alternative: ‘Frame’
   erase(trxes_, trx);
   ^~~~~
   Frame

在ubuntu:latest镜像中,使用git submodules构建依赖可以编译过

from miniob.

hnwyllmm avatar hnwyllmm commented on May 29, 2024

在官方发布的Docker镜像和使用仓库里面的dockerfile编译的镜像都不能编译过。报错如下

/root/miniob/src/observer/storage/trx/mvcc_trx.cpp: In member function ‘virtual void MvccTrxKit::destroy_trx(Trx*)’:
/root/miniob/src/observer/storage/trx/mvcc_trx.cpp:88:3: error: ‘erase’ was not declared in this scope
   erase(trxes_, trx);
   ^~~~~
/root/miniob/src/observer/storage/trx/mvcc_trx.cpp:88:3: note: suggested alternative: ‘Frame’
   erase(trxes_, trx);
   ^~~~~
   Frame

在ubuntu:latest镜像中,使用git submodules构建依赖可以编译过

Thanks very much. This issue fixed by #221

from miniob.

OriPoin avatar OriPoin commented on May 29, 2024

使用Ubuntu构建了一个docker镜像,commit在cb186f1
另外不知道想要合并进miniob的话是否需要使用anolisos?

from miniob.

hnwyllmm avatar hnwyllmm commented on May 29, 2024

使用Ubuntu构建了一个docker镜像,commit在cb186f1 另外不知道想要合并进miniob的话是否需要使用anolisos?

非常感谢。不是一定要anolisos,选一个开发者最喜欢用的操作系统更好。
能不能提交一个PR?
另外,代码中没有安装Bison, 是包含在某个工具包中了吗?

from miniob.

hnwyllmm avatar hnwyllmm commented on May 29, 2024

ref #111

from miniob.

hnwyllmm avatar hnwyllmm commented on May 29, 2024

镜像已发布。

from miniob.

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.