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

Executable file name wrong after compilation #54

Closed
v4lenz opened this issue Mar 13, 2017 · 2 comments
Closed

Executable file name wrong after compilation #54

v4lenz opened this issue Mar 13, 2017 · 2 comments

Comments

@v4lenz
Copy link

v4lenz commented Mar 13, 2017

After compiling, I get the file bhtsne but it should be bh_tsne, or at least this is what the python wrapper expect in my case. I am on OSX 10.12.3 and I am compiling using g++ from xcode.

@lvdmaaten
Copy link
Owner

How did you compile? I would think doing g++ sptree.cpp tsne.cpp -o bh_tsne -O2 should give you a file named bh_tsne, as the Matlab and Python wrappers expect.

@v4lenz
Copy link
Author

v4lenz commented Mar 14, 2017

Oh my bad! Sorry, you can delete this issue.

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

2 participants