Hi Alan,


I just concluded a rather unsuccessful session to get the wxWidgets driver to 
build:



Step 1: I changed the line #ifdef WIN32 in wxwidgets_comms.h to:



#if defined(WIN32) && !defined(__MINGW32__)



The macro __MINGW32__ is defined on MinGW-w64/MSYS2 32-bits and 64-bits.



Step 2: compiling the new source code gave a problem with a missing header file 
"mman.h". I have tried to find out where in MinGW-w64 this might be found, but 
nothing worked. The exception, perhaps, is a package that is not supported by 
MinGW-w64. I did not try that.

Instead I commented out the include statement.



Step 3: the result was another compile error. See the attached file "make.out". 
This turned out to be part of a rather intricate set of C macros to select the 
right semaphore dialect. And then I stopped. I know zilch about this ;).



So, that is the current situation. As you have been working on this intensely 
you may see what is wrong more easily than I do.



Regards,



Arjen

DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.

Attachment: build-mingw.tgz
Description: build-mingw.tgz

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to