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

Thiago Macieira thiago.macieira at intel.com
Thu Jan 28 23:58:31 CET 2016


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




More information about the Interest mailing list