From koffice Sun Apr 18 11:57:55 1999 From: Kevin Forge Date: Sun, 18 Apr 1999 11:57:55 +0000 To: koffice Subject: kprotocolmanager.cpp X-MARC-Message: https://marc.info/?l=koffice&m=92516424128518 When I compile kdelibs from CVS it gives me this error. Has been doing it for a week now. It stops in kprotocolmanager.cpp . I have CVS version of QT from Tuesday, Wednesday and friday. Doesn't matter which is linked I get the same error. Am I doing something wrong ? This is a RedHat 5.1 system updated to run Gnome-1.0.x and KDE-2.0.beta. It compiles the KDE stuff sometimes And I have gotten nearly everything to compile before. /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kdecore -I../kdeui -I/usr/local/qt/include -I/usr/X11R6/include -I/opt/kde/include -O2 -Wall -c kprotocolmanager.cpp kprotocolmanager.cpp: In method 'void KProtocolManager::scanConfig(const class QString &, bool)': kprotocolmanager.cpp:29: conversion from 'const QStringList *' to non-scalar type 'QStringList' requested make[2]: *** [kprotocolmanager.lo] Error 1 make[2]: Leaving directory /usr/src/KDE/kde/kdelibs/kdecore' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /usr/src/KDE/kde/kdelibs' make: *** [all-recursive-am] Error 2