What steps will reproduce the problem?
1. Checkout latest TopMod
2. Build on 64-bit Linux
Some DLFL source files set an unsigned int to a pointer value, and g++ refuses
to compile the code without -fpermissive. Appending -fpermissive to the
CXXFLAGS works around this, but this should be fixed in source.