[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

Re: [Development] qnetworkinterface_unix.o compilation error

2012-10-21 Thread Giuseppe D'Angelo
On 21 October 2012 17:10, Geoffrey Gowey gjgo...@gjgowey.com 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

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 passed

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

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.

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 thiago.macie...@intel.com wrote: On domingo, 21 de outubro de 2012 12.10.35, Geoffrey Gowey wrote:

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? --