Il 14/01/19 21:52, Jason H ha scritto:
I would have thought that make would have topologically sorted that out by now. ¯\_(ツ)_/¯ 
I mean, the makefile itself*is*  the dependency graph. Any list of files with no 
dependencies should be a pool that can be compiled in any order. I've always structure my 
source tree and made my makefiles this way, so they "just work". To do 
otherwise is to improperly wield the tool.

What would be needed to fix the issue? Is it the configure script failing, or 
some other part of the makefile generation?

Neither; just dependencies across submodules or subdirs in the same module not being written in the .pro files. Thus qmake doesn't generate dependency information, thus make will not build (if you're unlucky).

My  2 c,
--
Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer
KDAB (France) S.A.S., a KDAB Group company
Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com
KDAB - The Qt, C++ and OpenGL Experts

Attachment: smime.p7s
Description: Firma crittografica S/MIME

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to