Hi there. I'm trying to compile Luacheia in my Ubuntu
Linux.
I do ./configure and make, and all seems to works well,
but later I realize wx module hasn't been compiled.
Looking at the compilation messages, I see:
Making all in wx
make[2]: Entering directory
`/home/ricardo/Lua/luacheia5-5.0.1a5/src/modules/wx'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory
`/home/ricardo/Lua/luacheia5-5.0.1a5/src/modules/wx'
It seems there is a problem in the wx Makefile, because
it does nothing.
Can you help me? Thanks a lot!