Tijdens het compilen van irc bot HAL krijg ik de voglende foutmelding:
Weet iemand wat dit inhoud en/of hoe je het oplost? Ik kon op google niks nuttigs vinden
code:
1
2
3
4
5
6
7
8
9
10
11
| printf.cpp: In function `void send_to_server(const char *, ...)': printf.cpp:75: warning: converting NULL to non-pointer type printf.cpp: In function `void send_to_server_now(const char *, ...)': printf.cpp:94: warning: converting NULL to non-pointer type g++ -Wall -g3 -I../include -I../lib -I/usr/local/include/mysql -I/usr/local/include -c signal.cpp g++ -Wall -g3 -I../include -I../lib -I/usr/local/include/mysql -I/usr/local/include -c sql.cpp sql.cpp: In method `int Sql::Tags(char *, int, const char *)': sql.cpp:193: implicit declaration of function `int srandomdev(...)' make[1]: *** [sql.o] Error 1 make[1]: Leaving directory `/home/blubber/halv2-2.00/src' make: *** [build] Error 2 |
Weet iemand wat dit inhoud en/of hoe je het oplost? Ik kon op google niks nuttigs vinden