-
Notifications
You must be signed in to change notification settings - Fork 239
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
Can't compile the .exe with visual studio 9.0 #71
Comments
+1 |
I don't have Visual Studio (or a Windows machine), so I cannot reproduce the issue easily. Can you try and add the following line here and let me know if that resolves the issue? #include <algorithm> |
Thanks for your answer ! |
Oh, sorry! In addition to the change you just made, can you do a global replace of |
I got new errors for sptree.cpp(366): error C2780: expects 3 arguments - 2 provided error C2782: template parameter '_Ty' is ambiguous |
Ah! Can you also change the If that is insufficient, you could try explicitly templating the |
Sorry for the late response ! |
Are you calling the executable through one of the (Matlab, Python, R) wrappers? These wrappers dump a little data file that the executable consumes. Without the data file, the executable will presumably terminate immediately. |
I tried to run it with spyder but it could not compile it: "TypeError: compile() expected string without null bytes" |
Hey,
I'm trying to generate bhtsne.exe by following your instructions, but I keep getting this message on the cmd:
sptree.cpp
sptree.cpp(111): error C3861: 'fmax': identifier not found
sptree.cpp(335): error C3861: 'fmax': identifier not found
NMAKE: fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\cl.exe"': return code '0x2'
Any idea how to fix it?
The text was updated successfully, but these errors were encountered: