darinchy
Bovino maduro
- Desde
- 30 Mar 2008
- Mensajes
- 469
- Tema Autor
- #1
Hola a todos, les escribo porque he tenido dificultad con instalar el scidb (http://scidb.sourceforge.net/download.html) en fedora 24, este compila normal , pero al darle make . me presenta el sigueinte error coloco la ultima parte..
/usr/include/c++/6.1.1/stdlib.h:77:12: error: ‘std::strtoul’ has not been declared
using std::strtoul;
^~~~~~~
/usr/include/c++/6.1.1/stdlib.h:78:12: error: ‘std::system’ has not been declared
using std::system;
^~~~~~
/usr/include/c++/6.1.1/stdlib.h:80:12: error: ‘std::wcstombs’ has not been declared
using std::wcstombs;
^~~~~~~~
/usr/include/c++/6.1.1/stdlib.h:81:12: error: ‘std::wctomb’ has not been declared
using std::wctomb;
^~~~~~
Makefile:66: recipe for target 'tk_busy.o' failed
make[2]: *** [tk_busy.o] Error 1
Makefile:195: recipe for target 'recursive' failed
make[1]: *** [recursive] Error 1
Makefile:18: recipe for target 'all' failed
make: *** [all] Error 2
me gustaria saber si se puede adactar el codigo fuente del scidb para que este se pueda instalar en fedorora..
espero me puedan ayudar gracias.
/usr/include/c++/6.1.1/stdlib.h:77:12: error: ‘std::strtoul’ has not been declared
using std::strtoul;
^~~~~~~
/usr/include/c++/6.1.1/stdlib.h:78:12: error: ‘std::system’ has not been declared
using std::system;
^~~~~~
/usr/include/c++/6.1.1/stdlib.h:80:12: error: ‘std::wcstombs’ has not been declared
using std::wcstombs;
^~~~~~~~
/usr/include/c++/6.1.1/stdlib.h:81:12: error: ‘std::wctomb’ has not been declared
using std::wctomb;
^~~~~~
Makefile:66: recipe for target 'tk_busy.o' failed
make[2]: *** [tk_busy.o] Error 1
Makefile:195: recipe for target 'recursive' failed
make[1]: *** [recursive] Error 1
Makefile:18: recipe for target 'all' failed
make: *** [all] Error 2
me gustaria saber si se puede adactar el codigo fuente del scidb para que este se pueda instalar en fedorora..
espero me puedan ayudar gracias.