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
 -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT
 -DQT_USE_QSTRINGBUILDER -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE
 -D_LARGEFILE_SOURCE -I../../mkspecs/solaris-cc -I. -I../../include/QtCore
 -I../../include -I../../include/QtNetwork -I.rcc/release-shared -Ikernel
 -I.moc/release-shared -I/usr/sfw/include -o
 .obj/release-shared/qnetworkinterface_unix.o
 kernel/qnetworkinterface_unix.cpp
 ../../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*.

Didn't you get the very same problem a month ago? Am I missing anything?

http://lists.qt-project.org/pipermail/development/2012-September/006404.html

-- 
Giuseppe D'Angelo
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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 int*.

And now it is:

../../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*.

Looks like the same error to me.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center


signature.asc
Description: This is a digitally signed message part.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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:52 PM, Thiago Macieira
thiago.macie...@intel.comwrote:

 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 int*.

 And now it is:


 ../../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*.

 Looks like the same error to me.
 --
 Thiago Macieira - thiago.macieira (AT) intel.com
   Software Architect - Intel Open Source Technology Center

 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development




-- 
Kindest Regards,

Geoff

To see what my availability is today or to schedule a meeting please use my
Tungle page: http://tungle.me/gjgowey

Page break by AutoPager. http://autopager.teesoft.info/help.html
Page(   2
https://mail.google.com/mail/u/0/mailto:thiago.macie...@intel.com).  [image:
Goto Window Top] javascript:window.scroll(0,0)  [image: Page
Up]javascript:window.scroll(0,0)
  [image: Page Down] #autopager_3  [image: Goto Window
Bottom]javascript:window.scroll(0,document.documentElement.scrollHeight)
  Load javascript:void(0)Pages
 If you are using a screen reader, you may wish to switch to basic
HTML?ui=htmlzy=sfor a better experience.
 JavaScript must be enabled in order for you to use Geoffrey J Gowey Mail
in standard view. However, it seems JavaScript is either disabled or not
supported by your browser. To use standard view, enable JavaScript by
changing your browser options, then try again.

To use Geoffrey J Gowey Mail's basic HTML view, which does not require
JavaScript, click here ?ui=htmlzy=c.

If you want to view Geoffrey J Gowey Mail on a mobile phone or similar
device click here ?ui=mobilezyp=c.
  Loading gjgo...@gjgowey.com…
   Loading standard view | Load basic HTML ?ui=htmlzy=e (for slow
connections)

This is taking longer than usual. *Try reloading the page*.
 If that doesn't work, you can:

   1. Disable Labs and try again ?labs=0.
   2. If you're on a slow connection, try basic HTML view ?ui=htmlzy=d.
   3. For more troubleshooting tips, visit the help
centerhttp://support.google.com/mail/bin/answer.py?answer=8767src=slhl=en.


  We've detected a slow Internet connection. To speed things up, try
loading Gmail for slow connections (basic HTML view) ?ui=htmlzy=d.
 Inbox preview Sign out ?logouthl=en
 Your inbox is currently empty.
  powered by Smart Subscriber by Sylvain
Comtehttp://sylvain.comte.online.fr/AirCarnet/?post/Smart-Google-Subscriber(in
Better
GReader https://addons.mozilla.org/en-US/firefox/addon/6424)
Geoffrey J Gowey Mail Atom
Feedhttps://www.google.com/reader/view/feed/https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F0%2Ffeed%2Fatom
 *Loading ...*
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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/qnetworkinterface_unix.cpp vs.
 socket/qhttpsocketengine.cpp

Both files #include the same header. So the error is still the same.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center


signature.asc
Description: This is a digitally signed message part.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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:
 
 ../../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 before that the value of QT_SOCKLEN_T is wrong on
 one of the solaris mkspecs.

 But no person using solaris has submitted a patch yet to Qt.

 --
 Thiago Macieira - thiago.macieira (AT) intel.com
   Software Architect - Intel Open Source Technology Center

 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development




-- 
Kindest Regards,

Geoff

To see what my availability is today or to schedule a meeting please use my
Tungle page: http://tungle.me/gjgowey

 *Loading ...*
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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?
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center


signature.asc
Description: This is a digitally signed message part.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development