gladevcp catalog, and other questions
Failed to load /home/rmann/linuxcnc/configs/sim/axis/gladevcp/manual-example.ui.
The following required catalogs are unavailable: gladevcp"
I've been searching through the sources, but I can't find anything that looks like a catalog file.
Despite running sudo make install after building glade3.8, it didn't work to execute it from there. It does work to execute it from my local source dir. Given that, where should I put the catalog file(s) once I find them?
Also, is there a difference between .ui and .glade files?
Please Log in or Create an account to join the conversation.
and: forum.linuxcnc.org/gmoccapy/45856-spindl...capy?start=10#258756
.ui and .glade files are the same AFAIK.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
(glade-3:491771): GladeUI-CRITICAL **: 17:11:00.098: Unable to load module 'gladepython' from any search paths
GladeUI-Message: 17:11:00.195: 3 missing displayable value for GtkCellRendererText::underline
(glade-3:491771): GladeUI-CRITICAL **: 17:11:00.202: Unable to load module 'gladepython' from any search paths
(glade-3:491771): GladeUI-WARNING **: 17:11:00.202: Failed to load external library 'gladepython'
(glade-3:491771): GladeUI-WARNING **: 17:11:00.202: We could not find the symbol "h_al__hide_table_get_type"
(glade-3:491771): GladeUI-WARNING **: 17:11:00.202: Could not get the type from "HAL_HideTable"
(glade-3:491771): GladeUI-WARNING **: 17:11:00.202: Failed to load the GType for 'HAL_HideTable'
(glade-3:491771): GladeUI-WARNING **: 17:11:00.202: We could not find the symbol "h_al__hbox_get_type"
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
For LinuxCNC 2.9 you need Glade 3.22.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's correct if you are talking about the latest released version, 2.8.But what I understand is that v3.8 was the last one that could work with gtk2, and it seemed like Axis and VCP still used GTK+2. If that’s not the case I need to amend my other post.
But 2.9 is using Python3/Gtk3 and will be released soon.
Please Log in or Create an account to join the conversation.
<?xml version="1.0"?>
<interface>
<!-- interface-requires gladevcp 0.0 -->
<requires lib="gtk+" version="2.16"/>
...
Isn't version 2.16 GTK+2, which would need Glade 3.8 (or earlier) to examine?
Also, can I use Glade 3.40?
Please Log in or Create an account to join the conversation.