I'm trying to get fbuild to build some tools: mk_daemon, timeout, and webserver in particular, but I don't know what I'm doing :)
def build(phase): path = Path('tools') dst = phase.ctx.buildroot / 'bin' src = 'mk_daemon.c' includes = 'src/tools' return Record ( static = phase.c.build_exe(dst, [src], includes=includes) ) errors out with: Traceback (most recent call last): File "fbuild/lib/fbuild/record.py", line 11, in __getattr__ return self[key] KeyError: 'build_exe' The above exception was the direct cause of the following exception: ... [There probably other bugs in the call .. :] -- john skaller skal...@users.sourceforge.net ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ Felix-language mailing list Felix-language@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/felix-language