PDA

View Full Version : Compile Errors


Niteryder1969
01-18-2015, 10:37 AM
Getting these suddenly Did it first time on a pull tried a clone and still got them.

2>C:\EQ\Source\zone\position.cpp(174): error C2039: 'min' : is not a member of 'std'
12>C:\EQ\Source\zone\position.cpp(174): error C3861: 'min': identifier not found
12>C:\EQ\Source\zone\position.cpp(175): error C2039: 'max' : is not a member of 'std'
12>C:\EQ\Source\zone\position.cpp(175): error C3861: 'max': identifier not found
12>C:\EQ\Source\zone\position.cpp(177): error C3536: 'actualMinimum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(177): error C2228: left of '.m_X' must have class/struct/union
12> type is 'int'
12>C:\EQ\Source\zone\position.cpp(177): error C3536: 'actualMaximum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(178): error C3536: 'actualMinimum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(178): error C2228: left of '.m_Y' must have class/struct/union
12> type is 'int'
12>C:\EQ\Source\zone\position.cpp(178): error C3536: 'actualMaximum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(179): error C3536: 'actualMinimum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(179): error C2228: left of '.m_Z' must have class/struct/union
12> type is 'int'
12>C:\EQ\Source\zone\position.cpp(179): error C3536: 'actualMaximum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(189): error C2039: 'min' : is not a member of 'std'
12>C:\EQ\Source\zone\position.cpp(189): error C3861: 'min': identifier not found
12>C:\EQ\Source\zone\position.cpp(190): error C2039: 'max' : is not a member of 'std'
12>C:\EQ\Source\zone\position.cpp(190): error C3861: 'max': identifier not found
12>C:\EQ\Source\zone\position.cpp(192): error C3536: 'actualMinimum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(192): error C2228: left of '.m_X' must have class/struct/union
12> type is 'int'
12>C:\EQ\Source\zone\position.cpp(192): error C3536: 'actualMaximum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(193): error C3536: 'actualMinimum': cannot be used before it is initialized
12>C:\EQ\Source\zone\position.cpp(193): error C2228: left of '.m_Y' must have class/struct/union
12> type is 'int'
12>C:\EQ\Source\zone\position.cpp(193): error C3536: 'actualMaximum': cannot be used before it is initialized

Drajor
01-18-2015, 11:18 AM
Help the people who can help you, please include;
- code tags
- OS/Compiler details
- source version

joligario
01-18-2015, 11:56 AM
Pull latest update again.

Niteryder1969
01-18-2015, 01:48 PM
Yeppers that straightened it right out. I am sry for the brief error msg. I was running late getting my girls to church, so my apologies. Btw, I am not a complete newb to things just newb to all the new changes since 6.2, lol I know I am ancient. My hat is off to each and everyone one of your team for all the impressive work u have done. When I get a better feel and time of things I will try to contribute and Thanks for your hard work.


Adventure on ;)