I've been having problems compiling kdevelop's languages/ada and now langauges/pascal has started doing the same thing. This is presumably related to the recent upgrades to Pascal support: make[1]: Entering directory `/home/srhaque/kdecvs/kdevelop/languages/pascal' source='PascalParser.cpp' object='PascalParser.lo' libtool=yes \ depfile='.deps/PascalParser.Plo' tmpdepfile='.deps/PascalParser.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/antlr -I../../lib/catalog -I../../lib/interfaces -I../../lib/util -I/home/srhaque/kde3.2-alpha2/include -I/home/srhaque/ kdecvs/qt-copy/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -fno-builtin -g -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -c -o PascalParser.lo `test -f 'PascalParser.cpp' || echo './'`PascalParser.cpp PascalParser.cpp: In member function `void PascalParser::compilationUnit()': PascalParser.cpp:34: error: invalid static_cast from type `antlr::RefAST' to type `RefPascalAST' PascalParser.cpp:36: error: invalid static_cast from type `antlr::RefAST' to type `RefPascalAST' PascalParser.cpp:44: error: invalid static_cast from type `RefPascalAST' to type `antlr::RefAST' PascalParser.cpp:46: error: invalid static_cast from type `antlr::RefAST' to type `RefPascalAST' PascalParser.cpp:53: error: invalid static_cast from type `RefPascalAST' to type `antlr::RefAST' PascalParser.cpp:55: error: invalid static_cast from type `antlr::RefAST' to type `RefPascalAST' PascalParser.cpp:62: error: invalid static_cast from type `RefPascalAST' to type `antlr::RefAST' I presume this is something to do with antlr, but I don't seem to have it installed, and in any case, editing the pascal.g files does not seem to try to invoke it. Any ideas? Thanks, Shaheed >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<