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: Snow Leopard buildbot is running out of disk space

2013-09-05 Thread William Siegrist
No, just the SL slave. -Bill On Sep 4, 2013, at 5:11 PM, Ryan Schmidt wrote: > From libgcc-devel, I suspect. > > https://trac.macports.org/ticket/40284 > > I am experiencing this problem on Mountain Lion. Were the Lion and Mountain > Lion buildbots not affected? > > > On Sep 4, 2013, at

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: [110735] trunk/dports/devel/nodejs/Portfile

2013-09-05 Thread Christoph Iserlohn
Am 05.09.13 01:09, schrieb Ryan Schmidt: > On Sep 4, 2013, at 17:11, ciserl...@macports.org wrote: > >> Revision: 110735 >> https://trac.macports.org/changeset/110735 >> Author: ciserl...@macports.org >> Date: 2013-09-04 15:11:04 -0700 (Wed, 04 Sep 2013) >> Log Message: >> --

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