Giter Club home page Giter Club logo

Comments (4)

GwenNelson avatar GwenNelson commented on July 3, 2024

If I use gcc 4.9.2 I get this instead:

gareth@sexy:~/atomspace/trunk/build$ make
[ 3%] Built target json_spirit
[ 4%] Built target opencog_atom_types
[ 5%] Building CXX object opencog/atomutils/CMakeFiles/atomutils.dir/AtomUtils.cc.o
/home/gareth/atomspace/trunk/opencog/atomutils/AtomUtils.cc: In function ‘opencog::UnorderedHandleSet opencog::get_outgoing_nodes(const opencog::Handle&, const std::vector&)’:
/home/gareth/atomspace/trunk/opencog/atomutils/AtomUtils.cc:135:25: error: converting to ‘opencog::UnorderedHandleSet {aka std::unordered_set<opencog::Handle, opencog::handle_hash>}’ from initializer list would use explicit constructor ‘std::unordered_set<_Value, _Hash, _Pred, _Alloc>::unordered_set(std::unordered_set<_Value, _Hash, _Pred, _Alloc>::size_type, const hasher&, const key_equal&, const allocator_type&) [with _Value = opencog::Handle; _Hash = opencog::handle_hash; _Pred = std::equal_toopencog::Handle; _Alloc = std::allocatoropencog::Handle; std::unordered_set<_Value, _Hash, _Pred, _Alloc>::size_type = long unsigned int; std::unordered_set<_Value, _Hash, _Pred, _Alloc>::hasher = opencog::handle_hash; std::unordered_set<_Value, _Hash, _Pred, _Alloc>::key_equal = std::equal_toopencog::Handle; std::unordered_set<_Value, _Hash, _Pred, _Alloc>::allocator_type = std::allocatoropencog::Handle]’
return {};
^
make[2]: *** [opencog/atomutils/CMakeFiles/atomutils.dir/AtomUtils.cc.o] Error 1
make[1]: *** [opencog/atomutils/CMakeFiles/atomutils.dir/all] Error 2
make: *** [all] Error 2

from atomspace.

linas avatar linas commented on July 3, 2024

Ahh, OK, so thread_local is a c++11 feature, and you need gcc-4.8 or newer to get that. I'm not going to try to make it backwards-compat with gcc-4.7

from atomspace.

linas avatar linas commented on July 3, 2024

The gcc-4.9 bug is .. bizarre. I just worked around it in a new push, just now.

from atomspace.

GwenNelson avatar GwenNelson commented on July 3, 2024

And it builds now, might make sense to list minimal gcc version in the README

from atomspace.

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.