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

Reply via email to