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

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.

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.

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

[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