View Single Post
  #1  
Old 02-01-2006, 04:15 AM
Aeris1
Fire Beetle
 
Join Date: Sep 2005
Posts: 4
Default Missing Header files.

I get these messages while compiling world and zoneperl with recent CVS versions:

d:\Data\Dev\Coding\EQEmuCVS\Source\common\EQPacket .h(21) : fatal error C1083: Cannot open include file: 'BasePacket.h': No such file or directory

d:\Data\Dev\Coding\EQEmuCVS\Source\common\Item.cpp (36) : fatal error C1083: Cannot open include file: 'shareddb.h': No such file or directory

d:\Data\Dev\Coding\EQEmuCVS\Source\zone\entity.h(2 3) : fatal error C1083: Cannot open include file: 'zonedb.h': No such file or directory


Can't find those 3 files on CVS. Any suggestions?

Thanks.
Reply With Quote