Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R-static interface fails to build on OSX 10.8.5 #2450

Closed
dpo opened this issue Aug 5, 2014 · 3 comments
Closed

R-static interface fails to build on OSX 10.8.5 #2450

dpo opened this issue Aug 5, 2014 · 3 comments

Comments

@dpo
Copy link

dpo commented Aug 5, 2014

...
[100%] Built target transfer_multitasklogisticregression
/usr/local/Cellar/cmake/3.0.0/bin/cmake -E cmake_progress_start /tmp/shogun-1g7z/shogun-3.2.0/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/usr/local/Cellar/cmake/3.0.0/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
CMake Error at src/interfaces/r_static/cmake_install.cmake:39 (file):
  file INSTALL cannot find
  "/tmp/shogun-1g7z/shogun-3.2.0/build/src/interfaces/r_static/r_static.so".
Call Stack (most recent call first):
  cmake_install.cmake:32 (include)

It seems to just be an issue of the shared library extension (should be dylib on OSX):

$ ls build/src/interfaces/r_static/
CMakeFiles          Makefile            cmake_install.cmake r_static.dylib
@karlnapf
Copy link
Member

Half off topic: R modular is fully working in the latest development brach and is highly recommend over the static interface

@dpo
Copy link
Author

dpo commented Aug 19, 2014

Any chance of having a release soon? #2395.

@dpo
Copy link
Author

dpo commented Aug 19, 2014

Actually, I'm still having the same problem as in #2395 with R modular and the develop branch.

@vigsterkr vigsterkr added this to the Shogun 3.4 milestone Sep 2, 2014
@vigsterkr vigsterkr modified the milestones: Shogun 3.4, SHOGUN 3.2.1 Oct 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants