Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
:44 pm Subject: AW: [Development] Issue while compiling with MinGw_64 End of last year I experimented with different “MinGW 64 bit compilers” for compilation of boost and Qt libs. I succeeded using MinGW 7.2.0 x86_64-7.2.0-posix-seh-rt_v5-rev1 from http://mingw-w64.org on Qt 5.9.3. The most

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
while compiling with MinGw_64 That is true. I am using newen distro. Regards, Khuram Ali -Original Message- From: Eric Lemanisser To: Thiago Macieira Cc: development Sent: Tue, Jul 31, 2018 5:12 pm Subject: Re: [Development] Issue while compiling with MinGw_64 it looks like

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread H-J Euler
: [Development] Issue while compiling with MinGw_64 Thanks Thiago! Yes you are right. i am using nuwen MinGW distribution and it doesn't contain _wgetenv_s. Regards, Khuram Ali -Original Message- From: Thiago Macieira mailto:thiago.macie...@intel.com>> To: development mailto:dev

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
That is true. I am using newen distro. Regards, Khuram Ali -Original Message- From: Eric Lemanisser To: Thiago Macieira Cc: development Sent: Tue, Jul 31, 2018 5:12 pm Subject: Re: [Development] Issue while compiling with MinGw_64 it looks like https://bugreports.qt.io/browse

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
Thanks Thiago! Yes you are right. i am using nuwen MinGW distribution and it doesn't contain _wgetenv_s. Regards, Khuram Ali -Original Message- From: Thiago Macieira To: development Sent: Tue, Jul 31, 2018 5:00 pm Subject: Re: [Development] Issue while compiling with Min

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Eric Lemanisser
it looks like https://bugreports.qt.io/browse/QTBUG-67443 what version of mingw are you using ? Le mar. 31 juil. 2018 à 17:00, Thiago Macieira a écrit : > On Tuesday, 31 July 2018 06:21:41 PDT Khuram Ali via Development wrote: > > qglobal.cpp::5: error: '_wgetenv_s' was not declared in this

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Thiago Macieira
On Tuesday, 31 July 2018 06:21:41 PDT Khuram Ali via Development wrote: > qglobal.cpp::5: error: '_wgetenv_s' was not declared in this scope The problem is your MinGW headers and CRT. You need one that has _wgetenv_s. In the MinGW-w64 headers I have, they exist. So check if you should erase y

[Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
Dear All, I am new to Qt and trying to build it from source using MinGw_64. However, i am getting an error as below, qtbase/src/corelib/global/qglobal.cpp::5: error: '_wgetenv_s' was not declared in this scope _wgetenv_s(&requiredSize, 0, 0, wname.data()); ^~ C:/Qt/

Re: [Development] Issue while compiling with MinGw_64

2018-07-31 Thread Oswald Buddenhagen
On Tue, Jul 31, 2018 at 09:01:43AM -0400, Khuram Ali via Development wrote: >with correct subject line. > http://linux.sgms-centre.com/misc/netiquette.php#threading ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/m

[Development] Issue while compiling with MinGw_64

2018-07-31 Thread Khuram Ali via Development
with correct subject line. Regards, Khuram Ali -Original Message- From: Khuram Ali via Development To: development Sent: Tue, Jul 31, 2018 3:00 pm Subject: Re: [Development] Calendar classes: API review request Dear All, I am new to Qt and trying to build it from source using