Results 1 to 2 of 2

Thread: Building qt creator from scratch: After mingw32-make clean, *.pluginspec are removed

  1. #1
    Join Date
    Nov 2010
    Posts
    5
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Building qt creator from scratch: After mingw32-make clean, *.pluginspec are removed

    I have compiled QT 2.3.1 from source. Here is the process:

    Qt Code:
    1. cd c:\qtcreator
    2. qmake c:\qtcreatorsrc\qtcreator.pro -o c:\qtcreater\Makefile -spec win32-g++ -r CONFIG+=release
    3. mingw32-make release
    To copy to clipboard, switch view to plain text mode 

    After this, the qtcreator was compiled succesful and I was able to run it. Then I decided to clean all object files that are not needed anymore and I have done:

    Qt Code:
    1. mingw32-make clean
    To copy to clipboard, switch view to plain text mode 

    After this, I was not able to start qt. The message I get is: "Failed to load core: Could not find 'Core.pluginspec' in C:\QtCreator\lib\qtcreator\plugins,C:\QtCreator\pl ugins"

    After short investigation I have noticed that clean step has really remove all *.pluginspec files from lib\qtcreator\plugins. Is this bug in generation of makefile? Have I done something wrong? I could skip clean step, but I see no point in keeping all object files since they occupy more then 1GB of disk space.

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

    Default Re: Building qt creator from scratch: After mingw32-make clean, *.pluginspec are remo

    Have you tried running make install?
    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. mingw32-make: Nothing to be done for 'first'.
    By itssaurav2004 in forum Newbie
    Replies: 15
    Last Post: 24th September 2013, 21:04
  2. Replies: 6
    Last Post: 10th March 2011, 16:42
  3. Replies: 1
    Last Post: 5th March 2011, 18:23
  4. Cant find make command: mingw32-make.exe
    By Nadia in forum Installation and Deployment
    Replies: 1
    Last Post: 26th August 2009, 09:09
  5. mingw32-make keeps rebuilding
    By baray98 in forum General Programming
    Replies: 11
    Last Post: 10th March 2008, 18:19

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.