podbot_mm icon indicating copy to clipboard operation
podbot_mm copied to clipboard

Unable to compile the source in Linux

Open samuelololol opened this issue 5 years ago • 2 comments

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.

samuelololol avatar Dec 17 '19 06:12 samuelololol

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?

samuelololol avatar Dec 17 '19 08:12 samuelololol

OK I got it fixed now!

APGRoboCop avatar Mar 31 '20 18:03 APGRoboCop