View Single Post
Re: Compiling dlls with MingWing
Old
  (#24)
Beasty
Member
 
Status: Offline
Posts: 49
Join Date: Feb 2005
Default Re: Compiling dlls with MingWing - 19-03-2005

I have updated my Dev C++ to version 4.9.9.2 and now I get this error when compiling the client.dll:

E:\Dev-Cpp\projects\Makefile.win [Build Error] No rule to make target `"../../mod-code/Single-Player', needed by `client.dll'. Stop.

Note that this error is in one line. And I get these errors when compiling the HPB_bot:

102 E:\Bot-code\HPB_bot\floyd.c `main' must return `int'
E:\Bot-code\HPB_bot\floyd.c In function `int main(...)':
139 E:\Bot-code\HPB_bot\floyd.c `atoi' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in.)
E:\Dev-Cpp\projects\Makefile.win [Build Error] [../../Bot-code/HPB_bot/floyd.o] Error 1

Each of these errors are in one line as well. Thanks for the help!
  
Reply With Quote