[Development] qnetworkinterface_unix.o compilation error

2012-11-25 Thread Gordon Marler
I think the issue here is what standard you're (not) telling the Solaris Studio 12.3 compiler to conform to. Try re-configuring using these arguments: qt-everywhere-opensource-src-4.8.3/configure -prefix /your/path/of/choice -platform solaris-cc \

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Thiago Macieira
On domingo, 21 de outubro de 2012 15.30.29, Geoffrey Gowey wrote: > Ok. I see what happened. I reverted the changes that I made previously so > that I could pull down the latest version unaware that the changes weren't > incorporated in to the latest source. Did you submit them to Gerrit? -- Th

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Geoffrey Gowey
If anyone is looking for a guinea pig/helper with Solaris development I'm game. On Sun, Oct 21, 2012 at 12:35 PM, Thiago Macieira wrote: > On domingo, 21 de outubro de 2012 12.10.35, Geoffrey Gowey wrote: > > > "../../include/QtNetwork/private/../../../src/network/socket/qnet_unix_p.h", > > line

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Geoffrey Gowey
Ok. I see what happened. I reverted the changes that I made previously so that I could pull down the latest version unaware that the changes weren't incorporated in to the latest source. On Sun, Oct 21, 2012 at 2:58 PM, Thiago Macieira wrote: > On domingo, 21 de outubro de 2012 14.38.31, Geoffr

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Thiago Macieira
On domingo, 21 de outubro de 2012 14.38.31, Geoffrey Gowey wrote: > Yes and no. The error is being generated from a declaration in > "../../include/QtNetwork/private/../../../src/network/socket/qnet_unix_p.h" > > In this regard you are correct, > > However, the .c files differ. kernel/qnetworki

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Geoffrey Gowey
Yes and no. The error is being generated from a declaration in "../../include/QtNetwork/private/../../../src/network/socket/qnet_unix_p.h" In this regard you are correct, However, the .c files differ. kernel/qnetworkinterface_unix.cpp vs. socket/qhttpsocketengine.cpp On Sun, Oct 21, 2012 at 1:

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Thiago Macieira
On domingo, 21 de outubro de 2012 12.53.39, Geoffrey Gowey wrote: > No. The error from a month ago was: > "../../include/QtNetwork/private/../../../src/network/socket/qnet_unix_p.h", > line 126: Error: Formal argument 3 of type unsigned* in call to accept(int, > sockaddr*, unsigned*) is being pas

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Geoffrey Gowey
No. The error from a month ago was: /opt/solarisstudio12.3/bin/CC -c -O2 -mt -KPIC -DQT_SHARED -DQT_BUILD_NETWORK_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_L

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Thiago Macieira
On domingo, 21 de outubro de 2012 12.10.35, Geoffrey Gowey wrote: > "../../include/QtNetwork/private/../../../src/network/socket/qnet_unix_p.h", > line 126: Error: Formal argument 3 of type unsigned* in call to accept(int, > sockaddr*, unsigned*) is being passed int*. I think this was reported bef

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Giuseppe D'Angelo
On 21 October 2012 17:10, Geoffrey Gowey wrote: > Hello All, > > I tried compiling last night and ran in to the following error: > > /opt/solarisstudio12.3/bin/CC -c -g -O2 -mt -KPIC -DQT_SHARED > -DQT_BUILD_NETWORK_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII > -DQT_ASCII_CAST_WARNINGS -DQT3

[Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Geoffrey Gowey
Hello All, I tried compiling last night and ran in to the following error: /opt/solarisstudio12.3/bin/CC -c -g -O2 -mt -KPIC -DQT_SHARED -DQT_BUILD_NETWORK_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBU