Y-Less / sscanf

SA:MP sscanf plugin originally made by @Y-Less
Other
119 stars 49 forks source link

Is ARM supported? #56

Closed lPauI closed 1 year ago

lPauI commented 1 year ago

Hi, when I try to build sscanf on ARM processor it's giving me this error. Is ARM processor supported by Y_Less sscanf?

paul@raspberrypi:~/Desktop/sscanf/build$ make [ 8%] Building C object CMakeFiles/sscanf.dir/amx/amx.c.o [ 16%] Building C object CMakeFiles/sscanf.dir/amx/amxplugin.c.o [ 25%] Building C object CMakeFiles/sscanf.dir/amx/getch.c.o [ 33%] Building C object CMakeFiles/sscanf.dir/subhook/subhook.c.o In file included from /home/paul/Desktop/sscanf/subhook/subhook.c:27: /home/paul/Desktop/sscanf/subhook/subhook.h:39:4: error: #error Unsupported architecture 39 | #error Unsupported architecture | ^~~~~ make[2]: [CMakeFiles/sscanf.dir/build.make:118: CMakeFiles/sscanf.dir/subhook/subhook.c.o] Error 1 make[1]: [CMakeFiles/Makefile2:83: CMakeFiles/sscanf.dir/all] Error 2 make: *** [Makefile:91: all] Error 2