Skip to content

Instantly share code, notes, and snippets.

@BrainBlasted
Created February 14, 2019 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrainBlasted/fb21d76d3278a3bbc886f1988a27b5e5 to your computer and use it in GitHub Desktop.
Save BrainBlasted/fb21d76d3278a3bbc886f1988a27b5e5 to your computer and use it in GitHub Desktop.
libdazzle-sys build log
Compiling libdazzle-sys v0.1.0 (/home/chris/Projects/libdazzle-rs/libdazzle-sys)
' Building [====================================================> ] 48/51: libdazzle-sys(build.rs)
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:168:10
|
168 | #[derive(Copy, Clone)]
| ^^^^
169 | pub struct DzlApplicationWindowClass {
170 | pub parent_class: gtk::GtkApplicationWindowClass,
| ------------------------------------------------ this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:202:10
|
202 | #[derive(Copy, Clone)]
| ^^^^
203 | pub struct DzlBinClass {
204 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:244:10
|
244 | #[derive(Copy, Clone)]
| ^^^^
245 | pub struct DzlBoxClass {
246 | pub parent_class: gtk::GtkBoxClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:272:10
|
272 | #[derive(Copy, Clone)]
| ^^^^
273 | pub struct DzlCenteringBinClass {
274 | pub parent: gtk::GtkBinClass,
| ---------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:300:10
|
300 | #[derive(Copy, Clone)]
| ^^^^
301 | pub struct DzlColumnLayoutClass {
302 | pub parent: gtk::GtkContainerClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:359:10
|
359 | #[derive(Copy, Clone)]
| ^^^^
360 | pub struct DzlCountersWindowClass {
361 | pub parent_class: gtk::GtkWindowClass,
| ------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:451:10
|
451 | #[derive(Copy, Clone)]
| ^^^^
452 | pub struct DzlDockBinClass {
453 | pub parent: gtk::GtkContainerClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:607:10
|
607 | #[derive(Copy, Clone)]
| ^^^^
608 | pub struct DzlDockOverlayClass {
609 | pub parent: gtk::GtkEventBoxClass,
| --------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:713:10
|
713 | #[derive(Copy, Clone)]
| ^^^^
714 | pub struct DzlDockStackClass {
715 | pub parent: gtk::GtkBoxClass,
| ---------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:779:10
|
779 | #[derive(Copy, Clone)]
| ^^^^
780 | pub struct DzlDockWindowClass {
781 | pub parent: gtk::GtkWindowClass,
| ------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:809:10
|
809 | #[derive(Copy, Clone)]
| ^^^^
810 | pub struct DzlElasticBinClass {
811 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:831:10
|
831 | #[derive(Copy, Clone)]
| ^^^^
832 | pub struct DzlEmptyStateClass {
833 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:845:10
|
845 | #[derive(Copy, Clone)]
| ^^^^
846 | pub struct DzlEntryBoxClass {
847 | pub parent_class: gtk::GtkBoxClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:859:10
|
859 | #[derive(Copy, Clone)]
| ^^^^
860 | pub struct DzlFileChooserEntryClass {
861 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1139:10
|
1139 | #[derive(Copy, Clone)]
| ^^^^
1140 | pub struct DzlListBoxClass {
1141 | pub parent_class: gtk::GtkListBoxClass,
| -------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1154:10
|
1154 | #[derive(Copy, Clone)]
| ^^^^
1155 | pub struct DzlListBoxRowClass {
1156 | pub parent_class: gtk::GtkListBoxRowClass,
| ----------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1196:10
|
1196 | #[derive(Copy, Clone)]
| ^^^^
1197 | pub struct DzlMenuButtonClass {
1198 | pub parent_class: gtk::GtkMenuButtonClass,
| ----------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1232:10
|
1232 | #[derive(Copy, Clone)]
| ^^^^
1233 | pub struct DzlMultiPanedClass {
1234 | pub parent: gtk::GtkContainerClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1266:10
|
1266 | #[derive(Copy, Clone)]
| ^^^^
1267 | pub struct DzlPathBarClass {
1268 | pub parent_class: gtk::GtkBoxClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1318:10
|
1318 | #[derive(Copy, Clone)]
| ^^^^
1319 | pub struct DzlPillBoxClass {
1320 | pub parent_class: gtk::GtkEventBoxClass,
| --------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1332:10
|
1332 | #[derive(Copy, Clone)]
| ^^^^
1333 | pub struct DzlPreferencesBinClass {
1334 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1424:10
|
1424 | #[derive(Copy, Clone)]
| ^^^^
1425 | pub struct DzlPreferencesGroupClass {
1426 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1477:10
|
1477 | #[derive(Copy, Clone)]
| ^^^^
1478 | pub struct DzlPreferencesPageClass {
1479 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1519:10
|
1519 | #[derive(Copy, Clone)]
| ^^^^
1520 | pub struct DzlPreferencesViewClass {
1521 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1534:10
|
1534 | #[derive(Copy, Clone)]
| ^^^^
1535 | pub struct DzlPriorityBoxClass {
1536 | pub parent_class: gtk::GtkBoxClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1556:10
|
1556 | #[derive(Copy, Clone)]
| ^^^^
1557 | pub struct DzlProgressButtonClass {
1558 | pub parent_class: gtk::GtkButtonClass,
| ------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1592:10
|
1592 | #[derive(Copy, Clone)]
| ^^^^
1593 | pub struct DzlProgressMenuButtonClass {
1594 | pub parent_class: gtk::GtkMenuButtonClass,
| ----------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1628:10
|
1628 | #[derive(Copy, Clone)]
| ^^^^
1629 | pub struct DzlRadioBoxClass {
1630 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1696:10
|
1696 | #[derive(Copy, Clone)]
| ^^^^
1697 | pub struct DzlScrolledWindowClass {
1698 | pub parent_class: gtk::GtkScrolledWindowClass,
| --------------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1710:10
|
1710 | #[derive(Copy, Clone)]
| ^^^^
1711 | pub struct DzlSearchBarClass {
1712 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1752:10
|
1752 | #[derive(Copy, Clone)]
| ^^^^
1753 | pub struct DzlShortcutAccelDialogClass {
1754 | pub parent_class: gtk::GtkDialogClass,
| ------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1840:10
|
1840 | #[derive(Copy, Clone)]
| ^^^^
1841 | pub struct DzlShortcutLabelClass {
1842 | pub parent_class: gtk::GtkBoxClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1898:10
|
1898 | #[derive(Copy, Clone)]
| ^^^^
1899 | pub struct DzlShortcutSimpleLabelClass {
1900 | pub parent_class: gtk::GtkBoxClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:1942:10
|
1942 | #[derive(Copy, Clone)]
| ^^^^
1943 | pub struct DzlShortcutThemeEditorClass {
1944 | pub parent_class: gtk::GtkBinClass,
| ---------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2016:10
|
2016 | #[derive(Copy, Clone)]
| ^^^^
2017 | pub struct DzlShortcutsWindowClass {
2018 | pub parent_class: gtk::GtkWindowClass,
| ------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2062:10
|
2062 | #[derive(Copy, Clone)]
| ^^^^
2063 | pub struct DzlSimplePopoverClass {
2064 | pub parent: gtk::GtkPopoverClass,
| -------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2082:10
|
2082 | #[derive(Copy, Clone)]
| ^^^^
2083 | pub struct DzlSliderClass {
2084 | pub parent_instance: gtk::GtkContainerClass,
| ------------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2096:10
|
2096 | #[derive(Copy, Clone)]
| ^^^^
2097 | pub struct DzlStackListClass {
2098 | pub parent_instance: gtk::GtkBinClass,
| ------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2217:10
|
2217 | #[derive(Copy, Clone)]
| ^^^^
2218 | pub struct DzlSuggestionPopoverClass {
2219 | pub parent_class: gtk::GtkWindowClass,
| ------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2260:10
|
2260 | #[derive(Copy, Clone)]
| ^^^^
2261 | pub struct DzlTabStripClass {
2262 | pub parent: gtk::GtkBoxClass,
| ---------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2318:10
|
2318 | #[derive(Copy, Clone)]
| ^^^^
2319 | pub struct DzlThreeGridClass {
2320 | pub parent_class: gtk::GtkContainerClass,
| ---------------------------------------- this field does not implement `Copy`
error[E0204]: the trait `Copy` may not be implemented for this type
--> libdazzle-sys/src/lib.rs:2397:10
|
2397 | #[derive(Copy, Clone)]
| ^^^^
2398 | pub struct DzlTreeClass {
2399 | pub parent_class: gtk::GtkTreeViewClass,
| --------------------------------------- this field does not implement `Copy`
error: aborting due to 42 previous errors
For more information about this error, try `rustc --explain E0204`.
error: Could not compile `libdazzle-sys`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment