11.09.2014, 18:04
Is there a "NON SSL" version? I really need it, I hate those MSVCP and bla errors!
Fast!
Fast!
[root@host FileManager]# make gcc -c -O3 -w -DLINUX -I../SDK/amx/ ../SDK/amx/*.c g++ -c -O3 -w -DLINUX -I../SDK/amx/ ../SDK/*.cpp g++ -c -O3 -w -DLINUX -I../SDK/amx/ ../PAWN/*.cpp g++ -c -O3 -w -DLINUX -I../SDK/amx/ *.cpp filemanager.cpp: In function 'cell n_dir_delete(AMX*, cell*)': filemanager.cpp:229:14: error: 'rmdir' was not declared in this scope if(rmdir(dir) != 0) ^ filemanager.cpp: In function 'cell n_f_open(AMX*, cell*)': filemanager.cpp:314:31: error: cast from 'FILE* {aka _IO_FILE*}' to 'cell {aka int}' loses precision [-fpermissive] return (cell)fopen(file, mode); // Return the file handle as a cell ^ filemanager.cpp: In function 'cell n_dir_open(AMX*, cell*)': filemanager.cpp:337:35: error: cast from 'DIR* {aka __dirstream*}' to 'cell {aka int}' loses precision [-fpermissive] if (dir != NULL) return (cell)dir; ^ make: *** [all] Error 1 [root@host FileManager]# |
[root@host FileManager]# whereis gcc gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc /usr/share/man/man1/gcc.1.gz [root@host FileManager]# which gcc /usr/bin/gcc [root@host FileManager]# gcc --version gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16) Copyright © 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [root@host FileManager]# |
[root@host FileManager]# cat /etc/*-release CentOS Linux release 7.0.1406 (Core) NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CentOS Linux release 7.0.1406 (Core) CentOS Linux release 7.0.1406 (Core) [root@host FileManager]# |
I need help in this, I can't use the plugin as it results in some errors (In Local host), It says that i need some .dll (msvcp110, msvcr110) and i got them from dll-files.com but now it gives an other error (Entry point or something like that)
Just wanted to ask for the dll files and ty. |