[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [Vala] internal error: duplicating string[] instances not yet supported



On Sat, 2008-05-31 at 20:26 +0200, gege2061 wrote:
> I have this strange error with this very simple code:
> 
> src/preferences-dlg.vala:446.5-446.12: error: internal error:
> duplicating string[] instances not yet supported
>     string[] fields = new string[3];
>     ^^^^^^^^

The error is not on this line but further down when assigning to the
`fields' variable. The misleading error message is bug 535489[1].

Jürg

[1] http://bugzilla.gnome.org/show_bug.cgi?id=535849



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]