Closed GoogleCodeExporter closed 9 years ago
I've just tried it with Windows SDK 7.1, and it works just fine. The
C:/MinGW/local/include is only there as a placeholder for additional header
files missing from MSVC like msinttypes. C:/MinGW/include/ will cause conflicts
obviously.
As for MinGW, the original project is quite outdated. MinGW-w64 should be used
for both x86 and x64 binaries: http://mingw-w64.sourceforge.net/
And we can compile with that on Windows x64 by using the "-properties
windows-x86_64-mingw" command line option.
Let me know if you have problems with that...
Original comment by samuel.a...@gmail.com
on 17 Dec 2013 at 1:04
You are awesome!
That got both Windows SDK and Mingw64 working. Using C:/MinGW/include seemed
odd, but I didn't know what the local folder was supposed to link to.
Original comment by Florian....@gmail.com
on 17 Dec 2013 at 7:04
I basically needed the Windows equivalent of the mostly standard /usr/local/
directory. C:/MinGW/local/ seemed like the best candidate, but if you know
something more appropriate, let me know! thanks
Original comment by samuel.a...@gmail.com
on 18 Dec 2013 at 1:23
I've added a link to MinGW-w64:
http://code.google.com/p/javacpp/
That should remove the confusion for that. Other than that, we obviously need
more documentation. Let me know if this is something you'd like to work on!
Thanks
Original comment by samuel.a...@gmail.com
on 8 Jan 2014 at 1:19
I'm no expert on mingw, but I can add some documentation for a basic setup.
Original comment by Florian....@gmail.com
on 10 Jan 2014 at 4:14
I meant for the properties, but maybe it's just something I'll have to do on my
own at some point.
In any case, sure, anything you feel might help others would be welcome! I've
given you permission to modify the Wiki, so please feel free to add new pages
there, thanks!
Original comment by samuel.a...@gmail.com
on 10 Jan 2014 at 4:20
I had forgotten about this issue, but I've fixed that in version 0.9. I've
removed all those arbitrary paths from the properties. Thanks for reporting!
Original comment by samuel.a...@gmail.com
on 26 Aug 2014 at 1:27
Original issue reported on code.google.com by
Florian....@gmail.com
on 16 Dec 2013 at 6:28Attachments: