KGIII / pino-twitter

Automatically exported from code.google.com/p/pino-twitter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Compile error in fedora 15 beta #338

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
......................
/media/gnew/pino-twitter/src/main_window.vala:37.10-37.15: error: `Action' is 
an ambiguous reference between `GLib.Action' and `Gtk.Action'
    private Action updateAct;
            ^^^^^^
/media/gnew/pino-twitter/src/account_action.vala:27.30-27.35: error: `Action' 
is an ambiguous reference between `GLib.Action' and `Gtk.Action'
public class AccountAction : Action {
                             ^^^^^^
/media/gnew/pino-twitter/src/re_tweet.vala:55.9-55.14: error: `Action' is an 
ambiguous reference between `GLib.Action' and `Gtk.Action'
    public Action shortAct;
           ^^^^^^
Compilation failed: 3 error(s), 0 warning(s)
make[2]: *** [src/status_view_list.c] 错误 1
make[1]: *** [CMakeFiles/pino.dir/all] 错误 2
make: *** [all] 错误 2

Original issue reported on code.google.com by wengxuf...@gmail.com on 3 May 2011 at 4:00