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

Pino 0.2.11 doesn't compile on Ubuntu 10.10 #321

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Compile source from version 0.2.11

Try to compile version 0.2.11 sources and get this error : 

more_window.vala:31.3-31.6: error: Cannot assign to construct-only properties, 
use Object (property: value) constructor chain up

I've got so many warning about glib.error.

all output is in attached fil.

Original issue reported on code.google.com by lordphoe...@tuxfamily.org on 7 Sep 2010 at 1:00

Attachments:

GoogleCodeExporter commented 8 years ago
use   GLib.Object(type : WindowType.POPUP); at more_window.vala instead of 
type=WindowType.POPUP
and    GLib.Object(name : "AccountAct"); at account_action.vala

Original comment by lost.chi...@gmail.com on 7 Sep 2010 at 6:56

GoogleCodeExporter commented 8 years ago
This is a duplicate of issue 309.

Original comment by vincent....@gmail.com on 10 Sep 2010 at 1:53

GoogleCodeExporter commented 8 years ago
no 10.10 ppa :(

Original comment by tyla...@gmail.com on 7 Nov 2010 at 4:42