non-SSE build is broken @r4019

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
yoshi314
Posts: 104
Joined: Wed May 16, 2012 12:57 am

non-SSE build is broken @r4019

Post by yoshi314 »

When building with SSE=OFF the build process fails at

Code: Select all

[  1%] Built target bz2
[  4%] Built target lzma
[  4%] Built target lemon
[  6%] Built target re2c
[  6%] Built target updaterevision
[  7%] Built target zipdir
[ 16%] Built target gme
[ 30%] Built target dumb
[ 30%] Built target arithchk
[ 30%] Built target qnan
[ 38%] Built target gdtoa
[ 39%] Built target pk3
src/svnrevision.h is up to date at revision 4019M.
[ 39%] Built target revision_check
[ 39%] Building CXX object src/CMakeFiles/zdoom.dir/nodebuild.o
/home/tc/src/zdoom/zdoom/src/nodebuild.cpp: In function 'int ClassifyLineBackpatch(node_t&, const FSimpleVert*, const FSimpleVert*, int*)':
/home/tc/src/zdoom/zdoom/src/nodebuild.cpp:1121:10: error: 'ClassifyLineSSE2' was not declared in this scope
make[2]: *** [src/CMakeFiles/zdoom.dir/nodebuild.o] Error 1
make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [all] Error 2
rebuild with SSE enabled works fine.
Post Reply

Return to “Closed Bugs [GZDoom]”