[Interest] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Jason H
I did a in-place build, then realized I wanted to do  both OSX and iOS, so I 
make the build directories.

When I try to compile:
You cannot make a shadow build from a source tree containing a previous build.
Cannot proceed.

I've run: make clean

What do I need to do to be able to build again?
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Thiago Macieira
On Thursday 28 January 2016 23:50:30 Jason H wrote:
> I did a in-place build, then realized I wanted to do  both OSX and iOS, so I
> make the build directories.
> 
> When I try to compile:
> You cannot make a shadow build from a source tree containing a previous
> build. Cannot proceed.
> 
> I've run: make clean
> 
> What do I need to do to be able to build again?

make distclean

Or, better: git clean -x -d -f. If you're not using git, rm -rf and unpack the 
tarball again.
-- 
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] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Jason H
Ah, nevermind. man git-clean


> Sent: Thursday, January 28, 2016 at 6:00 PM
> From: "Jason H" <jh...@gmx.com>
> To: "Thiago Macieira" <thiago.macie...@intel.com>
> Cc: interest@qt-project.org
> Subject: Re: [Interest] Compiling Qt 5.5.1 from source for OSX, iOS
>
> 
> > Or, better: git clean -x -d -f. If you're not using git, rm -rf and unpack 
> > the 
> > tarball again.
> 
> 
> Thanks. I have changes to QtMultimedia. Will those git options keep my 
> changes?
> ___
> 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


Re: [Interest] Compiling Qt 5.5.1 from source for OSX, iOS

2016-01-28 Thread Jason H

> Or, better: git clean -x -d -f. If you're not using git, rm -rf and unpack 
> the 
> tarball again.


Thanks. I have changes to QtMultimedia. Will those git options keep my changes?
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest