Hello, I notice that the various root download tar files are prebuilt binaries. Is there a way to down load the sources and build everything from scratch using darwinbuild? Frank J. R. Hanstick trog24@comcast.net
Hi, After having properly initialized your darwinbuild Buildroot, fetched and loaded all the available (and already built) binaryroots into via: for X in $(darwinxref version '*' | cut -f 1 -d '-'); do darwinbuild -load $X; done Then, you can try to build "everything" from scratch with: for X in $(darwinxref version '*' | cut -f 1 -d '-'); do darwinbuild $X; done Finally, you can (package and) load what you have successfully build and redo the previous steps after patching projects which fail to build. It is also nice to report/send issues and your patches to http://darwinbuild.macosforge.org/trac/newticket. Best, Aladin. On Wed, Nov 11, 2009 at 1:05 AM, Frank J. R. Hanstick <trog24@comcast.net> wrote:
Hello, I notice that the various root download tar files are prebuilt binaries. Is there a way to down load the sources and build everything from scratch using darwinbuild? Frank J. R. Hanstick trog24@comcast.net
_______________________________________________ darwinbuild-dev mailing list darwinbuild-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/darwinbuild-dev
participants (2)
-
Aladin
-
Frank J. R. Hanstick