Re: [Interest] 5.8.0 configure and -D option with value

2017-01-30 Thread Krzysztof Kawa
2017-01-30 3:16 GMT+01:00 Thiago Macieira :
> Please report this. configure changed quite a lot in Qt 5.8 so this may have
> got broken.

Done. https://bugreports.qt.io/browse/QTBUG-58517
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] 5.8.0 configure and -D option with value

2017-01-29 Thread Thiago Macieira
On domingo, 29 de janeiro de 2017 16:40:34 PST Krzysztof Kawa wrote:
> It works as expected when I pass e.g. configure -D FOO
> but when I try configure -D FOO=1 I get an error:
> 
> ERROR: No value supplied to command line option 'defines'.
> Qmake failed, return code 3

Please report this. configure changed quite a lot in Qt 5.8 so this may have 
got broken.

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

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] 5.8.0 configure and -D option with value

2017-01-29 Thread Krzysztof Kawa
2017-01-29 19:43 GMT+01:00 Ben Swerts :

> If I'm not mistaken you need to use FOO#1 instead of FOO=1.

Hm, thanks but that doesn't seem to work. configure goes through
without error, but when I call jom I only see FOO passed to cl i.e.
without the value.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] 5.8.0 configure and -D option with value

2017-01-29 Thread Ben Swerts
Hi Chris,

If I'm not mistaken you need to use FOO#1 instead of FOO=1.

Regards,

Ben

> On 29 Jan 2017, at 16:40, Krzysztof Kawa  wrote:
> 
> Hi,
> 
> I can't seem to find any info on this. Has something changed in the
> way I'm suppose to pass defines with values to the configure script in
> 5.8.0 or is this a bug?
> 
> It works as expected when I pass e.g. configure -D FOO
> but when I try configure -D FOO=1 I get an error:
> 
> ERROR: No value supplied to command line option 'defines'.
> Qmake failed, return code 3
> 
> No other info is provided on the output, even with -verbose. This
> worked in previous versions, but configure was overhauled in 5.8 so I
> suppose it has something to do with that.
> I'm on Windows 10 using VS2015 and the actual thing I'm trying to pass
> is _ITERATOR_DEBUG_LEVEL=0, but it doesn't seem to matter what the
> define is.
> 
> Chris
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] 5.8.0 configure and -D option with value

2017-01-29 Thread Krzysztof Kawa
Hi,

I can't seem to find any info on this. Has something changed in the
way I'm suppose to pass defines with values to the configure script in
5.8.0 or is this a bug?

It works as expected when I pass e.g. configure -D FOO
but when I try configure -D FOO=1 I get an error:

ERROR: No value supplied to command line option 'defines'.
Qmake failed, return code 3

No other info is provided on the output, even with -verbose. This
worked in previous versions, but configure was overhauled in 5.8 so I
suppose it has something to do with that.
I'm on Windows 10 using VS2015 and the actual thing I'm trying to pass
is _ITERATOR_DEBUG_LEVEL=0, but it doesn't seem to matter what the
define is.

Chris
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest