Hi Rene,
Just getting back from vacation, so am just seeing this now.
The major issue seems to be with the vectorized stuff. If you look at
the file client/Makefile.am, you will see some specific compile
options for different files. For example, analyzeFuncs_sse.cpp needs
to be compiled with th
I just checked the diffs. It is the removal of the processor specific
flags that broke the build.
In addition, it's probably more compatible with future builds to
specify the --disable-server --disable-graphics command line options
on the configure command line rather than to edit the Makefile.am