podbot_mm
podbot_mm copied to clipboard
Unable to compile the source in Linux
Some functions used in source code (i.e. strncpy_s) are not able to compile. Is there any instructions to build the source and generate the podbot_mm_i386.so?
What I did is git-cloning the source and make.
I found the latest commit(e8e474a82179a) replace original str* functions to *_s secured ones but which are not able to be compiled using GCC-4.8 declared in makefile. Will this be fixed?
OK I got it fixed now!