Re: help with clang error: array initializer must be an initializer list

2013-09-05 Thread Titus von Boxberg
Am 05.09.2013 15:56, schrieb Mojca Miklavec: On Thu, Sep 5, 2013 at 11:24 AM, Titus von Boxberg wrote: Hi Mojca, you could try #include LibrariesDlg::LibrariesDlg(wxWindow* parent, TypedResults& knownLibraries) : m_KnownLibraries(knownLibraries) // do no use, m_WorkingCopy(knownLib

Re: help with clang error: array initializer must be an initializer list

2013-09-05 Thread Mojca Miklavec
On Thu, Sep 5, 2013 at 11:24 AM, Titus von Boxberg wrote: > > Hi Mojca, > > you could try > > #include > > > LibrariesDlg::LibrariesDlg(wxWindow* parent, TypedResults& knownLibraries) > : m_KnownLibraries(knownLibraries) > // do no use, m_WorkingCopy(knownLibraries) > // ... > > { > std::c

Re: help with clang error: array initializer must be an initializer list

2013-09-05 Thread Titus von Boxberg
Am 05.09.2013 09:21, schrieb Mojca Miklavec: Hi, I'm not really a maintainer, but for the bunch of wxWidgets updates I had to fiddle a bit with Code::Blocks. Jeremy asked me if it was possible to make the software compile with clang. I fixed one compile error (which has already been fixed upstr

help with clang error: array initializer must be an initializer list

2013-09-05 Thread Mojca Miklavec
Hi, I'm not really a maintainer, but for the bunch of wxWidgets updates I had to fiddle a bit with Code::Blocks. Jeremy asked me if it was possible to make the software compile with clang. I fixed one compile error (which has already been fixed upstream), but I'm stuck with the following: librar