Giter Site home page Giter Site logo

Installation Problems about cstlemma HOT 6 CLOSED

kuhumcst avatar kuhumcst commented on June 15, 2024
Installation Problems

from cstlemma.

Comments (6)

BartJongejan avatar BartJongejan commented on June 15, 2024 1

Thank you for pointing this out.
'make cstlemma' is incorrect, because 'cstlemma' is not defined as a target in the Makefile. Use 'make' or 'make all'. I have corrected README.md accordingly.

from cstlemma.

Taarnborg avatar Taarnborg commented on June 15, 2024

Thanks Bart. What about all the warnings? Are they significant, meaning that the program won't work?

from cstlemma.

BartJongejan avatar BartJongejan commented on June 15, 2024

The program will work. The warnings are about reordering of initialisation, and do no harm. If you change the CC line to

 CC=g++ $(INCLUDEDIR) -O3 -Wall -pedantic -DNDEBUG -Wno-reorder

those warnings will be gone.

from cstlemma.

Taarnborg avatar Taarnborg commented on June 15, 2024

Hi Bart.

Following your bash file, it seems to me I make it through step 1-3. After that, should I still be in cstlemma when running make clean? Because that's what I did, and unfortunately I still get the error that cstlemma is not a recognized command.

from cstlemma.

Taarnborg avatar Taarnborg commented on June 15, 2024

P.S I have zero knowledge about C, so I might be missing something very obvious

from cstlemma.

BartJongejan avatar BartJongejan commented on June 15, 2024

'make' should be called while in the folder that contains 'Makefile'. So that is the 'src' folder. Near the top of that Makefile, it says 'BIN=../' . That means that the binary output will be in the folder above 'src', which is the root folder of the cstlemma project, called 'cstlemma'. So while still situated in the 'src' folder, you should be able to run cstlemma by writing '../cstlemma'. If you can sudo, you could move cstlemma to /usr/local/bin. All users can call cstlemma, if you do that, without having to add a path.

from cstlemma.

Related Issues (7)

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.