From kdevelop-bugs Thu Sep 16 22:04:31 1999 From: Will Merkens Date: Thu, 16 Sep 1999 22:04:31 +0000 To: kdevelop-bugs Subject: Parsing in files to project kills kdevelop and some notes X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=93752055332601 when adding a files to a C++ console project I get this error parsing:[/home/src/tus44i.1/tus44i/tus44i/graymul.h] Found unknown struct declaration. Found unknown struct declaration. input buffer overflow, can't enlarge buffer because scanner uses REJECT ------------- Notes about installing KDevelop --------------------- when installing this package it doesn't create the docs section correctly, after telling it where kdelibs is it still doesn't copy the docs over, also kdelibs seems to be missing a whole slew of docs itself, like kdecore. If you download the kdevelop-c_c++_ref-0.1.i386.rpm docs package it doesn't install correctly since kdevelop can't find it. if you use the c_c++_reference.tar.gz version it then works and kdevelop finds the c/c++ docs If you untar srcdoc.tar.gz and copy it's contents to /home/user/.kde/share/apps/kdevelop/KDE-Documentation tree where the install was supposed to install the kdelibs docs in the first place it then allows kdecore and such to work. you need to rename khtml to khtmlw, since the ide expects it that way. the rpm's for redhat, KDBG, KDEVELOP, KTRANSLATOR all point to /opt/kde, which is not used in redhat or mnandrake the rpm KDOC points to /usr which is fine. the kdevelop-c_c++_ref-0.1.i386.rpm points to /opt/kde and wont let you do a rpm --relocate /opt/kde=/usr on it. ---------------------------- Otherwise the ide looks fine.