Coder Social home page Coder Social logo

Comments (7)

arielf avatar arielf commented on June 7, 2024

Hi there,

It is not your fault. Recent code added to searn doesn't build cleanly across platforms. While most of the above are just warnings, there's at least one compile error that prevents the build from completing on your (32-bit?) platform.

Two possible work arounds:

  1. switch to a 64-bit system
  2. git checkout an older version of the code that can build cleanly, e.g. go back to circa April 29:
     git checkout 5a8871b8
     make clean
     make
     make test

from vowpal_wabbit.

coderprime avatar coderprime commented on June 7, 2024

Hi Airelf,

I'm new to GitHub. I've only used Git Bash and "git clone".

I tried "git checkout git://github.com/JohnLangford/vowpal_wabbit/commit/5a8871b8" but I get
"fatal: Not a git repository (or any of the parent directories): .git"

how do I checkout an older version?

Thank you for your help.

from vowpal_wabbit.

arielf avatar arielf commented on June 7, 2024

You need to do the checkout in an already cloned repository (the one you already have).
The argument to git checkout is only the commit id (as specified above)

HTH, Ariel

from vowpal_wabbit.

coderprime avatar coderprime commented on June 7, 2024

Checked out '5a8871b8'
Head is now at 5a8871b

make test fails; however, I see that vw.exe has now appeared, unlike before.

vw running test-suite...
(cd test && ./RunTests -d -fe -E 0.001 ../vowpalwabbit/vw ../vowpalwabbit/vw)
/usr/bin/env: perl: No such file or directory
Makefile:85: recipe for target 'test' failed
make: *** [test] Error 127

Ray

from vowpal_wabbit.

JohnLangford avatar JohnLangford commented on June 7, 2024

I believe this is fixed. Hal, I renamed the predict predictLDF to deal
with the name collision between a uint32_t ystar and a size_t example_count.

-John

On 05/19/2014 06:15 PM, Ariel Faigon wrote:

You need to do the checkout in an already cloned repository (the one
you already have).
The argument to |git checkout| is only the commit id (as specified above)

HTH, Ariel


Reply to this email directly or view it on GitHub
#306 (comment).

from vowpal_wabbit.

arielf avatar arielf commented on June 7, 2024

Ray,
To run the tests, you will need perl installed.
Anyway, your executable has now built successfully so I think you should be good to play with it.

from vowpal_wabbit.

coderprime avatar coderprime commented on June 7, 2024

I'm excited! Thank you for your help, Ariel.

from vowpal_wabbit.

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.