AW: kdevelop crash when inserting file into project
Rene Maerten
delta_x at gmx.net
Tue Jan 11 05:52:47 GMT 2000
-----Ursprüngliche Nachricht-----
Von: Mailing list agent [mailto:mdom at barney.cs.uni-potsdam.de]Im Auftrag
von Peter.J.Robinson at ICL.COM
Gesendet: Montag, 10. Januar 2000 10:38
An: kdevelop at barney.cs.uni-potsdam.de
Betreff: RE: kdevelop crash when inserting file into project
Watch out that the name of the directory you create to hold your Project
doesn't have a space in it. I fell down this one for several days. The way
the code works is to copy in files to a project by creating a command eg:
cat your_file_name > /your_proj/your_file_name (it creates the command as a
KProcess object). If the project directory name has a space in it, eg
".../your project" you get something like:
cat your_file_name > /your proj/your_file_name which won't work and
could have strange results. This could be fixed by the code always creating
the command with the file/directory components protected. A work around for
now is to not have spaces!!
PJR
My path is /Projekte/testapp/
of course, i think there are no spaces ! and kdevelop crashs everytime
if i insert new files to the projekt
More information about the KDevelop
mailing list