site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Nov 12, 2008, at 7:52 AM, William Siegrist wrote: You can install darwinbuild from these instructions: http://darwinbuild.macosforge.org/trac/wiki/Install ... then do the following: 1. mkdir ~/9F33 2. cd 9F33 3. darwinbuild -init 9F33 4. darwinbuild developer_cmds -Bill On Nov 12, 2008, at 7:10 AM, Stéphane Sudre wrote: On Nov 12, 2008, at 12:40 PM, Aladin wrote: Using the DarwinBuild project, "developer_cmds-49" can be built, but no lint occurence in the build log. EXIT STATUS: 0 developer_cmds - 30 files registered. Aladin -- www.puredarwin.org http://www.opensource.apple.com/darwinsource/10.5.5/ developer_cmds-49 _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/aladin%40puredarwin.org This email sent to aladin@puredarwin.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/wsiegrist%40apple.com ---- William Siegrist Mac OS Forge http://macosforge.org/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/kvv%40apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... It should be noted that lint is effectively dead code in the developer_cmds project, and is not built by the top level makefile. How are you supposed to use the darwinbuild command to build this directory of projects? I tried following the instructions from http://darwinbuild.macosforge.org/trac/browser/trunk/README but they don't work. The example in the document does not work either: bash-3.2# darwinbuild developer_cmds /usr/local/bin/darwinbuild: line 326: /usr/local/bin/darwinxref: No such file or directory /usr/local/bin/darwinbuild: line 335: /usr/local/bin/darwinxref: No such file or directory /usr/local/bin/darwinbuild: line 341: /usr/local/bin/darwinxref: No such file or directory ERROR: project not found: developer_cmds bash-3.2# darwinbuild xnu /usr/local/bin/darwinbuild: line 326: /usr/local/bin/darwinxref: No such file or directory /usr/local/bin/darwinbuild: line 335: /usr/local/bin/darwinxref: No such file or directory /usr/local/bin/darwinbuild: line 341: /usr/local/bin/darwinxref: No such file or directory ERROR: project not found: xnu On Wed, Nov 12, 2008 at 12:01 PM, Stéphane Sudre <ssudre@intego.com> wrote: lex.yy.c:1502: warning: 'yyunput' defined but not used /usr/bin/cc -o /tmp/developer_cmds/Build/lint1 -L/tmp/developer_cmds/Build/lint.build/objects-optimized/lint1 -F/tmp/developer_cmds/Build -L/tmp/developer_cmds/Build -arch i386 /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/decl.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/emit.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/ emit1.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/err.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/func.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/init.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/ main1.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/mem.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/mem1.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/tree.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/ cgram.o /tmp/developer_cmds/Build/lint.build/objects-optimized/lint1/ scan.o -ll Undefined symbols: "_yydebug", referenced from: _yydebug$non_lazy_ptr in main1.o ld: symbol(s) not found collect2: ld returned 1 exit status make[1]: *** [/tmp/developer_cmds/Build/lint1] Error 1 This email sent to wsiegrist@apple.com This email sent to kvv@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Kevin Van Vechten