Giter VIP home page Giter VIP logo

Comments (5)

emlai avatar emlai commented on May 18, 2024

Hmm, I cannot reproduce this. Which commit of the IVAN fork did you build?

from ivan-hall-of-fame.

ryfactor avatar ryfactor commented on May 18, 2024

I think this is more of an IVAN bug now that I think about it.
Maybe this will help: When building the IVAN hall-of-fame branch, I invoked cmake with this additional flag: -DCMAKE_INSTALL_PREFIX=/emlai so it would install elsewhere.

In the game, when I try to look up the high scores, I get the message:

There are no entries yet. Play a game to correct this.

I have another install on the same linux system, 0.50.7, installed in the default location.

from ivan-hall-of-fame.

emlai avatar emlai commented on May 18, 2024

If you pass -DCMAKE_INSTALL_PREFIX=/emlai then it will look for a high-score file in the path /emlai/var/ivan/ivan-highscore.scores, so it won't find any high-scores anywhere else.

from ivan-hall-of-fame.

ryfactor avatar ryfactor commented on May 18, 2024

Problem fixed. I must've invoked it wrongly before. I cleared the cmake cache and rebuilt with
cmake -DCMAKE_INSTALL_PREFIX=/emlai .
make -j
make install

It no longer bugs out to terminal. I can read the high scores from the server when I press ENTER in the high score screen. Simply amazing!

Next I would like to get a list of dependencies to build and test this on M$. I fear that it will a laborious task to hook up an libcurl SDK to my MinGW distro. I just need to know I have exactly the right libraries.

from ivan-hall-of-fame.

emlai avatar emlai commented on May 18, 2024

Nice! libcurl should be all you need.

from ivan-hall-of-fame.

Related Issues (2)

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.