Hi list
 
My attempt to compile the current git version (same for 4.6.6 and 4.6.7) using mingw64 failed with 
os_io.c: In function '___device_event_queue_select_virt':
os_io.c:4980:16: error: '___device_select_state' has no member named 'message_queue_mask'
os_io.c:4981:16: error: '___device_select_state' has no member named 'message_queue_dev_pos'
 
I used i686 -> x86_64 cross compilation under mingw32, msys1 and Windows 7 64bit. Following the advice of http://www.gaia-gis.it/gaia-sins/mingw64_how_to.html and using a x86_64 compiler didn't help neighter.
 
Hints are greatly appreciated, thank you in advance
Panos Stergiotis