hughperkins / jeigen

Java wrapper for Eigen C++ fast matrix library
Other
106 stars 31 forks source link

build fails on windows 7 64 bit #2

Closed aveshd closed 9 years ago

aveshd commented 10 years ago

Hi, I was following your intstruction and the build failed. it complained there was an error on line#49 of build.xml can not find c:\us\bin\cmake.

So I changed the line #3 of buiold.xml to

and it worked. build is successful.

hughperkins commented 9 years ago

Hi. I believe that this is because the instructions say to modify CMAKE_HOME, but in fact it needs to say cmake_home, in lowercase, which is fixed now. For your modification to build.xml, I'm unable to see the change in your comment above. Would you mind trying to communicate the change to build.xml to me again please, and I can see if I can merge that in.

hughperkins commented 9 years ago

I updated the build a lot a few weeks ago, and hopefully this fixes the issue? Closing for now. Please feel free to re-open if the issue is still present.