Skip to content

Instantly share code, notes, and snippets.

@donbright
Created May 2, 2013 01:52
Show Gist options
  • Save donbright/5499691 to your computer and use it in GitHub Desktop.
Save donbright/5499691 to your computer and use it in GitHub Desktop.
mxe build logs
make[1]: Entering directory `/data/scratch/donb/mxe-w64'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -rf '/data/scratch/donb/mxe-w64/tmp-cgal'
mkdir -p '/data/scratch/donb/mxe-w64/tmp-cgal'
cd '/data/scratch/donb/mxe-w64/tmp-cgal' && xz -dc '/data/scratch/donb/mxe-w64/pkg/CGAL-4.0.2.tar.xz' | tar xf -
cd '/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
(cd '/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2' && patch -p1 -u) < ./src/cgal-1-fixes.patch
patching file CMakeLists.txt
patching file TryRunResults.cgal.cmake
patching file cmake/modules/FindBoost.cmake
patching file include/CGAL/Constrained_Delaunay_triangulation_2.h
patching file cmake/modules/CGAL_Macros.cmake
patching file TryRunResults.cgal.cmake
patching file cmake/modules/CGAL_SetupBoost.cmake
cd '/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2' && cmake -DCGAL_INSTALL_CMAKE_DIR:STRING="lib/CGAL" -DCGAL_INSTALL_INC_DIR:STRING="include" -DCGAL_INSTALL_DOC_DIR:STRING="share/doc/CGAL-4.0.2" -DCGAL_INSTALL_BIN_DIR:STRING="bin" -DBOOST_LIB_DIAGNOSTIC_DEFINITIONS:STRING="-DBOOST_LIB_DIAGNOSTIC" -DWITH_CGAL_Qt3:BOOL="0" -DCMAKE_TOOLCHAIN_FILE='/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/share/cmake/mxe-conf.cmake' -DBOOST_COMPILER=_win32 -DBOOST_THREAD_USE_LIB=1 -DBOOST_USE_STATIC_LIBS=1 -DBUILD_SHARED_LIBS=0 -C TryRunResults.cgal.cmake .
loading initial cache file TryRunResults.cgal.cmake
-- The CXX compiler identification is GNU 4.7.2
-- Check for working CXX compiler: /data/scratch/donb/mxe-w64/usr/bin/x86_64-w64-mingw32-g++
-- Check for working CXX compiler: /data/scratch/donb/mxe-w64/usr/bin/x86_64-w64-mingw32-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Build CGAL from release in directory CGAL-4.0.2
-- Packagenames: CGAL-4.0.2
-- CGAL_MAJOR_VERSION=4
-- CGAL_MINOR_VERSION=0
-- CGAL_BUGFIX_VERSION=2
-- CGAL_SONAME_VERSION=9
-- CGAL_SOVERSION =9.0.0
-- CGAL_REFERENCE_CACHE_DIR=
-- Building static libraries
-- Targetting Unix Makefiles
-- Using /data/scratch/donb/mxe-w64/usr/bin/x86_64-w64-mingw32-g++ compiler.
-- USING CMake version: 2.8.10
-- System: Windows
-- USING GCC_VERSION = ''
-- Build type: Release
-- USING CXXFLAGS = ' -DBOOST_THREAD_USE_LIB -DBoost_USE_STATIC_LIBS -O3 -DNDEBUG'
-- USING LDFLAGS = ' '
-- Found GMP: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libgmp.a
-- Found MPFR: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libmpfr.a
-- GMP include: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/include
-- GMP libraries: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libgmp.a
-- GMP definitions:
-- USING GMP_VERSION = ''
-- MPFR include: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/include
-- MPFR libraries: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libmpfr.a
-- MPFR definitions:
-- USING MPFR_VERSION = ''
-- Boost version: 1.53.0
-- Found the following Boost libraries:
-- thread
-- system
-- chrono
-- Boost include: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/include
-- Boost libraries: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libboost_thread_win32-mt.a;optimized;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libboost_system-mt.a;debug;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libboost_system-mt-d.a;optimized;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libboost_chrono-mt.a;debug;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libboost_chrono-mt-d.a
-- Boost definitions:
-- USING BOOST_VERSION = '1.53.0'
-- Performing Test CGAL_CFG_ARRAY_MEMBER_INITIALIZATION_BUG - Success
-- Performing Test CGAL_CFG_DENORMALS_COMPILE_BUG - Success
-- Performing Test CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG - Success
-- Performing Test CGAL_CFG_IEEE_754_BUG - Success
-- Performing Test CGAL_CFG_ISTREAM_INT_BUG - Success
-- Performing Test CGAL_CFG_LONGNAME_BUG - Success
-- Performing Test CGAL_CFG_MATCHING_BUG_5 - Success
-- Performing Test CGAL_CFG_MATCHING_BUG_6 - Success
-- Performing Test CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG - Success
-- Performing Test CGAL_CFG_NO_CPP0X_ARRAY - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_AUTO - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_COPY_N - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_DECLTYPE - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_DELEGATING_CONSTRUCTORS - Success
-- Performing Test CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS - Success
-- Performing Test CGAL_CFG_NO_CPP0X_INITIALIZER_LISTS - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_ISFINITE - Success
-- Performing Test CGAL_CFG_NO_CPP0X_LAMBDAS - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_LONG_LONG - Success
-- Performing Test CGAL_CFG_NO_CPP0X_NEXT_PREV - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_RVALUE_REFERENCE - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_STATIC_ASSERT - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_TUPLE - Failed
-- Performing Test CGAL_CFG_NO_CPP0X_VARIADIC_TEMPLATES - Failed
-- Performing Test CGAL_CFG_NO_LIMITS - Success
-- Performing Test CGAL_CFG_NO_LOGICAL_OPERATORS_ALTERNATIVES - Success
-- Performing Test CGAL_CFG_NO_MESSAGE_PRAGMA_BUG - Success
-- Performing Test CGAL_CFG_NO_NEXTAFTER - Success
-- Performing Test CGAL_CFG_NO_STATEMENT_EXPRESSIONS - Success
-- Performing Test CGAL_CFG_NO_STL - Success
-- Performing Test CGAL_CFG_NO_TMPL_IN_TMPL_PARAM - Success
-- Performing Test CGAL_CFG_NO_TR1_ARRAY - Success
-- Performing Test CGAL_CFG_NO_TR1_TUPLE - Success
-- Performing Test CGAL_CFG_NO_WARNING_CPP_DIRECTIVE_BUG - Success
-- Performing Test CGAL_CFG_NUMERIC_LIMITS_BUG - Success
-- Performing Test CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG - Success
-- Performing Test CGAL_CFG_TEMPLATE_IN_DEFAULT_PARAMETER_BUG - Success
-- Performing Test CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG - Success
-- Performing Test CGAL_CFG_USING_BASE_MEMBER_BUG_2 - Success
-- Library config detected: ImageIO
-- The C compiler identification is GNU 4.7.2
-- Check for working C compiler: /data/scratch/donb/mxe-w64/usr/bin/x86_64-w64-mingw32-gcc
-- Check for working C compiler: /data/scratch/donb/mxe-w64/usr/bin/x86_64-w64-mingw32-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found ZLIB: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libz.a (found version "1.2.8")
-- Found OpenGL: opengl32
-- OpenGL include:
-- OpenGL libraries: glu32;opengl32
-- USING ZLIB_VERSION = ''
-- ZLib include: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/include
-- ZLib libraries: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libz.a
-- Library config detected: Qt3
-- Library config detected: Qt4
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found PNG: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libpng.a (found version "1.6.1")
-- Found JPEG: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libjpeg.a
-- Found TIFF: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libtiff.a (found version "4.0.3")
-- USING QT4_VERSION = ''
-- OpenGL include:
-- OpenGL libraries: glu32;opengl32;glu32;opengl32
-- OpenGL definitions:
-- Qt4 include: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include
-- Qt4 libraries: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/lib/libqtmain.a;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/lib/libQtOpenGL.a;glu32;opengl32;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/lib/libQtGui.a;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libpng.a;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libjpeg.a;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libtiff.a;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libmng.a;imm32;winmm;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/lib/libQtCore.a;/data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/lib/libz.a;ws2_32
-- Qt4 definitions:
-- moc executable: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/bin/moc
-- uic executable: /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/bin/uic
-- Library config detected: Core
-- Library configs detected: CGAL;Core;ImageIO;Qt3;Qt4
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BOOST_COMPILER
BOOST_LIB_DIAGNOSTIC_DEFINITIONS
BOOST_THREAD_USE_LIB
BOOST_USE_STATIC_LIBS
-- Build files have been written to: /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2
# this should be done by cmake somehow
sed -i '1s,^,#ifdef __MINGW64__\n#include <windows.h>\n#endif\n,' '/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/ImageIO/all_files.cpp'
make -C '/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2' -j 8
make[2]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[3]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
Scanning dependencies of target CGAL
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[ 5%] Building CXX object src/CGAL/CMakeFiles/CGAL.dir/all_files.cpp.obj
Linking CXX static library ../../lib/libCGAL.a
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[ 5%] Built target CGAL
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[ 10%] [ 15%] [ 20%] [ 25%] [ 30%] [ 35%] Generating qrc_Triangulation_2.cxx
Generating __/__/include/CGAL/Qt/moc_GraphicsViewNavigation.cxx
Generating __/__/include/CGAL/Qt/moc_DemosMainWindow.cxx
Generating __/__/include/CGAL/Qt/moc_GraphicsItem.cxx
Generating __/__/include/CGAL/Qt/moc_GraphicsViewInput.cxx
Generating qrc_CGAL.cxx
[ 40%] [ 45%] Generating qrc_Input.cxx
Generating qrc_File.cxx
Scanning dependencies of target CGAL_Core
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[ 50%] Building CXX object src/Core/CMakeFiles/CGAL_Core.dir/all_files.cpp.obj
Scanning dependencies of target CGAL_ImageIO
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[ 55%] Building CXX object src/ImageIO/CMakeFiles/CGAL_ImageIO.dir/all_files.cpp.obj
Scanning dependencies of target CGAL_Qt4
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[4]: Entering directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[ 65%] [ 65%] [ 70%] [ 75%] Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_DemosMainWindow.cxx.obj
Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewNavigation.cxx.obj
[ 80%] [ 85%] Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsItem.cxx.obj
Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/__/__/include/CGAL/Qt/moc_GraphicsViewInput.cxx.obj
Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/qrc_CGAL.cxx.obj
[ 90%] Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/qrc_Input.cxx.obj
[ 95%] Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/qrc_File.cxx.obj
[100%] Building CXX object src/Qt4/CMakeFiles/CGAL_Qt4.dir/qrc_Triangulation_2.cxx.obj
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:234:1: error: previous declaration of '__m128d _mm_add_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:677:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:228:1: error: previous declaration of '__m128d _mm_add_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:678:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:270:1: error: previous declaration of '__m128d _mm_div_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:679:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:264:1: error: previous declaration of '__m128d _mm_div_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:680:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:308:1: error: previous declaration of '__m128d _mm_max_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:681:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:302:1: error: previous declaration of '__m128d _mm_max_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:682:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:296:1: error: previous declaration of '__m128d _mm_min_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:683:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:290:1: error: previous declaration of '__m128d _mm_min_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:684:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:258:1: error: previous declaration of '__m128d _mm_mul_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:685:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:252:1: error: previous declaration of '__m128d _mm_mul_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:686:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:283:1: error: previous declaration of '__m128d _mm_sqrt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:687:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:276:1: error: previous declaration of '__m128d _mm_sqrt_pd(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:688:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:246:1: error: previous declaration of '__m128d _mm_sub_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:689:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:240:1: error: previous declaration of '__m128d _mm_sub_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:690:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:314:1: error: previous declaration of '__m128d _mm_and_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:691:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:320:1: error: previous declaration of '__m128d _mm_andnot_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:692:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:326:1: error: previous declaration of '__m128d _mm_or_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:693:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:332:1: error: previous declaration of '__m128d _mm_xor_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:694:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:410:1: error: previous declaration of '__m128d _mm_cmpeq_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:695:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:338:1: error: previous declaration of '__m128d _mm_cmpeq_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:696:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:416:1: error: previous declaration of '__m128d _mm_cmplt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:697:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:344:1: error: previous declaration of '__m128d _mm_cmplt_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:698:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:422:1: error: previous declaration of '__m128d _mm_cmple_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:699:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:350:1: error: previous declaration of '__m128d _mm_cmple_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:700:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:428:1: error: previous declaration of '__m128d _mm_cmpgt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:701:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:356:1: error: previous declaration of '__m128d _mm_cmpgt_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:702:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:438:1: error: previous declaration of '__m128d _mm_cmpge_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:703:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:362:1: error: previous declaration of '__m128d _mm_cmpge_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:704:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:448:1: error: previous declaration of '__m128d _mm_cmpneq_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:705:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:368:1: error: previous declaration of '__m128d _mm_cmpneq_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:706:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:454:1: error: previous declaration of '__m128d _mm_cmpnlt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:707:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:374:1: error: previous declaration of '__m128d _mm_cmpnlt_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:708:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:460:1: error: previous declaration of '__m128d _mm_cmpnle_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:709:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:380:1: error: previous declaration of '__m128d _mm_cmpnle_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:710:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:466:1: error: previous declaration of '__m128d _mm_cmpngt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:711:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:386:1: error: previous declaration of '__m128d _mm_cmpngt_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:712:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:476:1: error: previous declaration of '__m128d _mm_cmpnge_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:713:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:392:1: error: previous declaration of '__m128d _mm_cmpnge_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:714:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:486:1: error: previous declaration of '__m128d _mm_cmpord_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:715:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:398:1: error: previous declaration of '__m128d _mm_cmpord_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:716:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:492:1: error: previous declaration of '__m128d _mm_cmpunord_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:717:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:404:1: error: previous declaration of '__m128d _mm_cmpunord_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:718:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:498:1: error: previous declaration of 'int _mm_comieq_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:719:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:504:1: error: previous declaration of 'int _mm_comilt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:720:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:510:1: error: previous declaration of 'int _mm_comile_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:721:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:516:1: error: previous declaration of 'int _mm_comigt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:722:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:522:1: error: previous declaration of 'int _mm_comige_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:723:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:528:1: error: previous declaration of 'int _mm_comineq_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:724:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:534:1: error: previous declaration of 'int _mm_ucomieq_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:725:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:540:1: error: previous declaration of 'int _mm_ucomilt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:726:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:546:1: error: previous declaration of 'int _mm_ucomile_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:727:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:552:1: error: previous declaration of 'int _mm_ucomigt_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:728:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:558:1: error: previous declaration of 'int _mm_ucomige_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:729:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:564:1: error: previous declaration of 'int _mm_ucomineq_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:730:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:762:1: error: previous declaration of '__m128 _mm_cvtpd_ps(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:731:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:798:1: error: previous declaration of '__m128d _mm_cvtps_pd(__m128)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:732:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:738:1: error: previous declaration of '__m128d _mm_cvtepi32_pd(__m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:733:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:750:1: error: previous declaration of '__m128i _mm_cvtpd_epi32(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:734:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:804:1: error: previous declaration of 'int _mm_cvtsd_si32(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:735:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:848:1: error: previous declaration of '__m128 _mm_cvtsd_ss(__m128, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:736:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:854:1: error: previous declaration of '__m128d _mm_cvtsi32_sd(__m128d, int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:737:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:876:1: error: previous declaration of '__m128d _mm_cvtss_sd(__m128d, __m128)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:738:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:768:1: error: previous declaration of '__m128i _mm_cvttpd_epi32(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:739:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:826:1: error: previous declaration of 'int _mm_cvttsd_si32(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:740:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:744:1: error: previous declaration of '__m128 _mm_cvtepi32_ps(__m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:741:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:786:1: error: previous declaration of '__m128i _mm_cvtps_epi32(__m128)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:742:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:792:1: error: previous declaration of '__m128i _mm_cvttps_epi32(__m128)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:743:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:894:1: error: previous declaration of '__m128d _mm_unpackhi_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:747:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:900:1: error: previous declaration of '__m128d _mm_unpacklo_pd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:748:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:918:1: error: previous declaration of 'int _mm_movemask_pd(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:749:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:104:1: error: previous declaration of '__m128d _mm_load_pd(const double*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:751:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:118:1: error: previous declaration of '__m128d _mm_load1_pd(const double*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:752:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:138:1: error: previous declaration of '__m128d _mm_loadr_pd(const double*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:753:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:111:1: error: previous declaration of '__m128d _mm_loadu_pd(const double*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:754:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:125:1: error: previous declaration of '__m128d _mm_load_sd(const double*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:755:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:906:1: error: previous declaration of '__m128d _mm_loadh_pd(__m128d, const double*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:756:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:912:1: error: previous declaration of '__m128d _mm_loadl_pd(__m128d, const double*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:757:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:56:1: error: previous declaration of '__m128d _mm_set_sd(double)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:758:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:63:1: error: previous declaration of '__m128d _mm_set1_pd(double)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:759:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:76:1: error: previous declaration of '__m128d _mm_set_pd(double, double)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:760:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:83:1: error: previous declaration of '__m128d _mm_setr_pd(double, double)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:761:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:90:1: error: previous declaration of '__m128d _mm_setzero_pd()' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:762:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:97:1: error: previous declaration of '__m128d _mm_move_sd(__m128d, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:763:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:160:1: error: previous declaration of 'void _mm_store_sd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:764:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:187:1: error: previous declaration of 'void _mm_store1_pd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:765:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:146:1: error: previous declaration of 'void _mm_store_pd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:766:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:153:1: error: previous declaration of 'void _mm_storeu_pd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:767:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:200:1: error: previous declaration of 'void _mm_storer_pd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:768:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:179:1: error: previous declaration of 'void _mm_storeh_pd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:769:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:172:1: error: previous declaration of 'void _mm_storel_pd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:770:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:990:1: error: previous declaration of '__m128i _mm_add_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:771:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:996:1: error: previous declaration of '__m128i _mm_add_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:772:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1002:1: error: previous declaration of '__m128i _mm_add_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:773:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1008:1: error: previous declaration of '__m128i _mm_add_epi64(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:775:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1014:1: error: previous declaration of '__m128i _mm_adds_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:776:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1020:1: error: previous declaration of '__m128i _mm_adds_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:777:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1026:1: error: previous declaration of '__m128i _mm_adds_epu8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:778:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1032:1: error: previous declaration of '__m128i _mm_adds_epu16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:779:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1398:1: error: previous declaration of '__m128i _mm_avg_epu8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:780:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1404:1: error: previous declaration of '__m128i _mm_avg_epu16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:781:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1086:1: error: previous declaration of '__m128i _mm_madd_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:782:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1329:1: error: previous declaration of '__m128i _mm_max_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:783:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1335:1: error: previous declaration of '__m128i _mm_max_epu8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:784:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1341:1: error: previous declaration of '__m128i _mm_min_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:785:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1347:1: error: previous declaration of '__m128i _mm_min_epu8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:786:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1092:1: error: previous declaration of '__m128i _mm_mulhi_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:787:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1359:1: error: previous declaration of '__m128i _mm_mulhi_epu16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:788:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1098:1: error: previous declaration of '__m128i _mm_mullo_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:789:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1110:1: error: previous declaration of '__m128i _mm_mul_epu32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:791:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1410:1: error: previous declaration of '__m128i _mm_sad_epu8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:792:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1038:1: error: previous declaration of '__m128i _mm_sub_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:793:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1044:1: error: previous declaration of '__m128i _mm_sub_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:794:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1050:1: error: previous declaration of '__m128i _mm_sub_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:795:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1056:1: error: previous declaration of '__m128i _mm_sub_epi64(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:797:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1062:1: error: previous declaration of '__m128i _mm_subs_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:798:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1068:1: error: previous declaration of '__m128i _mm_subs_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:799:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1074:1: error: previous declaration of '__m128i _mm_subs_epu8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:800:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1080:1: error: previous declaration of '__m128i _mm_subs_epu16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:801:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1237:1: error: previous declaration of '__m128i _mm_andnot_si128(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:802:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1231:1: error: previous declaration of '__m128i _mm_and_si128(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:803:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1243:1: error: previous declaration of '__m128i _mm_or_si128(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:804:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1249:1: error: previous declaration of '__m128i _mm_xor_si128(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:805:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1183:1: error: previous declaration of '__m128i _mm_sll_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:808:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1189:1: error: previous declaration of '__m128i _mm_sll_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:810:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1195:1: error: previous declaration of '__m128i _mm_sll_epi64(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:812:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1201:1: error: previous declaration of '__m128i _mm_sra_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:814:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1207:1: error: previous declaration of '__m128i _mm_sra_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:816:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1213:1: error: previous declaration of '__m128i _mm_srl_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:819:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1219:1: error: previous declaration of '__m128i _mm_srl_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:821:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1225:1: error: previous declaration of '__m128i _mm_srl_epi64(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:823:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1255:1: error: previous declaration of '__m128i _mm_cmpeq_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:824:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1261:1: error: previous declaration of '__m128i _mm_cmpeq_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:825:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1267:1: error: previous declaration of '__m128i _mm_cmpeq_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:826:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1291:1: error: previous declaration of '__m128i _mm_cmpgt_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:827:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1297:1: error: previous declaration of '__m128i _mm_cmpgt_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:828:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1303:1: error: previous declaration of '__m128i _mm_cmpgt_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:829:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1273:1: error: previous declaration of '__m128i _mm_cmplt_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:830:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1279:1: error: previous declaration of '__m128i _mm_cmplt_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:831:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1285:1: error: previous declaration of '__m128i _mm_cmplt_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:832:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1460:1: error: previous declaration of '__m128i _mm_cvtsi32_si128(int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:833:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:206:1: error: previous declaration of 'int _mm_cvtsi128_si32(__m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:834:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:924:1: error: previous declaration of '__m128i _mm_packs_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:835:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:930:1: error: previous declaration of '__m128i _mm_packs_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:836:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:936:1: error: previous declaration of '__m128i _mm_packus_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:837:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1353:1: error: previous declaration of 'int _mm_movemask_epi8(__m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:840:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:942:1: error: previous declaration of '__m128i _mm_unpackhi_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:844:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:948:1: error: previous declaration of '__m128i _mm_unpackhi_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:845:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:954:1: error: previous declaration of '__m128i _mm_unpackhi_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:846:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:960:1: error: previous declaration of '__m128i _mm_unpackhi_epi64(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:847:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:966:1: error: previous declaration of '__m128i _mm_unpacklo_epi8(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:848:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:972:1: error: previous declaration of '__m128i _mm_unpacklo_epi16(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:849:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:978:1: error: previous declaration of '__m128i _mm_unpacklo_epi32(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:850:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:984:1: error: previous declaration of '__m128i _mm_unpacklo_epi64(__m128i, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:851:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:677:1: error: previous declaration of '__m128i _mm_load_si128(const __m128i*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:852:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:683:1: error: previous declaration of '__m128i _mm_loadu_si128(const __m128i*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:853:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:689:1: error: previous declaration of '__m128i _mm_loadl_epi64(const __m128i*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:854:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:584:1: error: previous declaration of '__m128i _mm_set_epi32(int, int, int, int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:856:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:590:1: error: previous declaration of '__m128i _mm_set_epi16(short int, short int, short int, short int, short int, short int, short int, short int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:857:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:598:1: error: previous declaration of '__m128i _mm_set_epi8(char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:858:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:624:1: error: previous declaration of '__m128i _mm_set1_epi32(int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:860:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:630:1: error: previous declaration of '__m128i _mm_set1_epi16(short int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:861:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:636:1: error: previous declaration of '__m128i _mm_set1_epi8(char)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:862:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:652:1: error: previous declaration of '__m128i _mm_setr_epi32(int, int, int, int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:865:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:658:1: error: previous declaration of '__m128i _mm_setr_epi16(short int, short int, short int, short int, short int, short int, short int, short int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:866:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:665:1: error: previous declaration of '__m128i _mm_setr_epi8(char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:867:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:732:1: error: previous declaration of '__m128i _mm_setzero_si128()' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:868:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:695:1: error: previous declaration of 'void _mm_store_si128(__m128i*, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:869:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:701:1: error: previous declaration of 'void _mm_storeu_si128(__m128i*, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:870:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:707:1: error: previous declaration of 'void _mm_storel_epi64(__m128i*, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:871:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1392:1: error: previous declaration of 'void _mm_maskmoveu_si128(__m128i, __m128i, char*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:872:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:725:1: error: previous declaration of '__m128i _mm_move_epi64(__m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:873:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1436:1: error: previous declaration of 'void _mm_stream_pd(double*, __m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:876:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1430:1: error: previous declaration of 'void _mm_stream_si128(__m128i*, __m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:877:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1442:1: error: previous declaration of 'void _mm_clflush(const void*)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:878:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1448:1: error: previous declaration of 'void _mm_lfence()' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:879:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1454:1: error: previous declaration of 'void _mm_mfence()' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:880:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1416:1: error: previous declaration of 'void _mm_stream_si32(int*, int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:881:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1226:1: error: previous declaration of 'void _mm_pause()' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:882:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:572:1: error: previous declaration of '__m128i _mm_set_epi64x(long long int, long long int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:949:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:612:1: error: previous declaration of '__m128i _mm_set1_epi64x(long long int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:950:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:819:1: error: previous declaration of 'long long int _mm_cvtsd_si64x(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:951:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:869:1: error: previous declaration of '__m128d _mm_cvtsi64x_sd(__m128d, long long int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:952:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:595:1: error: previous declaration of '__m128 _mm_cvtsi64x_ss(__m128, long long int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:953:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:505:1: error: previous declaration of 'long long int _mm_cvtss_si64x(__m128)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:954:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:841:1: error: previous declaration of 'long long int _mm_cvttsd_si64x(__m128d)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:955:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:550:1: error: previous declaration of 'long long int _mm_cvttss_si64x(__m128)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:956:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:1475:1: error: previous declaration of '__m128i _mm_cvtsi64x_si128(long long int)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:957:5: error: conflicts with new declaration with 'C' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/xmmintrin.h:1247:0,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/FPU.h:88,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/number_type_basic.h:77,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/basic.h:36,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Object.h:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewInput.h:28,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/../../include/CGAL/Qt/GraphicsViewPolylineInput.h:30,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/GraphicsViewPolylineInput.cpp:32,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:4:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/include/emmintrin.h:221:1: error: previous declaration of 'long long int _mm_cvtsi128_si64x(__m128i)' with 'C++' linkage
In file included from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/winnt.h:1446:0,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windef.h:137,
from /data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/windows.h:59,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtCore/qt_windows.h:63,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/qgl.h:58,
from /data/scratch/donb/mxe-w64/usr/x86_64-w64-mingw32/qt/include/QtOpenGL/QGLWidget:1,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/CGALQt4/DemosMainWindow.cpp:33,
from /data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2/src/Qt4/all_files.cpp:6:
/data/scratch/donb/mxe-w64/usr/lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/intrin.h:958:5: error: conflicts with new declaration with 'C' linkage
make[4]: *** [src/Qt4/CMakeFiles/CGAL_Qt4.dir/all_files.cpp.obj] Error 1
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[3]: *** [src/Qt4/CMakeFiles/CGAL_Qt4.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs....
Linking CXX static library ../../lib/libCGAL_Core.a
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[100%] Built target CGAL_Core
Linking CXX static library ../../lib/libCGAL_ImageIO.a
make[4]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
[100%] Built target CGAL_ImageIO
make[3]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data/scratch/donb/mxe-w64/tmp-cgal/CGAL-4.0.2'
make[1]: *** [build-only-cgal_x86_64-w64-mingw32] Error 2
make[1]: Leaving directory `/data/scratch/donb/mxe-w64'
real 0m22.645s
user 0m32.270s
sys 0m2.860s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment