Hi,
I'm not sure who to direct this to.  AFAICT, there's a configuration
issue with the envy24control in 0.9.0b7.
Basically, the version of gtk that the configure script looks for is not
necessarily compatible with the program.
I have gtk 1.0.6 installed (from Debian testing), as well as gtk1.2.1.
The configure script looks for 1.0.1 or greater.
But envycontrol.c expects an enum value to exist that doesn't
(GTK_POLICY_NEVER).

Stranger still, it compiles if I substitute GTK_POLICY_AUTOMATIC, but
fails at link time, despite -lgtk being used.
Apparently the following functions are declared, but not implemented in
this gtk
gtk_toggle_button_set_active()
gtk_paned_set_gutter_size()
gtk_paned_set_position()
gtk_notebook_get_nth_page()
gtk_notebook_set_tab_label
gtk_label_set_text()

The fact that it compiled and didn't link seems to be due to a
mismatched header/library combo on my machine.  I made sure everything
was 1.2 and the problems went away.  But it still sems likely that
envy24control is not compatible with gtk 1.01.  Possibly it's compatible
with gtk 1.1, and it's definitly buildable with gtk 1.2.

Aaron


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to