Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action' is an ambiguous reference between GLib.Action' and `Gtk.Action' #4

Open
GoogleCodeExporter opened this issue Apr 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. svn checkout http://glasscat.googlecode.com/svn/trunk/ glasscat-read-only
2. ./autogen.sh
3. make

What is the expected output? What do you see instead?

sheep@ghostwheel:~/dev/ref/glasscat-read-only$ make
make  all-am
make[1]: Entering directory `/home/sheep/dev/ref/glasscat-read-only'
  VALAC  glasscat_vala.stamp
src/basewindow.vala:237.3-237.8: error: `Action' is an ambiguous reference 
between `GLib.Action' and `Gtk.Action'
        Action action = proxy.get_related_action ();
        ^^^^^^
src/basewindow.vala:249.52-249.57: error: `Action' is an ambiguous reference 
between `GLib.Action' and `Gtk.Action'
    private void on_connect_proxy (UIManager manager, Action action, Widget proxy) {
                                                      ^^^^^^
src/basewindow.vala:254.55-254.60: error: `Action' is an ambiguous reference 
between `GLib.Action' and `Gtk.Action'
    private void on_disconnect_proxy (UIManager manager, Action action, Widget proxy) {
                                                         ^^^^^^
src/basewindow.vala:301.51-301.56: error: `Action' is an ambiguous reference 
between `GLib.Action' and `Gtk.Action'
    private void on_action_activated (GLib.Object o, Action action) {
                                                     ^^^^^^
src/uimanager.vala:6.10-6.20: error: `ActionGroup' is an ambiguous reference 
between `GLib.ActionGroup' and `Gtk.ActionGroup'
    private ActionGroup action_group;
            ^^^^^^^^^^^
src/uimanager.vala:7.10-7.20: error: `ActionGroup' is an ambiguous reference 
between `GLib.ActionGroup' and `Gtk.ActionGroup'
    private ActionGroup document_action_group;
            ^^^^^^^^^^^
Compilation failed: 6 error(s), 0 warning(s)
make[1]: *** [glasscat_vala.stamp] Error 1
make[1]: Leaving directory `/home/sheep/dev/ref/glasscat-read-only'
make: *** [all] Error 2


What version of the product are you using? On what operating system?

Ubuntu Natty, glasscat 4.0.0 from the repository, Vala 0.12.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Jun 2011 at 10:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant