Re: [Rd] Problems with MinGW and boost on Windows

2012-11-27 Thread Florian Burkart
Sorry, didn't realize text attachments get stripped as well... here is a link: http://pastebin.com/T3XhsjDY, and for the archives the actual text #define WIN32_LEAN_AND_MEAN #define NOMINMAX 1 #define _WIN32_WINNT 0x0601 #define NTDDI_VERSION 0x0601 #define _MSC_VER_WINNT _MSC_VER_WINNT_WIN7

[Rd] Problems with MinGW and boost on Windows

2012-11-27 Thread Florian Burkart
Hi, I am not sure how widespread this problem is, but definitely occurs for me on 64 bit Win 7 with a 64 bit R. I think I have isolated the issue (to a certain extent) in the attached Test.cpp file. Basically, I think linking with boost serialization is causing the plugin to fail. If I compile T