Skip to content

Instantly share code, notes, and snippets.

package com.babylonhealth.ember.ui
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.Future
import org.scalajs.dom.console
import org.scalajs.dom.ext.Ajax
import slinky.core.Component
import slinky.core.annotations.react
import slinky.web.html.div
Compiling cargo v0.16.0 (file:///D:/devel/rust/cargo0)
error: linking with `gcc` failed: exit code: 1
|
= note: "gcc" "-Wl,--enable-long-section-names" "-fno-use-linker-plugin" "-Wl,--nxcompat" "-nostdlib" "-m64" "D:\\devel\\tools.Rust\\rust\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\crt2.o" "D:\\devel\\tools.Rust\\rust\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib\\rsbegin.o" "-L" "D:\\devel\\tools.Rust\\rust\\lib\\rustlib\\x86_64-pc-windows-gnu\\lib" "D:\\devel\\rust\\cargo0\\target\\debug\\cargo.0.o" "-o" "D:\\devel\\rust\\cargo0\\target\\debug\\cargo.exe" "-Wl,--gc-sections" "-nodefaultlibs" "-L" "D:\\devel\\rust\\cargo0\\target\\debug\\deps" "-L" "D:\\devel\\rust\\cargo0\\target\\debug\\build\\libgit2-sys-2ad4b82b157c6cfe\\out/lib" "-L" "D:\\devel\\rust\\cargo0\\target\\debug\\build\\libssh2-sys-09a62826e4511be3\\out/lib" "-L" "D:\\devel\\rust\\cargo0\\target\\debug\\build\\curl-sys-6f3915983e98ec99\\out/lib" "-L" "D:\\devel\\rust\\cargo0\\target\\debug\\build\\miniz-sys-60c8d67696f63a43\\out" "-L" "D
error[E0432]: unresolved import `cargo::ops::cargo_check::with_check_env`
--> src\build.rs:15:31
|
15 | use cargo::ops::cargo_check::{with_check_env, Options};
| ^^^^^^^^^^^^^^ no `with_check_env` in `ops::cargo_check`. Did you mean to use `with_check_ws`?
error[E0432]: unresolved import `cargo::ops::cargo_check::Options`
--> src\build.rs:15:47
|
15 | use cargo::ops::cargo_check::{with_check_env, Options};
$ cargo build
Downloading gcc v0.3.39
Compiling bitflags v0.7.0
Compiling log v0.3.6
Compiling unicode-normalization v0.1.2
Compiling gcc v0.3.39
Compiling lazy_static v0.2.2
Compiling crossbeam v0.2.10
Compiling utf8-ranges v0.1.3
Compiling regex-syntax v0.3.9
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building toml4j 0.4.0-1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ toml4j ---
[INFO] Deleting D:\devel\git\toml4j\target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ toml4j ---