[go: up one dir, main page]

cocoa 0.18.1

Bindings to Cocoa for OS X
Build #118719 2018-09-28 17:50:25

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.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading cocoa v0.18.1
Fresh foreign-types-shared v0.1.1
Fresh bitflags v1.0.4
Fresh block v0.1.6
Fresh libc v0.2.43
Fresh foreign-types v0.3.2
Fresh malloc_buf v0.0.6
Fresh core-foundation-sys v0.6.2
Fresh objc v0.2.5
Fresh core-foundation v0.6.2
Compiling core-graphics v0.17.2
Running `rustc --crate-name core_graphics .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.17.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=a179bc8abf128248 -C extra-filename=-a179bc8abf128248 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8584767eb103b292.rlib --extern-version bitflags=bitflags,1.0.4 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-f68b37fe9d38a8d3.rlib --extern-version core_foundation=core-foundation,0.6.2 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-568e725be6c36e94.rlib --extern-version foreign_types=foreign-types,0.3.2 --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.17.2/src/color.rs:31:1
|
31 | #[link(name = "CoreGraphics", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

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

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

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

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

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

error: aborting due to 8 previous errors

For more information about this error, try `rustc --explain E0455`.
thread 'main' panicked at 'Error(
CargoError(
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.17.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" -C metadata=a179bc8abf128248 -C extra-filename=-a179bc8abf128248 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-8584767eb103b292.rlib --extern-version bitflags=bitflags,1.0.4 --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-f68b37fe9d38a8d3.rlib --extern-version core_foundation=core-foundation,0.6.2 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --extern foreign_types=/home/cratesfyi/cratesfyi/debug/deps/libforeign_types-568e725be6c36e94.rlib --extern-version foreign_types=foreign-types,0.3.2 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.