rust-qt / examples

Rust + Qt examples
149 stars 14 forks source link

Build failure on Mac OS X #1

Closed Tolsi closed 5 years ago

Tolsi commented 5 years ago
> cargo build -v
       Fresh unicode-xid v0.1.0
       Fresh cc v1.0.45
       Fresh unicode-xid v0.2.0
       Fresh autocfg v0.1.6
       Fresh lazy_static v1.4.0
       Fresh rustc-demangle v0.1.16
       Fresh cfg-if v0.1.9
       Fresh regex-syntax v0.6.12
       Fresh either v1.5.2
       Fresh itoa v0.4.4
       Fresh semver-parser v0.7.0
       Fresh term v0.4.6
       Fresh pathdiff v0.1.0
       Fresh cpp_utils v0.3.0
       Fresh thread_local v0.3.6
       Fresh itertools v0.8.0
       Fresh semver v0.9.0
       Fresh term-painter v0.2.4
       Fresh proc-macro2 v0.4.30
       Fresh libc v0.2.62
       Fresh proc-macro2 v1.0.3
       Fresh memchr v2.2.1
       Fresh serde v1.0.100
       Fresh ryu v1.0.0
       Fresh byteorder v1.3.2
       Fresh log v0.4.8
       Fresh quote v0.6.13
       Fresh quote v1.0.2
       Fresh backtrace-sys v0.1.31
       Fresh aho-corasick v0.7.6
       Fresh num_cpus v1.10.1
       Fresh serde_json v1.0.40
       Fresh toml v0.4.10
       Fresh syn v0.15.44
       Fresh syn v1.0.5
       Fresh backtrace v0.3.37
       Fresh bincode v1.1.4
       Fresh regex v1.3.1
       Fresh synstructure v0.10.2
       Fresh serde_derive v1.0.100
       Fresh failure_derive v0.1.5
       Fresh failure v0.1.5
       Fresh ritual_common v0.1.0
       Fresh ritual_build v0.1.0
       Fresh qt_ritual_common v0.1.0
       Fresh qt_ritual_build v0.1.0
       Fresh qt_core v0.3.0
       Fresh qt_gui v0.3.0
       Fresh qt_3d_core v0.3.0
       Fresh qt_widgets v0.3.0
       Fresh qt_qml v0.3.0
       Fresh qt_3d_input v0.3.0
       Fresh qt_3d_render v0.3.0
       Fresh qt_3d_logic v0.3.0
       Fresh qt_charts v0.3.0
       Fresh qt_ui_tools v0.3.0
       Fresh qt_3d_extras v0.3.0
   Compiling rust_qt_examples v0.0.0 (/Users/tolsi/Documents/rust-qt-examples)
     Running `rustc --edition=2018 --crate-name hello_world src/bin/hello_world.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=1dc8b55889ae3bd7 -C extra-filename=-1dc8b55889ae3bd7 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
     Running `rustc --edition=2018 --crate-name lights src/bin/lights.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=321c4f4497ca6c6a -C extra-filename=-321c4f4497ca6c6a --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
     Running `rustc --edition=2018 --crate-name hello_qml src/bin/hello_qml.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=4a1d5c24b78a567e -C extra-filename=-4a1d5c24b78a567e --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
     Running `rustc --edition=2018 --crate-name logging src/bin/logging.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=5b2af0d0eca1c83c -C extra-filename=-5b2af0d0eca1c83c --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
     Running `rustc --edition=2018 --crate-name ui_form1 src/bin/ui_form1.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=abfb4e55525f8946 -C extra-filename=-abfb4e55525f8946 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
     Running `rustc --edition=2018 --crate-name form1 src/bin/form1.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=b84a028c8c1f9bb7 -C extra-filename=-b84a028c8c1f9bb7 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
     Running `rustc --edition=2018 --crate-name mime_types src/bin/mime_types.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=7bcc1653cc29f375 -C extra-filename=-7bcc1653cc29f375 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
     Running `rustc --edition=2018 --crate-name chart src/bin/chart.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=15419675b034b29c -C extra-filename=-15419675b034b29c --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install`
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.27d11xxzld0qfi25.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.29o566ixlaxgsucw.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.2t5wf2ixhnq73ccv.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.2xed47u8hj5vtfsf.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.34teag8ovobypmzs.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.3jl9agqbqxva4cn3.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.3oqxw40pi5fw6vdh.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.3rehle8hq8bjrdc9.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.4232wlr0ei9d3bjl.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.4fdywtxqmkb3ykjn.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.4jd0syq3q1rjsu90.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.4o099w5fe3twqw4v.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.4puqyv8o72qs5eui.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.564kniqxie8zkkek.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.evyihviy63171z4.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.li098vvj5dephgy.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.w9bbcjeyt2r7nmb.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_world-1dc8b55889ae3bd7.51kv9ny588gob2gz.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt5Core
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.18ujtoxfhiwdemnk.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.1gh3r7srggzb2l2s.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.1ngsdqfmeksu6c8i.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.1p36yasrh6w6fwjb.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.1xya9j5wt22187pf.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.25bohl6s87l529ti.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.2ujrnjqoetvwg4ye.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.3mbu2zuibrbktfxo.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.3mphjha84f5j61ia.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.3rkl6tekzg3e9vyl.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.4cclp374evmw8kim.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.4fgq23bai46ib5kn.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.4hs4rp8sef2rdxaj.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.4iz4s4qw5mg5r7a5.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.4nco76vntevyehul.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.4tagoss1qffubygz.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.rnakjui4fne8l5.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/logging-5b2af0d0eca1c83c.d0mruz6rrwco40c.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt5Core
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name hello_world src/bin/hello_world.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=1dc8b55889ae3bd7 -C extra-filename=-1dc8b55889ae3bd7 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name logging src/bin/logging.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=5b2af0d0eca1c83c -C extra-filename=-5b2af0d0eca1c83c --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.1ipt1qw4k02bm4gq.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.1jq94yfqceqmwfm2.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.1kq6dvmjx92yxgbk.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.1o7gz617bh9t2v5x.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.1p6mkfnzy2mwe0en.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.2grtbdwsjl7c209y.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.2huxcmnfgrt4w7v0.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.340i5aw3xjh4jje5.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.3b5hd1zoyc7mwrxu.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.3ecrgky7n9sj9hfa.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.3o46v5sobnoyw29u.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.44hhl2dkj7damrsi.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.4bwl87ykzaspvsp8.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.4l6tghs3es3rxbez.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.4qij1u07szr0g1p7.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.5daebse47ijqsp4v.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.6pcbfa9m3kedj6l.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/hello_qml-4a1d5c24b78a567e.23lkqpsvps26g0zp.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt5Qml" "-lQt5Core" "-lQt5Gui" "-lstdc++" "-lQt5Gui" "-lQt5Core" "-lstdc++" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt5Qml
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name hello_qml src/bin/hello_qml.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=4a1d5c24b78a567e -C extra-filename=-4a1d5c24b78a567e --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.17vxe07708442zln.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.18dtzazndtucjkn0.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.1lr5t8zz8bnatrup.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.1pdqpb7t9c5weur1.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.2jbwcmzf9urwp33i.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.2oyqe7903cyblg8e.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.30nsxoczh4jl4kl1.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.3735mev4cz38k0r9.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.380zw3cz24z8m0yk.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.3ig25rv7j5ktcfuk.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.3rru0tb4nabms3cb.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.4f0z981ykyfrioc2.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.4mlhce2yliduwd9j.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.4ul2iv71x0o0yyqs.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.4zz7dsj5t5g194z5.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.51li0s0g3lkst3vw.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.546vyxun0l808lxp.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.5a1hm4rpzu7l0934.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.b1oydbmrim58vzo.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.jyqfpd3yccr2jq4.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.ot3utin5a2t4ho2.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/mime_types-7bcc1653cc29f375.4za1nrexo9kestfl.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt5Core
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name mime_types src/bin/mime_types.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=7bcc1653cc29f375 -C extra-filename=-7bcc1653cc29f375 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.18qjkhxmln7giyws.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.1vcsp1vemxtwrgti.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.20tppkxu9sz0ko9m.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.23nrnblfnk87a5qm.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.2r0z1bh45wdz9tzk.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.2tucm16bihgjivhh.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.2ufp2pb445ob85q8.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.32f7hswb2la72rli.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.3j4aksi7zvava5ww.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.3opcc673ykcmg2mb.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.3p10f3yx2op5li2q.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.3vqgrhlqoaci3ane.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.41q6alb1cvif40i3.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.53ihuzdveigs9vw0.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.bjafa7wo0xwonsi.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.dyb1z791381718a.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.k0r8gcrac2orny2.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.rzgwnxdhq5zqygl.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.u0m022ujxj5xtdu.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/ui_form1-abfb4e55525f8946.3dyoaxckzd5luf0p.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt5UiTools" "-lQt5Core" "-lQt5Gui" "-lQt5Widgets" "-lstdc++" "-lQt5Widgets" "-lQt5Core" "-lQt5Gui" "-lstdc++" "-lQt5Gui" "-lQt5Core" "-lstdc++" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt5Core
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.1hfazpifb1ln56cy.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.22jbqiv9s6bee8sc.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.25oy4uoj2h6pcmrc.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.27g34o0foagmt9f8.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.2m1xi8n582slo4vn.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.2r7t3ylolmpbg47d.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.2xetxngl46hjxdkb.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.3n8can5mf3m8n9ow.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.41virsk4du50la37.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.45mada69r3loxg1b.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.4fk48ev0by7b9wi8.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.4p8zg02mk2pmomo4.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.4vg1fidby9cb2v8e.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.53uecrd2rnmxzqp7.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.57beyfsdgmyih265.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.9ksuqtekekw4q7c.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.mzv64ljj84sjwqm.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.n9xzrpy52wcop0j.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/chart-15419675b034b29c.1joui3sh8kn9tmj.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt5Charts" "-lQt5Core" "-lQt5Gui" "-lQt5Widgets" "-lstdc++" "-lQt5Widgets" "-lQt5Core" "-lQt5Gui" "-lstdc++" "-lQt5Gui" "-lQt5Core" "-lstdc++" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt5Charts
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name ui_form1 src/bin/ui_form1.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=abfb4e55525f8946 -C extra-filename=-abfb4e55525f8946 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name chart src/bin/chart.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=15419675b034b29c -C extra-filename=-15419675b034b29c --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.10ktolx53y0guy2.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.11yse4d8vnevia8q.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.16sm6x3cuwd47tnu.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.1bddmrhjie0p8z0o.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.1dvr2hh8km1eeajh.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.1oc1klqjh1xdw1cg.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.20ublkojtsrah2im.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.273rpbju8sfavra0.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.27lww7kiz2jh8w7m.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.2c75jdhu4wcuniv8.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.31lwyd63x24zi893.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.3s4g7f8zcos4l6a2.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.3sb2wi76nnuphj6n.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.3soxjbx69xfsjnvq.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.46jryeznx0iqj8vc.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.4b2rw5m7ipldjtul.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.4f0k7h2weo7lnf30.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.4g7ui96oaemfodcx.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.4mhkae2t7kf1yb0q.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.4r0t3p86n5kdngi7.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.546ounu31qtbex1h.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.5648gdl2l8y10ptl.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.56c7ag08hf104u6c.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.57tvndqw9z9p9lqr.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.5ajamrgojpz4h2wl.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.l1g8jhda1okhb76.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.pugy9l9e41bpetx.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.t6t56z4x6uw6cuq.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.xwllt4upj3zwprl.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/form1-b84a028c8c1f9bb7.2r1uh8fsz96lt5k1.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt5Widgets" "-lQt5Core" "-lQt5Gui" "-lstdc++" "-lQt5Gui" "-lQt5Core" "-lstdc++" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt5Widgets
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name form1 src/bin/form1.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=b84a028c8c1f9bb7 -C extra-filename=-b84a028c8c1f9bb7 --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.151rymesc2390ejo.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.15ov67gj9b9zwfdk.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.17e3p17hmvmig87v.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.1pucn0dqiw4ylx5n.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.1qbik1k9dna3md2a.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.1vynqk9qb6z87k23.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.1zo908ayzntnf6im.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.22741jr0lti9hfna.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.2fbkjasn2ly2t5fo.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.2u65xfi6p56w9fzo.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.2vg2nwkmrkbkwd1z.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.30bhiwl853p5gbuh.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.36es2hpssurtc3t8.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.36fdbg30l8sbz15.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.3lu2f2jgbkguftr6.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.3u77rvb4j1qu5821.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.448kshuhak82lycl.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.46634qq0exf2f3ki.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.492y1m5ddji3oy07.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.4czvswitdm9h01p1.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.4e1m1s75c3ihedog.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.4egwxariq9ebubnd.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.4f23vqf9nfftslpr.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.4h2gdv6wmvnomup2.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.501co8vehppojvgw.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.52j0ukh9jgwldypb.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.57wj8aq92j8om8qn.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.5exoy92cbhdln50l.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.7micudxd03jn44z.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.kzc0r3y3kywkjbb.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.nc0061g0i2y9o91.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.ngg1jhes08hf1t5.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.qjqh4zqvvgw30l.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.qlguj9rock16pfl.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.qoeepmv5daegurx.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.u6nyqof4aodg40e.rcgu.o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.ze1y01mlif45au4.rcgu.o" "-o" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/lights-321c4f4497ca6c6a.2h9qu9btvae655qo.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib" "/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lQt53DExtras" "-lQt5Core" "-lQt5Gui" "-lQt53DCore" "-lQt53DRender" "-lQt53DInput" "-lQt53DLogic" "-lstdc++" "-lQt53DRender" "-lQt5Core" "-lQt5Gui" "-lQt53DCore" "-lstdc++" "-lQt53DLogic" "-lQt5Core" "-lQt5Gui" "-lQt53DCore" "-lstdc++" "-lQt53DInput" "-lQt5Core" "-lQt5Gui" "-lQt53DCore" "-lstdc++" "-lQt53DCore" "-lQt5Core" "-lQt5Gui" "-lstdc++" "-lQt5Gui" "-lQt5Core" "-lstdc++" "-lQt5Core" "-lstdc++" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lQt53DExtras
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: Could not compile `rust_qt_examples`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name lights src/bin/lights.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=321c4f4497ca6c6a -C extra-filename=-321c4f4497ca6c6a --out-dir /Users/tolsi/Documents/rust-qt-examples/target/debug/deps -C incremental=/Users/tolsi/Documents/rust-qt-examples/target/debug/incremental -L dependency=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps --extern qt_3d_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_core-faa6da41e0b09a2d.rlib --extern qt_3d_extras=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_extras-7aad10c82b761baf.rlib --extern qt_3d_input=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_input-d254b74383fc7032.rlib --extern qt_3d_logic=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_logic-847a36d0e3a5c8d9.rlib --extern qt_3d_render=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_3d_render-6dd967e40d3fb787.rlib --extern qt_charts=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_charts-c29e2a9d2be43139.rlib --extern qt_core=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_core-b809d07355cad67c.rlib --extern qt_gui=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_gui-62ff3b9500e65fa2.rlib --extern qt_qml=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_qml-c3c90789c0319bb4.rlib --extern qt_ui_tools=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_ui_tools-9fca8bb61450b159.rlib --extern qt_widgets=/Users/tolsi/Documents/rust-qt-examples/target/debug/deps/libqt_widgets-f89cecddc5975f83.rlib -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_core-0a79ac5618dd7081/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_core-baa11725c065af8d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_gui-223dfc06c4e9bbbc/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_extras-af27ff9163a9b067/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_input-18e822fb83272287/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_logic-8045275080f664b1/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_3d_render-4a446340e1d126b6/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_charts-33ec59aab51efdd5/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_widgets-3db8907018333fdf/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_qml-61de008a8911b49d/out/c_lib_install -L native=/usr/local/Cellar/qt/5.13.1/lib -L native=/Users/tolsi/Documents/rust-qt-examples/target/debug/build/qt_ui_tools-780a3434e2fc4605/out/c_lib_install` (exit code: 1)
> ls /usr/local/opt/qt/lib
Qt3DAnimation.framework             QtHelp.framework                    QtRepParser.framework               libQt5AccessibilitySupport.a        libQt5PlatformCompositorSupport.prl
Qt3DCore.framework                  QtLocation.framework                QtScript.framework                  libQt5AccessibilitySupport.prl      libQt5QmlDebug.a
Qt3DExtras.framework                QtMacExtras.framework               QtScriptTools.framework             libQt5Bootstrap.a                   libQt5QmlDebug.prl
Qt3DInput.framework                 QtMultimedia.framework              QtScxml.framework                   libQt5Bootstrap.prl                 libQt5QmlDevTools.a
Qt3DLogic.framework                 QtMultimediaQuick.framework         QtSensors.framework                 libQt5ClipboardSupport.a            libQt5QmlDevTools.prl
Qt3DQuick.framework                 QtMultimediaWidgets.framework       QtSerialBus.framework               libQt5ClipboardSupport.prl          libQt5ServiceSupport.a
Qt3DQuickAnimation.framework        QtNetwork.framework                 QtSerialPort.framework              libQt5DeviceDiscoverySupport.a      libQt5ServiceSupport.prl
Qt3DQuickExtras.framework           QtNetworkAuth.framework             QtSql.framework                     libQt5DeviceDiscoverySupport.prl    libQt5ThemeSupport.a
Qt3DQuickInput.framework            QtNfc.framework                     QtSvg.framework                     libQt5EdidSupport.a                 libQt5ThemeSupport.prl
Qt3DQuickRender.framework           QtOpenGL.framework                  QtTest.framework                    libQt5EdidSupport.prl               libQt5UiTools.a
Qt3DQuickScene2D.framework          QtPositioning.framework             QtTextToSpeech.framework            libQt5EventDispatcherSupport.a      libQt5UiTools.prl
Qt3DRender.framework                QtPositioningQuick.framework        QtUiPlugin.framework                libQt5EventDispatcherSupport.prl    libQtRepParser.prl
QtBluetooth.framework               QtPrintSupport.framework            QtVirtualKeyboard.framework         libQt5FbSupport.a                   libQtUiPlugin.prl
QtBodymovin.framework               QtPurchasing.framework              QtWebChannel.framework              libQt5FbSupport.prl                 libQtWebEngineCore.prl
QtCharts.framework                  QtQml.framework                     QtWebEngine.framework               libQt5FontDatabaseSupport.a         libqtfreetype.a
QtConcurrent.framework              QtQuick.framework                   QtWebEngineCore.framework           libQt5FontDatabaseSupport.prl       libqtfreetype.prl
QtCore.framework                    QtQuickControls2.framework          QtWebEngineWidgets.framework        libQt5GraphicsSupport.a             libqtlibpng.a
QtDBus.framework                    QtQuickParticles.framework          QtWebSockets.framework              libQt5GraphicsSupport.prl           libqtlibpng.prl
QtDataVisualization.framework       QtQuickShapes.framework             QtWebView.framework                 libQt5OpenGLExtensions.a            pkgconfig
QtDesigner.framework                QtQuickTemplates2.framework         QtWidgets.framework                 libQt5OpenGLExtensions.prl
QtDesignerComponents.framework      QtQuickTest.framework               QtXml.framework                     libQt5PacketProtocol.a
QtGamepad.framework                 QtQuickWidgets.framework            QtXmlPatterns.framework             libQt5PacketProtocol.prl
QtGui.framework                     QtRemoteObjects.framework           cmake                               libQt5PlatformCompositorSupport.a

qt was installed using brew

brew info qt
qt: stable 5.13.1 (bottled), HEAD [keg-only]
Cross-platform application and UI framework
https://www.qt.io/
/usr/local/Cellar/qt/5.13.1 (9,858 files, 328.2MB)
  Poured from bottle on 2019-09-10 at 01:11:57
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/qt.rb
==> Dependencies
Build: pkg-config ✔
==> Requirements
Build: xcode ✔
Required: macOS >= 10.12 ✔
==> Options
--HEAD
    Install HEAD version
==> Caveats
We agreed to the Qt open source license for you.
If this is unacceptable you should uninstall.

qt is keg-only, which means it was not symlinked into /usr/local,
because Qt 5 has CMake issues when linked.

If you need to have qt first in your PATH run:
  echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.zshrc

For compilers to find qt you may need to set:
  export LDFLAGS="-L/usr/local/opt/qt/lib"
  export CPPFLAGS="-I/usr/local/opt/qt/include"

For pkg-config to find qt you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/qt/lib/pkgconfig"

==> Analytics
install: 41,561 (30 days), 143,939 (90 days), 601,671 (365 days)
install_on_request: 11,359 (30 days), 38,931 (90 days), 188,203 (365 days)
build_error: 0 (30 days)

How can I pass LDFLAGS and CPPFLAGS to the CC? I already tried rustflags = ["-C", "link-args=-L/usr/local/opt/qt/lib"] in build.rs, just env variables... same error.

Riateche commented 5 years ago

Thanks for the report. The build script couldn't detect that the Qt build contains frameworks, so it tried to link against libraries and failed. The fix is published in qt_ritual_common v0.1.1.

Tolsi commented 5 years ago

Great, thanks! It problem was solved, but I still can't build this repo:

   Compiling rust_qt_examples v0.0.0 (/Users/tolsi/Documents/examples)
error: linking with `cc` failed: exit code: 1
  |
error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.16w4ktdvp0fs9rmf.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.1ftaukfz5lkhfih3.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.29bqzak2lnz7f7tw.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.2b8g4udtbjydv9jh.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.2vu6rccpg6ps8457.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.3j1k8wssmsujwttp.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.3sgc0da3om1j225k.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.3udcr1vfp94rw88q.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.40rrr1tf0wnokt6n.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.43il3dwkrjyoe8y1.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.47o0vxa4ca5omkxe.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.4bik94s8y04l8py5.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.4z47xy7ej4svwom6.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.58ble9l59mb5b91.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.61to8be4t4lkddr.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.696nadra1h2bmet.rcgu.o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.71sqob80w41x5wz.rcgu.o" "-o" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3" "/Users/tolsi/Documents/examples/target/debug/deps/hello_world-e426124dba4107a3.167aow6wguvg4d9j.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/tolsi/Documents/examples/target/debug/deps" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_3d_core-a972bcdf33087f6f/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_core-8ddce45c1c50c21e/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_gui-825bd49affb478f2/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_3d_extras-cbc25b1492a2b30d/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_3d_input-16d970d8b24edec5/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_3d_logic-67e6ce62fe335537/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_3d_render-2fac7e22f542ce9c/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_charts-5be57bf5304beaf9/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_widgets-3b37decd28a718ef/out/c_lib_install" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_qml-50b2f1646299d1fe/out/c_lib_install" "-L" "/usr/local/Cellar/qt/5.13.1/lib" "-F" "/usr/local/Cellar/qt/5.13.1/lib" "-L" "/Users/tolsi/Documents/examples/target/debug/build/qt_ui_tools-0628c76e4e61eae4/out/c_lib_install" "-L" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/tolsi/Documents/examples/target/debug/deps/libqt_core-cdd95c30e5d95242.rlib" "/Users/tolsi/Documents/examples/target/debug/deps/libcpp_utils-c1eb3f6ffbefaf2f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-f5ac182b2a26610e.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-dfb94dde79e9ab53.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-0005b96c44721c74.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-b8a7b4974c01cbf3.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-186b2febaded39c9.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-afe0dcae896b226b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-55cfc224553c5fd4.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-7ccc9d31fb24c92b.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-fed8bcabaae28c30.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-36c8bf2cb6e140ce.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-024113f4cac0a15f.rlib" "/Users/tolsi/.rustup/toolchains/1.36.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-1be0692ae6dec4e9.rlib" "-lstdc++" "-framework" "QtCore" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: ld: library not found for -lstdc++
          clang: error: linker command failed with exit code 1 (use -v to see invocation)
...

How can I install stdc++ on mac os x? It looks like it was deprecated. There are some stuff like this:

> find /usr -name 'libstdc++*'
/usr/local/Cellar/gcc/9.2.0/lib/gcc/9/libstdc++.6.dylib
/usr/local/Cellar/gcc/9.2.0/lib/gcc/9/libstdc++.a-gdb.py
/usr/local/Cellar/gcc/9.2.0/lib/gcc/9/libstdc++fs.a
/usr/local/Cellar/gcc/9.2.0/lib/gcc/9/libstdc++.a
/usr/local/Cellar/gcc/9.2.0/lib/gcc/9/libstdc++.dylib
/usr/lib/libstdc++.6.dylib
/usr/lib/libstdc++.6.0.9.dylib
/usr/lib/libstdc++.dylib
Riateche commented 5 years ago

Looks like we should use libc++ on MacOS instead. I can't reproduce this issue on my system, unfortunately. I've pushed the patched version to the use-libcpp-on-macos branch of examples repo. Can you check if it works for you?

Tolsi commented 5 years ago

Yes, sure

ср, 11 сент. 2019 г., 19:43 Pavel Strakhov notifications@github.com:

Looks like we should use libc++ on MacOS instead. I can't reproduce this issue on my system, unfortunately. I've pushed the patched version to the use-libcpp-on-macos https://github.com/rust-qt/examples/tree/use-libcpp-on-macos branch of examples repo. Can you check if it works for you?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rust-qt/examples/issues/1?email_source=notifications&email_token=AALRJSSEYK23AVZ77D3C3ADQJEN4DA5CNFSM4IVBDJ42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6PD7SA#issuecomment-530464712, or mute the thread https://github.com/notifications/unsubscribe-auth/AALRJSQFGNJ4IZWN5P7WKH3QJEN4DANCNFSM4IVBDJ4Q .

Tolsi commented 5 years ago

I checked it and got an interesting result - I have two laptops on mac os, the old version from master immediately worked on the old one, and in the second I got the error described above. The version from the branch works on both devices. Now I am ready to make a small application with an interface using your library! Thank you for creating this library and quick support.

Riateche commented 5 years ago

The fix is published in ritual_build 0.1.1.