I downloaded the smaug source code with mxp support and when I typed make, this is what i got in return.
$ make
make smaug
make[1]: Entering directory '/home/chris/smaug/dist/src
gcc -c -0 -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
act_comm.c:40: regex.h: No such file or directory
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving Directory '/home/chris/smaug/dist/src'
make: *** [all] Error 2
I was following all the directions on the website you had "How to make changes, including compiling." And I still had this problem. Does anyone know what I am to do to fix this problem?
$ make
make smaug
make[1]: Entering directory '/home/chris/smaug/dist/src
gcc -c -0 -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
act_comm.c:40: regex.h: No such file or directory
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving Directory '/home/chris/smaug/dist/src'
make: *** [all] Error 2
I was following all the directions on the website you had "How to make changes, including compiling." And I still had this problem. Does anyone know what I am to do to fix this problem?