Opened 11 years ago
Last modified 8 years ago
#6497 new Bugs
bjam build failing when including QtUiTools
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.48.0 | Severity: | Showstopper |
Keywords: | QtUiTools | Cc: |
Description
qtQtUiTools causes bjam to fail prior to starting compilation with an error...
xx/tools\builtin.jam:869: in linking-generator.generated-targets
'* argument error
'* rule generator.generated-targets ( sources + : property-set : project name ? )
'* called with: ( : object(property-set)@1776 : object(project-target)@46 QtUiTools )
'* missing argument sources
xx/build/v2/build\generators.jam:543:see definition of rule 'generator.generated-targets' being called
Commenting out qtQtUiTools from my Jamfile allows the build to work up to the point that I need QUILoader.h, which is part of of qtQtUiTools
I'm Using bjam from boost 1.48 with QT 4.8.0, both compiled sucessfully on Windows 7 with 32-bit MSVC 2010.
If you have any suggestions for a work-arround, please let me know
Change History (3)
comment:1 by , 10 years ago
Component: | None → build |
---|---|
Owner: | set to |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Also having the same problem with Ubuntu 14.04.1, boost 1.54.0 and Qts 4.8.4 and 4.8.6
What is the status of this bug? I am running into the same problem on Ubuntu 14.04 (boost 1.54.0 and Qt 4.8.5).