Latest CVS errors.
I've been getting compile errors in entity.cpp for the last 2 days. I was hoping the changes that showed up this time would fix it.
entity.cpp:863: warning: unused variable 'int i' make: ***[entity.o] Error 1 is this another one of those situations where the source compiles fine under win32, but pukes on Linux? That would explain nobody else complaining about it, I guess.. |
I had same issue, tring this for the first time. Went and looked at the file, commented out the offending int line and generated diffrent error....
|
This seems to be a small problem with a line that logs events.
An easy fix until the CVS version is fixed would be this.... In entity.cpp on the line that says... LogFile->write(EQEMuLog::Debug, "MakeDoorPacket() packet length:%i qty:%i", length, qty); Change to : LogFile->write(EQEMuLog::Debug, "MakeDoorPacket() packet length:%i qty:", length); This is just a temporary fix to get it running.... |
Is that the PERL build?
EDIT: nvm, dumb question. |
All times are GMT -4. The time now is 06:29 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.