Git Product home page Git Product logo

Comments (3)

alejandroarmas avatar alejandroarmas commented on June 27, 2024

I'm having the same issue.

It starts with my MakeFile not building the ./rundb and ./runcl executables using gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) to target x86_64-linux-gnu.

g++ -c -Wall -g -gdwarf-3 -std=c++0x -rdynamic  -I. -I./benchmarks -I./client/ -I./transport -I./system -I./statistics -I./blockchain -I./smart_contracts  -I./data_structures -Ideps/jemalloc-5.1.0/include -Ideps/nng-1.3.2/include -Ideps/boost_1_67_0 -Ideps/crypto -I./db -Ideps/sqlite-autoconf-3290000/build/include -D NOGRAPHITE=1 -Werror -Wno-sizeof-pointer-memaccess  -o obj/config.o config.cpp
g++ -c -Wall -g -gdwarf-3 -std=c++0x -rdynamic  -I. -I./benchmarks -I./client/ -I./transport -I./system -I./statistics -I./blockchain -I./smart_contracts  -I./data_structures -Ideps/jemalloc-5.1.0/include -Ideps/nng-1.3.2/include -Ideps/boost_1_67_0 -Ideps/crypto -I./db -Ideps/sqlite-autoconf-3290000/build/include -D NOGRAPHITE=1 -Werror -Wno-sizeof-pointer-memaccess  -o obj/ycsb_query.o benchmarks/ycsb_query.cpp
In file included from deps/boost_1_67_0/boost/mpl/aux_/na_assert.hpp:23,
                 from deps/boost_1_67_0/boost/mpl/arg.hpp:25,
                 from deps/boost_1_67_0/boost/mpl/placeholders.hpp:24,
                 from deps/boost_1_67_0/boost/mpl/bind.hpp:24,
                 from deps/boost_1_67_0/boost/mpl/lambda.hpp:18,
                 from deps/boost_1_67_0/boost/parameter/parameters.hpp:13,
                 from deps/boost_1_67_0/boost/lockfree/detail/parameter.hpp:13,
                 from deps/boost_1_67_0/boost/lockfree/detail/freelist.hpp:25,
                 from deps/boost_1_67_0/boost/lockfree/queue.hpp:22,
                 from ./system/pool.h:6,
                 from ./system/global.h:29,
                 from ./system/query.h:4,
                 from benchmarks/ycsb_query.cpp:1:
deps/boost_1_67_0/boost/mpl/assert.hpp:188:21: error: unnecessary parentheses in declaration of ‘assert_arg’ [-Werror=parentheses]
  188 | failed ************ (Pred::************
      |                     ^
deps/boost_1_67_0/boost/mpl/assert.hpp:193:21: error: unnecessary parentheses in declaration of ‘assert_not_arg’ [-Werror=parentheses]
  193 | failed ************ (boost::mpl::not_<Pred>::************
      |                     ^
cc1plus: all warnings being treated as errors
make: *** [Makefile:71: obj/ycsb_query.o] Error 1

I then ignore warnings arising from boost in my deps/boost_1_67_0/boost/mpl directory.

and it brings me to #17 above.

from incubator-resilientdb.

gravityshouldbenaut avatar gravityshouldbenaut commented on June 27, 2024

Yeah I made those changes that it asked for regarding the parentheses and yup, got at the same error. I guess I should just use the docker setup? But, ugh, hard to set that up across multiple systems though...

from incubator-resilientdb.

resilientdb avatar resilientdb commented on June 27, 2024

resolved

from incubator-resilientdb.

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.