This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

compiling... error?

General support and discussion of Eggdrop bots.
Post Reply
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

compiling... error?

Post by Madalin »

Code: Select all

tclmisc.c: In function `tcl_unixtime':
tclmisc.c:381: warning: long int format, time_t arg (arg 4)
tclmisc.c:381: warning: long int format, time_t arg (arg 4)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c tcluser.c
tcluser.c: In function `tcl_ignorelist':
tcluser.c:484: warning: long unsigned int format, time_t arg (arg 4)
tcluser.c:484: warning: long unsigned int format, time_t arg (arg 4)
tcluser.c:486: warning: long unsigned int format, time_t arg (arg 4)
tcluser.c:486: warning: long unsigned int format, time_t arg (arg 4)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c userent.c
userent.c: In function `laston_pack':
userent.c:315: warning: long unsigned int format, time_t arg (arg 3)
userent.c: In function `laston_write_userfile':
userent.c:331: warning: long unsigned int format, time_t arg (arg 3)
userent.c: In function `laston_tcl_get':


or ..

Code: Select all

touch ../../../irc.so
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././notes.mod/notes.c
.././notes.mod/notes.c: In function `tcl_storenote':
.././notes.mod/notes.c:316: warning: long int format, int arg (arg 5)
.././notes.mod/notes.c: In function `msg_notes':
.././notes.mod/notes.c:816: warning: long int format, int arg (arg 5)
mv notes.o ../
ld -Bshareable -x -o ../../../notes.so ../notes.o -L/usr/local/lib -ltcl84 -lm
touch ../../../notes.so
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/

?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

These are warnings and not errors... If your Eggdrop compiled successfully then you have no problems.
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

thanks
Post Reply