Re: [Development] Building Modules

2015-04-22 Thread Thiago Macieira
On Wednesday 22 April 2015 18:36:01 mark diener wrote: > Gunnar & Thiago: > > Ok, thanks, that will shrink my build test footprint even more. > > I think the magic configure switch is "-nomake tools" on Visual Studio > 2013 Win32 > > I missed it during the scanning of options for configure.bat,

Re: [Development] Building Modules

2015-04-22 Thread mark diener
Gunnar & Thiago: Ok, thanks, that will shrink my build test footprint even more. I think the magic configure switch is "-nomake tools" on Visual Studio 2013 Win32 I missed it during the scanning of options for configure.bat, and that caused much consternation. But now I can run nmake, nmake in

Re: [Development] Building Modules

2015-04-22 Thread Thiago Macieira
On Wednesday 22 April 2015 17:29:28 mark diener wrote: > Thiago and Gunnar: > > Thank you for your suggestions, yet none of them work. > > To shrink my test environment, I downloaded the 2 source code files as a > minimum build test. > > http://download.qt.io/official_releases/qt/5.4/5.4.1/submo

Re: [Development] Building Modules

2015-04-22 Thread mark diener
Thiago and Gunnar: Thank you for your suggestions, yet none of them work. To shrink my test environment, I downloaded the 2 source code files as a minimum build test. http://download.qt.io/official_releases/qt/5.4/5.4.1/submodules/qt5-opensource-src-5.4.1.7z http://download.qt.io/official_releas

Re: [Development] Building Modules

2015-04-22 Thread Gunnar Roth
Looks like you removed the directory AFTER configure. But you should remove it before. Regards, Gunnar > Am 22.04.2015 um 13:44 schrieb rpzrpz...@gmail.com: > > > Thiago: > > Unfortunately, your suggestion of removing the directory and/or its > contents did not yield a positive result. > > Ho

Re: [Development] Building Modules

2015-04-22 Thread rpzrpz...@gmail.com
Thiago: Unfortunately, your suggestion of removing the directory and/or its contents did not yield a positive result. How does one successfully remove a sub-module from the build process? Copied below is the nmake output after removing the contents of the qlalr directory and the directory itsel

Re: [Development] Building Modules

2015-04-18 Thread Thiago Macieira
On Saturday 18 April 2015 09:47:28 mark diener wrote: > Hello: > > How does one remove a submodule from a git repository build? > > (even if I already downloaded it) > > In this case, I want qlalr submodule to be removed from the build process. > > Qlalr does not build on Windows rm -rf qlalr

[Development] Building Modules

2015-04-18 Thread mark diener
Hello: How does one remove a submodule from a git repository build? (even if I already downloaded it) In this case, I want qlalr submodule to be removed from the build process. Qlalr does not build on Windows Any responses, thanks. Mark ___ Develop

Re: [Development] building modules "removed"

2012-11-16 Thread Lorn Potter
On 17/11/2012, at 6:47 AM, Ahumada Sergio wrote: >>> >>> Write a script in qtrepotools, clone the missing dependent repos and build >>> one by one? >>> >> >> easier to just >> git revert 41c3f2cb5f633f0e540482ca01b2c2caa2475e57 > > I don't see how is this by any means "easier". It's actuall

Re: [Development] building modules "removed"

2012-11-16 Thread Thiago Macieira
On sábado, 17 de novembro de 2012 06.40.16, Lorn Potter wrote: > > mkdir qtsensors > > cd qtsensors > > qmake $srcdir > > make > > That doesn't work for cross builds. or probably for any configuration > options available, as any config tests for any modules removed are probably > not run at configu

Re: [Development] building modules "removed"

2012-11-16 Thread Ahumada Sergio
> > > > Write a script in qtrepotools, clone the missing dependent repos and build > > one by one? > > > > easier to just > git revert 41c3f2cb5f633f0e540482ca01b2c2caa2475e57 I don't see how is this by any means "easier". It's actually quite the opposite. In any case, you might want to follow u

Re: [Development] building modules "removed"

2012-11-16 Thread Lorn Potter
On 17/11/2012, at 6:02 AM, Thiago Macieira wrote: > On sábado, 17 de novembro de 2012, às 05.35.18, you wrote: >> On 17/11/2012, at 5:27 AM, Thiago Macieira > wrote: >>> On sábado, 17 de novembro de 2012 05.14.39, Lorn Potter wrote: Hi, So how is one supposed to build submodules that

Re: [Development] building modules "removed"

2012-11-16 Thread Thiago Macieira
On sábado, 17 de novembro de 2012, às 05.35.18, you wrote: > On 17/11/2012, at 5:27 AM, Thiago Macieira wrote: > > On sábado, 17 de novembro de 2012 05.14.39, Lorn Potter wrote: > >> Hi, > >> So how is one supposed to build submodules that got "removed" by change > >> 41c3f2cb5f633f0e540482ca01b2c

Re: [Development] building modules "removed"

2012-11-16 Thread Lorn Potter
project.org > [development-bounces+liang.qi=digia@qt-project.org] on behalf of Lorn > Potter [lorn.pot...@gmail.com] > Sent: Friday, November 16, 2012 8:14 PM > To: development@qt-project.org > Subject: [Development] building modules "removed" > &

Re: [Development] building modules "removed"

2012-11-16 Thread Qi Liang
behalf of Lorn Potter [lorn.pot...@gmail.com] Sent: Friday, November 16, 2012 8:14 PM To: development@qt-project.org Subject: [Development] building modules "removed" Hi, So how is one supposed to build submodules that got "removed" by change 41c3f2cb5f633f0e540482ca01b2c2caa2475e

Re: [Development] building modules "removed"

2012-11-16 Thread Thiago Macieira
On sábado, 17 de novembro de 2012 05.14.39, Lorn Potter wrote: > Hi, > So how is one supposed to build submodules that got "removed" by change > 41c3f2cb5f633f0e540482ca01b2c2caa2475e57 ? > > certainly make module-qtsensors is now broken. cd qtsensors && make -- Thiago Macieira - thiago.macieira (

[Development] building modules "removed"

2012-11-16 Thread Lorn Potter
Hi, So how is one supposed to build submodules that got "removed" by change 41c3f2cb5f633f0e540482ca01b2c2caa2475e57 ? certainly make module-qtsensors is now broken. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/ma