Giter Club home page Giter Club logo

Comments (18)

hhirsch avatar hhirsch commented on May 22, 2024 1

Agreed. I was about to tell him "This is in COMPILE.md" but then checked it first and was like "wtf".

from glportal.

hhirsch avatar hhirsch commented on May 22, 2024

Check out the submodules recursively and then first go into the external/RadixEngine and get its submodules and compile it.

from glportal.

hhirsch avatar hhirsch commented on May 22, 2024

git submodule init
git submodule update

from glportal.

SGOrava avatar SGOrava commented on May 22, 2024

git submodule update --init --recursive

from glportal.

Geertiebear avatar Geertiebear commented on May 22, 2024

We should update COMPILE.md for this.

from glportal.

generaldave avatar generaldave commented on May 22, 2024

I have done this:

git submodule init
git submodule update

as well as recursively.

I will try again now that the git submodule command has been changed.

Still a no go. Here are the logs:
CMakeError.txt
CMakeOutput.txt

from glportal.

Geertiebear avatar Geertiebear commented on May 22, 2024

Can you make and run a simple CMakeLists.txt like this:

cmake_minimum_required (VERSION 2.8.7) find_package(Threads) ? And can you give me the output of this?

from glportal.

generaldave avatar generaldave commented on May 22, 2024

Sure can.

cmake

from glportal.

SGOrava avatar SGOrava commented on May 22, 2024

Do you have installed pthread ?
Package name should be something like libpthread-dev .

from glportal.

generaldave avatar generaldave commented on May 22, 2024

libpthread-dev doesn't exist.

libpthread-stubs0-dev already installed.

pthread

from glportal.

Geertiebear avatar Geertiebear commented on May 22, 2024

Do you have libc6-dev installed?

from glportal.

generaldave avatar generaldave commented on May 22, 2024

sudo apt-get install libc6-dev says "is already the newest version (2.23-0ubuntu5)."

from glportal.

Geertiebear avatar Geertiebear commented on May 22, 2024

This may sound weird but, what version of bullet do you have installed?

from glportal.

generaldave avatar generaldave commented on May 22, 2024

sudo apt-get install libbullet-dev says "already the newest version (2.83.6+dfsg-3)"

from glportal.

Geertiebear avatar Geertiebear commented on May 22, 2024

Aha, I see, at the moment glportal requires bullet 2.85. However, I can change it so that we can support both versions, I'll do it tommorow maybe.

from glportal.

generaldave avatar generaldave commented on May 22, 2024

Ok, so apparently Ubuntu 16.04 does not support bullet 2.85 being it's telling me that 2.83 is the newest version

from glportal.

hhirsch avatar hhirsch commented on May 22, 2024

@generaldave Usually you should be prepared to use very new versions of libraries. I used to use debian stable but had to switch to manjaro linux for the same reason. However Geerts commit should have fixed the problem for you. But be prepared that we'll prefer a newer version of a library over an older one.

from glportal.

hhirsch avatar hhirsch commented on May 22, 2024

@generaldave Please reopen if this problem persists.

from glportal.

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.