Glade and Rust on the ARM processor

Using the ARM7 platform, I get errors and no compile using Glade. Hand Coded user interface code works fine. The program with Glade and Rust also compile fine on the X86 machine. Is there a fix for this?

What are the errors? And what do you mean by "no compile using Glade"?

Thanks for the help. Here is the error:
error[E0599]: no method for get_object found for struct gtk::Builder in current scope

let window2:gtk::Window = builder.get_object("main_window").unwrap();

This works on an x86 machine where I can use get version 3.22 The highest version of gtk that I can use on the Arm processor is 3.18

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.