Displaying 1 result from an estimated 1 matches for "d__int8".
Did you mean:
__int8
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
...ec_naked=__attribute__((naked))
-D__declspec_noinline=__attribute__((noinline))
-D__declspec_noreturn=__attribute__((noreturn))
-D__declspec_nothrow=__attribute__((nothrow))
-D__declspec_novtable=__attribute__(())
-D__declspec_selectany=__attribute__((weak))
-D__declspec_thread=__thread -D__WINE__ -D__int8=char -D__int16=short
-D__int32=int -D__int64=long long -c -o test-9pH6Aj.o -v test.cpp
-isystem/opt/cfw/wine/include/wine/windows
winegcc: -fshort-wchar failed.
I can see a lot of compile flags/options. I want to be able to
enable/disable these options. Or if there is some other way to be ab...