Compiling Spasm from SVN

Hello, I'd like to start learning z80 (TI84+ more specifically) programming (again..), and I've downloaded the Spasm code from the link to svn on wabbit.
But to no avail, I got this error message:
But to no avail, I got this error message:
- Code: Select all
$ make
g++ -I. -DUSE_REUSABLES -DUSE_GMP -DUNIXVER -DUSE_BUILTIN_FCREATE -c main.cpp
In file included from storage.h:5:0,
from main.cpp:7:
hash.h:29:31: error: expected template-name before ‘<’ token
hash.h:29:31: error: expected ‘{’ before ‘<’ token
hash.h:29:31: error: expected unqualified-id before ‘<’ token
make: *** [main.o] Error 1