yes my cpu dont have sse2. normally xerxesc could built with --disable-sse2, but sigil link it staticly?
so i tried to comment out from /src/Xerces/CMakeList.txt:
if( CMAKE_COMPILER_IS_GNUCXX )
# SSE2 autodetection sometimes fails on Linux, so we'll just
# require the presence of SSE2. Everything since the year 2000 (Pentium 4)
# has it, so it's not like we're leaving anyone out.
add_definitions( -msse2 )
endif()
that give me errors, that i dont figure out.
|