[ES40-developers] can't compile cvs
Status: Alpha
Brought to you by:
iamcamiel
From: Brian W. <bdw...@in...> - 2008-06-03 16:55:25
|
Only being a newbie with C++, what does this error mean? g++ -DHAVE_CONFIG_H -I. -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_SDL -I/usr/include -DHAVE_PCAP -DHAVE_X11 -MT AliM1543C.o -MD -MP -MF .deps/AliM1543C.Tpo -c -o AliM1543C.o AliM1543C.cpp In file included from StdAfx.h:307, from AliM1543C.cpp:269: base/Mutex.h:114: error: declaration of ‘typedef class CScopedLock<CMutex> CMutex::CScopedLock’ base/ScopedLock.h:88: error: changes meaning of ‘CScopedLock’ from ‘class CScopedLock<CMutex>’ base/Mutex.h:175: error: declaration of ‘typedef class CScopedLock<CFastMutex> CFastMutex::CScopedLock’ base/ScopedLock.h:88: error: changes meaning of ‘CScopedLock’ from ‘class CScopedLock<CFastMutex>’ make[2]: *** [AliM1543C.o] Error 1 make[2]: Leaving directory `/home/bdwheele/Emulation/es40/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/bdwheele/Emulation/es40/src' make: *** [all-recursive] Error 1 |