Hi Thomas, On Sun, Apr 03, 2011 at 10:34:10PM +0200, Thomas Gaugler wrote: > Thanks for your patch. I am going to combine your patch with the > information provided in the sourceforge tracker: > http://sourceforge.net/support/tracker.php?aid=2949102
Ah, I hadn't seen that! I didn't test my patch beyond building, so there may quite possibly be more to it. > One open issue is where to install the header and library > files for the plugin development. Currently the > paths /usr/i586-mingw32msvc/include respectively > /usr/i586-mingw32msvc/lib are used for that. In my opinion it should > follow the Multiarch approach (http://wiki.debian.org/Multiarch). > However I have not yet figured out how to implement this for win32. For now my mingw-w64 packages use /usr/i686-w64-mingw32 (for Win32) and /usr/x86_64-w64-mingw32 (Win64), which is what I used in the patch. It would indeed make sense to follow the multiarch approach, especially since binutils and gcc now support them (thanks to Steve Langasek's work). https://wiki.ubuntu.com/MultiarchCross specifies how things should work for cross-compiling, and the paths would then be /usr/{include,lib}/{i686,x86_64}-w64-mingw32... I'll probably go for that approach once the current set of mingw-w64 packages are in unstable (I've got a sponsor who is currently uploading them). I'll provide another patch to rejig the installation paths when they change! Regards, Stephen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org