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.

Problem while compiling 1.6.7

Old posts that have not been replied to for several years.
Locked
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

Hi,

I compiled and run 2 eggies with no problems, but the 3rd one make a proble.
When I run "make" I get this warning:

modules.c:301: warning: built-in function `memcpy' used without declaration

after that I make is going on and I can do a make install without problems. Even running the bot works.


g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Odd, was this a competely new install of eggdrop1.6.7 or was it a 1.6.6 to 1.6.7 patch file?

Also, what type of system is it running on and the gcc version.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

both,
at first I tried to upgrade 1.6.6 to 1.6.7, than I tried to install a new 1.6.7.

both times I got this warning.
As I said, I have 2 other bots running, one on a different shell and one on my Linux box.
Upgrading them to 1.6.7 was absolutely no problem.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

well, I tried to compile a 1.6.6 again on that shell, and I got the same warning.
As far as I know that happened when I installed a 1.6.6 a few month ago there.
This happens when comiling the bot static as well as compiling it normal.
The shell is running on Linux 2.4.2 .
Locked