Issue has been solved.

2015-08-06 20:11 GMT+02:00 Wilbert Heeringa <[email protected]>:

> Dear all,
>
> I use mingw-w64 under Lubuntu Linux. I try to compile with mingw-w64, 32
> bits:
>
> /usr/bin/i686-w64-mingw32-g++ -std=c++0x -isystem
> /usr/lib/gcc/i686-w64-mingw32/4.8 -isystem /usr/i686-w64-mingw32/include
> -isystem /usr/share/mingw-w64/include -Wshadow -DWINVER=0x0500
> -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500 -DUNICODE -D_FILE_OFFSET_BITS=64
> -Dmain=wingwmain -O1 -pthread -I ../num -I ../sys -I ../dwsys -I ../kar -I
> ../external/portaudio -I ../external/flac -I ../external/mp3  -c -o
> Strings.o Strings.cpp
>
> This gives the following message:
>
> In file included from /usr/share/mingw-w64/include/winnt.h:26:0,
>                  from /usr/share/mingw-w64/include/minwindef.h:146,
>                  from /usr/share/mingw-w64/include/windef.h:8,
>                  from /usr/share/mingw-w64/include/windows.h:69,
>                  from Strings.cpp:37:
> /usr/share/mingw-w64/include/psdk_inc/intrin-impl.h: In function ‘void
> __stosb(unsigned char*, unsigned char, size_t)’:
> /usr/share/mingw-w64/include/psdk_inc/intrin-impl.h:849:1: error:
> undefined named operand ‘Data’
>  __buildstos(__stosb, unsigned char, "b")
>
> and a couple more of similar errors, always with 'error: undefined named
> operand ‘Data’'. Does anyone know why this happens and how this can be
> solved?
>
> Best,
>
> Wilbert
>
>
------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to