View Single Post
Old 05-21-2012, 09:32 AM   #11
platt
Junior Member
platt began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2012
Device: none
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.
platt is offline   Reply With Quote