libdispatch build failure with darwinbuild
Hi, I'm trying to build libdispatch with darwinbuild and I'm having some problems. If I try to build something like xnu everything seems to work just fine. But libdispatch runs into problems. bash-3.2# darwinbuild libdispatch [...] In file included from /Volumes/BuildRoot_10B504_20091013120700/ SourceCache/libdispatch/libdispatch-84.5.1/src/shims.c:21: /Volumes/BuildRoot_10B504_20091013120700/SourceCache/libdispatch/ libdispatch-84.5.1/src/internal.h:84:27: error: Block_private.h: No such file or directory /Volumes/BuildRoot_10B504_20091013120700/SourceCache/libdispatch/ libdispatch-84.5.1/src/internal.h:85:19: error: Block.h: No such file or directory [...] ** BUILD FAILED ** The following build commands failed: libdispatch: CompileC /Volumes/Data/david/Exjobb/10B504/BuildRoot/private/var/tmp/ libdispatch/libdispatch-84.5.1.obj/libdispatch.build/libdispatch.build/ Objects-normal/i386/shims.o /Volumes/BuildRoot_10B504_20091013120700/ SourceCache/libdispatch/libdispatch-84.5.1/src/shims.c normal i386 c com.apple.compilers.gcc.4_2 (1 failure) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++ BUILD TIME: 0h 0m 4s EXIT STATUS: 1 I'm running the following OS: bash-3.2# uname -a Darwin macbook-pro.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 bash-3.2# sw_vers ProductName: Mac OS X ProductVersion: 10.6.1 BuildVersion: 10B504 I've downloaded and built from source the latest darwinbuild (0.8.0). I'm sort of stuck on how to make it find the Block_private.h and Block.h. Any help is much appreciated. Thanks, David Arve
Those headers come from llvm. http://lists.macosforge.org/pipermail/darwinbuild-dev/2009-September/000579.... -Bill On Oct 13, 2009, at 6:56 AM, David Arve wrote:
Hi,
I'm trying to build libdispatch with darwinbuild and I'm having some problems. If I try to build something like xnu everything seems to work just fine. But libdispatch runs into problems.
bash-3.2# darwinbuild libdispatch
[...]
In file included from /Volumes/BuildRoot_10B504_20091013120700/SourceCache/libdispatch/libdispatch-84.5.1/src/shims.c:21: /Volumes/BuildRoot_10B504_20091013120700/SourceCache/libdispatch/libdispatch-84.5.1/src/internal.h:84:27: error: Block_private.h: No such file or directory /Volumes/BuildRoot_10B504_20091013120700/SourceCache/libdispatch/libdispatch-84.5.1/src/internal.h:85:19: error: Block.h: No such file or directory
[...]
** BUILD FAILED **
The following build commands failed: libdispatch: CompileC /Volumes/Data/david/Exjobb/10B504/BuildRoot/private/var/tmp/libdispatch/libdispatch-84.5.1.obj/libdispatch.build/libdispatch.build/Objects-normal/i386/shims.o /Volumes/BuildRoot_10B504_20091013120700/SourceCache/libdispatch/libdispatch-84.5.1/src/shims.c normal i386 c com.apple.compilers.gcc.4_2 (1 failure)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ BUILD TIME: 0h 0m 4s EXIT STATUS: 1
I'm running the following OS:
bash-3.2# uname -a Darwin macbook-pro.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 bash-3.2# sw_vers ProductName: Mac OS X ProductVersion: 10.6.1 BuildVersion: 10B504
I've downloaded and built from source the latest darwinbuild (0.8.0).
I'm sort of stuck on how to make it find the Block_private.h and Block.h. Any help is much appreciated.
Thanks,
David Arve
_______________________________________________ darwinbuild-dev mailing list darwinbuild-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/darwinbuild-dev
participants (2)
-
David Arve
-
William Siegrist