01-30-2012, 01:28 AM
I really appreciate what you have done!! Unfortunately I cannot compile the latest revision because of compile errors :
I've tried doing a 'make clean' but that changes nothing...
(I'm using ArchLinux...)
Code:
[tbar@arch mc-server-read-only2]# svn up
Updating '.':
At revision 187.
[tbar@arch mc-server-read-only2]# make
/usr/bin/g++ -s -O3 source/cCriticalSection.cpp -c -I. -Isource -Isource/md5 -IWebServer -Isource/packets -Itolua++-1.0.93/src/lib -Ilua-5.1.4/src -Izlib-1.2.5 -IiniFile -Itolua++-1.0.93/include -Ijsoncpp-src-0.5.0/include -Ijsoncpp-src-0.5.0/src/lib_json -o build/cCriticalSection.o
source/cCriticalSection.cpp: In constructor ‘cCSLock::cCSLock(cCriticalSection*)’:
source/cCriticalSection.cpp:91:2: error: class ‘cCSLock’ does not have any field named ‘m_IsLocked’
make: *** [build/cCriticalSection.o] Error 1
I've tried doing a 'make clean' but that changes nothing...
(I'm using ArchLinux...)