Results 1 to 2 of 2

Thread: What is this error

  1. #1
    Join Date
    Mar 2011
    Posts
    24
    Thanks
    1
    Thanked 3 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default What is this error

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: What is this error

    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.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. no compile error, but error on run with QMenu QAction
    By sincnarf in forum Qt Programming
    Replies: 4
    Last Post: 4th May 2011, 11:05
  2. Replies: 3
    Last Post: 23rd January 2011, 12:15
  3. fatal error C1001: An internal error has occurred in the compiler
    By noodles in forum Installation and Deployment
    Replies: 0
    Last Post: 12th August 2010, 11:24
  4. Replies: 1
    Last Post: 25th October 2008, 19:18
  5. qTextEdit error - clipboard error
    By bruccutler in forum Qt Programming
    Replies: 1
    Last Post: 21st May 2007, 09:21

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.