Building failed

I tried to compile version 1.99.13 of TeXmacs. The building process failed at one point. Here
is the last few lines of the error messages

make[4]: Leaving directory ‘/home/jwang/workspace/3party/TeXmacs-1.99.13’
make[4]: Entering directory ‘/home/jwang/workspace/3party/TeXmacs-1.99.13’
[ 0%] Building CXX object plugins/maple/CMakeFiles/tm_maple_5.dir/src/tm_maple_5.cpp.o
[ 0%] Building CXX object plugins/maple/CMakeFiles/tm_maple_5.dir/tm_maple_5_automoc.cpp.o
[100%] Linking CXX executable tm_maple_5
make[4]: Leaving directory ‘/home/jwang/workspace/3party/TeXmacs-1.99.13’
[100%] Built target tm_maple_5
make[3]: Leaving directory ‘/home/jwang/workspace/3party/TeXmacs-1.99.13’
make[2]: Leaving directory ‘/home/jwang/workspace/3party/TeXmacs-1.99.13/plugins/maple’
make[1]: Leaving directory ‘/home/jwang/workspace/3party/TeXmacs-1.99.13’
make -f Makefile EX_PLUGINS
make[1]: Entering directory ‘/home/jwang/workspace/3party/TeXmacs-1.99.13’
make[1]: *** No rule to make target ‘EX_PLUGINS’. Stop.

Can anyone help me figure out what is the problem? My building command is

$ CXX=g++ CC=gcc LIBS="-ldl -lpthread" ./configure --disable-qt --prefix=~/bin/extra

$ make

I’m the maintainer of the CMake build def.

You may try to use CMake to build:

Thank you for the tip. I’m going to try it when I have time, will report the result here.