-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unstable win32 #7
base: unstable
Are you sure you want to change the base?
Conversation
Hi, thanks for the pull request, I am more interested in the script that compiles with windows, can you elaborate on that? I have tried to fix the memory access error in sift, please checkout the my new commit (b3591e0) and see if that fix the problem, thanks! |
There are now new commits adding "makefile.mk" for bin/ and lib/ , which do build the library and programs using dmake.exe on Windows. There were very little changes needed, mostly in the files included.he two relevant patches are e4dce69 and 0472e6f I think. |
Sorry that recently I am pushing some aggressive changes in APIs and code structure in general that potentially could break this pull request. After I finished dpm and a few touches in bbf, there will finally be a tagged 0.1 version, could you modify this pull request by then? Thanks! |
Hello, Am 05.04.2012 01:39, schrieb Liu Liu:
I've rebased my branch request onto your changes. I'll withdraw this -max |
OK - closing the pull request didn't work out, but I was able to update the commit range. This branch should (currently) merge without problems into your unstable branch. If you don't want to merge it now, I'll rebase again later - no need to hurry. |
Hi, since 0.1 is out, if you are still interested in this, could you patch stable/r0.1-rc1 branch with Win32 compilation support? That will be a great help! |
Hello,
Yes, I'm still interested! I'm just really busy currently, so I don't +#ifndef _MSC_VER But I need some time to do an actual diff between my git-tree for the -max |
在windows下运行,训练出来的分类器,读取有问题。 |
… Makefiles for Win32
This is ugly but better than crashing if a file cannot be loaded. To be fixed later by actually returning a success value.
Run these with dmake -f Makefile.mk siftmatch.exe
Any chance on getting these merged with a tutorial on how to compile on Win32? Ideally with Visual Studio (C++) 2012. Thank you! |
I just saw your request - sorry for not reacting sooner :-/ I don't use Visual Studio, so I can't be of help here, sorry. I only use the MinGW gcc compiler, and that only because it's included with Strawberry Perl. |
These are my changes to make siftmatch.exe build on Windows mingw gcc 4.4.1.
These changes are ugly, especially the make.bat things I did. I plan to add a proper Makefile once I get the build somewhat stabilized.