PDA

View Full Version : What is this error



kurrachow
15th March 2011, 14:31
cc1plus.exe:: error: error: ..\..\..\Documents: not a directory

i include this in my .pro

INCLUDEPATH += C:/Documents and Settings/kurra/Desktop/kdelibs-mingw-4.1.0-src/src/kdelibs-mingw-4.1.0/kdecore\
C:\Documents and Settings\kurra\Desktop\kdelibs-mingw-4.1.0-src\src\kdelibs-mingw-4.1.0\kdeui

which contain the header files of kde

wysota
15th March 2011, 14:49
Either wrap the directory name containing spaces in quotes or escape the spaces or use a directory that doesn't contain spaces in its path.