I'm having a similar problem to the people above. When I use the "make" command, this happens:
[ 3%] 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
[ 38%] Built target pk3
src/svnrevision.h is up to date at revision 3710.
[ 38%] Built target revision_check
Linking CXX executable ../zdoom
/usr/bin/ld: skipping incompatible /usr/local/lib/libfmodex-4.26.36.so when searching for -lfmodex-4.26.36
/usr/bin/ld: skipping incompatible /usr/local/lib/libfmodex-4.26.36.so when searching for -lfmodex-4.26.36
/usr/bin/ld: cannot find -lfmodex-4.26.36
collect2: ld returned 1 exit status
make[2]: *** [zdoom] Error 1
make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
make: *** [all] Error 2
It seems to have trouble making the zdoom.exe file, and when I look in the trunk directory, there's no .pk3 file, either.
This is my second try, if that information helps. I still got the same error before.
Also, I'm using Ubuntu version 12.04.
