[go: up one dir, main page]

cocoa 0.13.0

Bindings to Cocoa for OS X
Build #76659 2017-11-17 14:41:01

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cocoa v0.13.0
Fresh libc v0.2.33
Fresh block v0.1.6
Fresh bitflags v1.0.1
Fresh foreign-types v0.3.0
Fresh malloc_buf v0.0.6
Fresh core-foundation-sys v0.4.4
Fresh objc v0.2.2
Fresh core-foundation v0.4.4
Compiling core-graphics v0.12.1
Running `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=c9e31e64cefcc23f -C extra-filename=-c9e31e64cefcc23f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-efd62672193c2c7a.rlib --extern-version libc=libc,0.2.33 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-9522102d45f1e994.rlib --extern-version bitflags=bitflags,1.0.1 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-49813e0752f20b0d.rlib --extern-version core_foundation=core-foundation,0.4.4 --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-b62dfef44c69c939.rlib --extern-version foreign_types=foreign-types,0.3.0 --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/color_space.rs:45:1
|
45 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/context.rs:232:1
|
232 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/data_provider.rs:73:1
|
73 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/font.rs:96:1
|
96 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/geometry.rs:137:5
|
137 |     #[link(name = "CoreGraphics", kind = "framework")]
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/image.rs:95:1
|
95 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/path.rs:111:1
|
111 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 7 previous errors

thread 'main' panicked at 'ChainedError {
error: Could not compile `core-graphics`.,
cause: process didn't exit successfully: `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.12.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" -C metadata=c9e31e64cefcc23f -C extra-filename=-c9e31e64cefcc23f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-efd62672193c2c7a.rlib --extern-version libc=libc,0.2.33 --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-9522102d45f1e994.rlib --extern-version bitflags=bitflags,1.0.1 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-49813e0752f20b0d.rlib --extern-version core_foundation=core-foundation,0.4.4 --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-b62dfef44c69c939.rlib --extern-version foreign_types=foreign-types,0.3.0 --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.