On 7/28/2013 7:51 PM, Rene Rivera wrote:
FYI.. to those that care.. I checked in changes to SVN to inject the Predef library into Boost. I say inject because the source is not actually in the SVN repo, it's external and still in github. But is being brought in through their SVN interface.
Hey Rene, For some reason the VeecoFTC regression tester that we run on trunk for testing Windows Mobile appears to have broken after the addition of Predef. I don't have any good explanation for why this would be, but the end of the bjam.log now looks like this: D:/BoostRT/tools_bb/tools\builtin.jam:885: in linking-generator.generated-targets *** argument error * rule generator.generated-targets ( sources + : property-set : project name ? ) * called with: ( : object(property-set)@83655 : object(project-target)@9964 info_as_objcpp ) * missing argument sources D:/BoostRT/tools_bb/build\generators.jam:536:see definition of rule 'generator.generated-targets' being called D:/BoostRT/tools_bb/tools\msvc.jam:1083: in generated-targets D:/BoostRT/tools_bb/build\generators.jam:459: in construct-result D:/BoostRT/tools_bb/build\generators.jam:412: in run-really D:/BoostRT/tools_bb/build\generators.jam:386: in generator.run D:/BoostRT/tools_bb/tools\builtin.jam:800: in object(msvc-linking-generator)@91.run D:/BoostRT/tools_bb/build\generators.jam:994: in try-one-generator-really D:/BoostRT/tools_bb/build\generators.jam:1056: in try-one-generator D:/BoostRT/tools_bb/build\generators.jam:1294: in construct-really D:/BoostRT/tools_bb/build\generators.jam:1378: in construct D:/BoostRT/tools_bb/build\generators.jam:1069: in generators.construct-types D:/BoostRT/tools_bb/build\generators.jam:609: in convert-to-consumable-types D:/BoostRT/tools_bb/build\generators.jam:405: in run-really D:/BoostRT/tools_bb/build\generators.jam:386: in object(generator)@136.run D:/BoostRT/tools_bb/build\generators.jam:994: in try-one-generator-really D:/BoostRT/tools_bb/build\generators.jam:1056: in try-one-generator D:/BoostRT/tools_bb/build\generators.jam:1294: in construct-really D:/BoostRT/tools_bb/build\generators.jam:1378: in construct D:/BoostRT/tools_bb/build\generators.jam:1069: in generators.construct-types D:/BoostRT/tools_bb/build\generators.jam:609: in convert-to-consumable-types D:/BoostRT/tools_bb/build\generators.jam:405: in run-really D:/BoostRT/tools_bb/build\generators.jam:386: in object(generator)@132.run D:/BoostRT/tools_bb/build\generators.jam:994: in try-one-generator-really D:/BoostRT/tools_bb/build\generators.jam:1056: in try-one-generator D:/BoostRT/tools_bb/build\generators.jam:1294: in construct-really D:/BoostRT/tools_bb/build\generators.jam:1378: in generators.construct D:/BoostRT/tools_bb/build\targets.jam:1532: in construct D:/BoostRT/tools_bb/build\targets.jam:1332: in object(typed-target)@9975.generate D:/BoostRT/tools_bb/build\targets.jam:757: in generate-really D:/BoostRT/tools_bb/build\targets.jam:729: in object(main-target)@77732.generate D:/BoostRT/tools_bb/build\targets.jam:874: in targets.generate-from-reference D:/BoostRT/tools_bb/build\targets.jam:1245: in generate-dependencies D:/BoostRT/tools_bb/build\targets.jam:1302: in object(alias-target-class)@9984.generate D:/BoostRT/tools_bb/build\targets.jam:757: in generate-really D:/BoostRT/tools_bb/build\targets.jam:729: in object(main-target)@77736.generate D:/BoostRT/tools_bb/build\targets.jam:272: in object(project-target)@9964.generate D:/BoostRT/tools_bb/build\targets.jam:272: in object(project-target)@1151.generate D:/BoostRT/tools_bb\build-system.jam:707: in load D:\BoostRT\tools_bb/kernel\modules.jam:289: in import D:\BoostRT\tools_bb/kernel/bootstrap.jam:139: in boost-build D:\BoostRT\boost\boost-build.jam:17: in module scope I feel like I have encountered and resolved an issue like this in the past, but can't seem to remember what triggers this error. Any thoughts? (or any diagnostics that I should turn on to check for the problem?) Thanks, -Dave