Git Product home page Git Product logo

Comments (7)

JoSchaback avatar JoSchaback commented on May 20, 2024

a quick fix is to copy your JDK to a space free directory and overwrite your PATH enviornment variable:

eg.

$ export PATH=/cygdrive/d/tmp/jblas/jdk1.6.0_16/bin:$PATH

from jblas.

mikiobraun avatar mikiobraun commented on May 20, 2024

Added parentheses aroung the cygpath call. Have to check, though

from jblas.

JoSchaback avatar JoSchaback commented on May 20, 2024

Hi Mikio,

I got trouble on my brand new Windows 7 64 bit box and most recent jBlas. On calling the configure script, i get

Schabby@Schabby-PC ~/jblas
$ ./configure
checking for java, javac... ok
determining operating system... ok (Windows)
determining architecture... ok (x86)
looking for nm... ok
checking for cygpath... true
locating the Java Development Kit... failed

Configuration failed!

Reason: couldn't find /cygdrive/c/Program Files (x86)/Java/include/jni.h

This may still be a whitespace-in-paths iusse?

Cheerio, Johannes

from jblas.

JoSchaback avatar JoSchaback commented on May 20, 2024

my JAVA_HOME variable is set to

$ echo $JAVA_HOME
C:\Program Files\Java\jdk1.6.0_17

so it is strange that the script tries to find the JDK somewhere in "Program Files (x86)"

from jblas.

mikiobraun avatar mikiobraun commented on May 20, 2024

Oh yes, I need to fix that... . The script is asking the java executable itself what it's directory is. I probably should add a test which looks whether JAVA_HOME is set... .

from jblas.

mikiobraun avatar mikiobraun commented on May 20, 2024

Hey schabby,

please pull and try the newest version. At least under Windows, it can now deal with spaces in paths. Somehow, the way ruby parses spaces is a bit broken. So if you have a space in an option, it is better to enclose everything in quotes. Note that your shell may not expand $HOME, or ~/ in quotes, so but in the full path.

BTW, does that mean, you were able to compile ATLAS successfully?

from jblas.

mikiobraun avatar mikiobraun commented on May 20, 2024

I guess this is also closed now. Probably reopen later.

from jblas.

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.