Coder Social home page Coder Social logo

radix-hash-join's People

Contributors

giorgospan avatar johnthepriest avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

radix-hash-join's Issues

Compilation failure

Command: ./compile.sh
Cleanup complete!
g++ -O3 -g -c src/harness.cpp -o harness.o
gcc -O3 -g -I ./include -Wl,--no-as-needed,-lprofiler,--as-needed -c src/Parser.c -o Parser.o -Wl,--no-as-needed,-lprofiler,--as-needed
gcc -O3 -g -I ./include -Wl,--no-as-needed,-lprofiler,--as-needed -c src/Optimizer.c -o Optimizer.o -Wl,--no-as-needed,-lprofiler,--as-needed
gcc -O3 -g -I ./include -Wl,--no-as-needed,-lprofiler,--as-needed -c src/Relation.c -o Relation.o -Wl,--no-as-needed,-lprofiler,--as-needed
In file included from /usr/include/c++/5/thread:35:0,
from src/harness.cpp:6:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support
^
src/harness.cpp:179:26: error: invalid suffix "s" on integer constant
this_thread::sleep_for(1s);
^
gcc -O3 -g -I ./include -Wl,--no-as-needed,-lprofiler,--as-needed -c src/Joiner.c -o Joiner.o -Wl,--no-as-needed,-lprofiler,--as-needed
src/harness.cpp: In function ‘int main(int, char**)’:
src/harness.cpp:105:22: error: ‘class std::vector<std::__cxx11::basic_string >’ has no member named ‘emplace_back’
result_chunk.emplace_back(move(result));
^
src/harness.cpp:105:46: error: ‘move’ was not declared in this scope
result_chunk.emplace_back(move(result));
^
src/harness.cpp:179:3: error: ‘this_thread’ has not been declared
this_thread::sleep_for(1s);

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.