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

cmake compile error on archlinux #333

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. hg clone https://pino-twitter.googlecode.com/hg/ pino-twitter
2. cd pino-twitter
3. mkdir build
4. cd build
5. cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DUBUNTU_ICONS=OFF -DENABLE_DEBUG=OFF
6. make

What is the expected output? What do you see instead?
Compilation failed: 3 error(s), 0 warning(s)
make[2]: *** [src/rest_api_abstract.c] Error 1
make[1]: *** [CMakeFiles/pino.dir/all] Error 2

What version of the product are you using? On what operating system?
ArchLinux 2.6.37-5 | Gnome | Git Version Of Pino 

Please provide any additional information below.
Console log at attachment =)

Original issue reported on code.google.com by ptkdev@gmail.com on 26 Mar 2011 at 8:22

Attachments:

GoogleCodeExporter commented 8 years ago
exact same error for me.

[  0%] Generating po/pt_BR.mo
[  0%] Generating po/tr.mo
[  0%] Generating po/pt.mo
[ 42%] Built target locales
[ 43%] Generating src/main_window.c, src/timeline_list_abstract.c, 
src/tray_icon.c, src/rest_api_abstract.c, src/url_short.c, src/timer.c, 
src/accounts.c, src/status_view_dialog.c, src/gtk_style.c, src/main.c, 
src/rest_api_acc.c, src/userpic.c, src/status_bar_smart.c, src/time_utils.c, 
src/rest_api_re.c, src/account_widget.c, src/timeline_direct_list.c, 
src/timeline_list.c, src/favorites_view_dialog.c, src/log_window.c, 
src/status_view_list.c, src/cache.c, src/user_info_list.c, src/template.c, 
src/re_tweet.c, src/rest_api_timeline.c, src/rest_api_user_info.c, 
src/hig_table.c, src/pref_dialog.c, src/color_utils.c, src/more_window.c, 
src/favorites_view_list.c, src/edit_account.c, src/dm_entry.c, 
src/rest_api_direct.c, src/popups.c, src/prefs.c, src/rest_urls.c, 
src/account_action.c
/media/sdc1/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/sdc1/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;
               ^^^^^^
/media/sdc1/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 {
                             ^^^^^^
Compilation failed: 3 error(s), 0 warning(s)
make[2]: *** [src/main_window.c] error 1
make[1]: *** [CMakeFiles/pino.dir/all] error 2
make: *** [all] error 2

[/media/sdc1/pino-twitter]$ valac --version
Vala 0.11.2

Original comment by kuh...@gmail.com on 27 Mar 2011 at 3:52

GoogleCodeExporter commented 8 years ago
same error for me too
ArchLinux 2.6.37 | KDE4 | Git Version Of Pino

Original comment by srij...@gmail.com on 2 Apr 2011 at 11:32