1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
In file included from C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/windows.h:50,
from c:/Program Files/OpenCV/otherlibs/highgui/highgui.h:49,
from qtopencv.cpp:4:
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/winbase.h:1663: error:
declaration of C function `LONG InterlockedCompareExchange(volatile LONG*, LONG
, LONG)' conflicts with
c:/Qt/4.4.3/include/QtCore/../../src/corelib/arch/qatomic_windows.h:387: error:
previous declaration `long int InterlockedCompareExchange(long int*, long int, long int)' here
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/winbase.h:1667: error:
declaration of C function `LONG InterlockedDecrement(volatile LONG*)' conflicts
with
c:/Qt/4.4.3/include/QtCore/../../src/corelib/arch/qatomic_windows.h:389: error:
previous declaration `long int InterlockedDecrement(long int*)' here
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/winbase.h:1668: error:
declaration of C function `LONG InterlockedExchange(volatile LONG*, LONG)' conf
licts with
c:/Qt/4.4.3/include/QtCore/../../src/corelib/arch/qatomic_windows.h:390: error:
previous declaration `long int InterlockedExchange(long int*, long int)' here
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/winbase.h:1672: error:
declaration of C function `LONG InterlockedExchangeAdd(volatile LONG*, LONG)' c
onflicts with
c:/Qt/4.4.3/include/QtCore/../../src/corelib/arch/qatomic_windows.h:391: error:
previous declaration `long int InterlockedExchangeAdd(long int*, long int)' here
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../include/winbase.h:1676: error:
declaration of C function `LONG InterlockedIncrement(volatile LONG*)' conflicts
with
c:/Qt/4.4.3/include/QtCore/../../src/corelib/arch/qatomic_windows.h:388: error:
previous declaration `long int InterlockedIncrement(long int*)' here
mingw32-make[1]: *** [debug/qtopencv.o] Error 1 |
Partager