-
Notifications
You must be signed in to change notification settings - Fork 145
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
Build on windows (VS2015) #1
Comments
I would love if someone with access to a windows machine could at least try this
and modify the mx3.gyp file to work on windows (probably will have to replace the find globbing with a small python script for it to be cross platform). |
File not found - ".hpp" |
@ZhaoXiangXML I have changed many things, including removing leveldb entirely. Do you care to try the develop branch on VC2015? |
I'm trying to make it work on windows! Just installing cygwin unfortunately doesn't make it work due to cygwin paths |
Ya, that sounds great. I don't know a ton about gradle but I'd be happy to merge any PR that even makes incremental progress. |
I don't know gradle either, but it seems pretty simple! Just read first chapters of their free book and everythink becomes clear. Actually I would prefer to remove Makefile completely as it still doesn't fully work on windows. Regarding Visual Studio 2013. |
Well, the ref qualifiers were simply an optimization in the sqlite code (which has become my pet part of the project). If it doesn't work on windows, lets just remove the I also agree to moving away from a Makefile based root build, gradle seems to be a great option after looking at your other PR. |
I've given up to build it under vs2013 once again :-( too much errors. Mostly because some C++11 features are not supported. I've tried vs2015 CTP6 preview and the only reason it fails to compile is optional.hpp. I've inserted my stub implementation for optinal, did some minor hacks here and there and it compiles. So I think it's better to wait for 2015 studio, as fixing compilation for vs2013 is just waste of time. BTW, why didn't you choose optional from Boost? It should compile everywhere. |
Ah, thanks for the help anyway. I'll add a note to this that VS2015 is what we want to target. I chose std::experimental::optional basically because it had a chance at inclusion into C++14 (it didn't make it) but I presume it will be added into C++17. Since it was all but finalized, I wanted the code to be future-proof. |
Is this project still alive? |
It's an example of dropbox/djinni usage, so you shouldn't expect much activity here. |
@kepkin I thought it was a project of cross platforms(mobile times 3) application development. Sorry for disturbing you. |
It is a showcase app / example. I don't anticipate any further development by me, since I am currently out of the cross-platform mobile space, and therefore won't be continuing to discover "state of the art" to share here. |
There's a gyp generator for creating a MS Visual Studio project, but I can't test / verify that without a copy of windows. halp
The text was updated successfully, but these errors were encountered: