Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-10 Thread Simon Hausmann
On Friday, December 07, 2012 11:57:06 AM Ziller Eike wrote: > On 07.12.2012, at 11:05, Sergio Ahumada wrote: > > On 12/07/2012 10:56 AM, Ziller Eike wrote: > >> Hi, > >> > >> On 07.12.2012, at 00:26, Yang Fan wrote: > >>> Hi All, > >>> > >>> I'm trying building Qt5 from Git on Mac OS X 10.8.2,

Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-09 Thread Alexis Menard
Le 7 déc. 2012 12:49, "Thiago Macieira" a écrit : > > On sexta-feira, 7 de dezembro de 2012 11.57.06, Ziller Eike wrote: > > > git://gitorious.org/qtwebkit/qt5-module.git > > > > > > > > > > > > which is old, unused and deprecated. > > > > Guys, wasn't there some consensus to announce changes that

Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-07 Thread Fan Yang
Hi, Thanks, it works. Regards, Fan Yang On 2012-12-7, at 下午5:56, Ziller Eike wrote: > Hi, > > On 07.12.2012, at 00:26, Yang Fan wrote: > >> Hi All, >> >> I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used >> the following configure: >> ./configure -developer-bu

Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-07 Thread Thiago Macieira
On sexta-feira, 7 de dezembro de 2012 11.57.06, Ziller Eike wrote: > > git://gitorious.org/qtwebkit/qt5-module.git > > > > > > > > which is old, unused and deprecated. > > Guys, wasn't there some consensus to announce changes that might destroy > people's workflows? This is the first time I hear

Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-07 Thread Ziller Eike
On 07.12.2012, at 11:05, Sergio Ahumada wrote: > On 12/07/2012 10:56 AM, Ziller Eike wrote: >> Hi, >> >> On 07.12.2012, at 00:26, Yang Fan wrote: >> >>> Hi All, >>> >>> I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used >>> the following configure: >>> ./configure -de

Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-07 Thread Sergio Ahumada
On 12/07/2012 10:56 AM, Ziller Eike wrote: > Hi, > > On 07.12.2012, at 00:26, Yang Fan wrote: > >> Hi All, >> >> I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used >> the following configure: >> ./configure -developer-build -opensource -confirm-license -openssl -icu >> -no

Re: [Development] Building Qt5 from Git failed on Mac OSX

2012-12-07 Thread Ziller Eike
Hi, On 07.12.2012, at 00:26, Yang Fan wrote: > Hi All, > > I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used the > following configure: > ./configure -developer-build -opensource -confirm-license -openssl -icu > -nomake tests -nomake demos -nomake examples -platform ma

[Development] Building Qt5 from Git failed on Mac OSX

2012-12-06 Thread Yang Fan
Hi All, I'm trying building Qt5 from Git on Mac OS X 10.8.2, but it fails. I used the following configure: ./configure -developer-build -opensource -confirm-license -openssl -icu -nomake tests -nomake demos -nomake examples -platform macx-clang And my clang version is: Yang-FanmatoMac-mini:qt5 ya