5.14 compilation problem

Hello!

I’m having difficulty compiling v. 5.14 (Scientific Linux, gcc 4.1.1).
Everything goes fine until:

bin/rmkdepend -R -fnet/src/TSQLServer.d -Y -w 1000 – -pipe -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -I. -D__cplusplus – net/src/TSQLServer.cxx
g++ -O -pipe -Wall -W -Woverloaded-virtual -fPIC -Iinclude -pthread -I. -DUSEPCH -include precompile.h -o net/src/TSQLServer.o -c net/src/TSQLServer.cxx
net/src/TSQLServer.cxx: In member function GetTableInfo:
net/src/TSQLServer.cxx:244: error: invalid use of undefined type TSQLTableInfo
include/TSQLServer.h:42: error: forward declaration of TSQLTableInfo
make: *** [net/src/TSQLServer.o] Error 1

Any advice gratefully received!

Thanks,
Barnaby.

I do not understand this error. TSQSLServer.cxx includes TSQLTableInfo.h
You must have something wrong before this step.

Rene