Results 1 to 2 of 2

Thread: make command gives: Fatal:´FORCE´ does not exist

  1. #1
    Join Date
    Nov 2015
    Posts
    1
    Qt products
    Qt3 Qt5
    Platforms
    Windows

    Default make command gives: Fatal:´FORCE´ does not exist

    Hi I´m new in Qt and trying to use the tutorial for Hello program in the book of Blanchette Summerfield.

    So I use the commands:

    qmake -project #This works fine
    qmake hello # Also works fine (Create debug and release folders, and Makefile, Makefile.Debug and Makefile.release files)

    But when a try the command "make" I get:

    Fatal: ´FORCE´ does not exist - don´t know how to make it.

    Note: I already look in the tutorial for qmake tutorial in Qt documentation but with the example there I get the same problem.

    Any body has any idea how to solve the problem???

    Thank you.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: make command gives: Fatal:´FORCE´ does not exist

    What version of Qt? What compiler and toolchain are you using?

    FORCE is a phony target and should not actually exist. Your make utility appears to be a bit unusual.

Similar Threads

  1. Replies: 2
    Last Post: 28th July 2015, 12:16
  2. Replies: 7
    Last Post: 20th October 2012, 14:44
  3. Replies: 6
    Last Post: 10th March 2011, 17:42
  4. Replies: 1
    Last Post: 15th December 2010, 14:20
  5. Cant find make command: mingw32-make.exe
    By Nadia in forum Installation and Deployment
    Replies: 1
    Last Post: 26th August 2009, 10:09

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.