Compiling qt4.7.3, make: *** No targets specified and no makefile found. Stop.
Installation and Deployment
7
Posts
2
Posters
13.6k
Views
1
Watching
-
-
I don't remember what the manual said about compiling instructions, but... have you executed qmake before running make? I think that command will generate the Makefile that is not being found...
-
i have installed, x11 dev package should be installed before run ./configure. i recommand to check the items on http://doc.qt.nokia.com/4.7/requirements-x11.html
qmake is for the qt application, not for the qt installation.
-
I'd try the following:
- Unzip to new folder
- Enter folder
- run ./configure
- run qmake
- run make
- wait
- bneq $finished, wait //this one is just the freaky joke of the day :)
--