Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-14 Thread Thiago Macieira
Em sex 09 maio 2014, às 16:53:20, Yuchen Deng escreveu: If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt` anymore. It's means INSTALL_ROOT does not support for this case? make install_docs INSTALL_ROOT=$PWD/qt install.log 21 2014-05-09 10:21

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-14 Thread Thiago Macieira
Em qua 14 maio 2014, às 20:17:34, Thiago Macieira escreveu: Em sex 09 maio 2014, às 16:53:20, Yuchen Deng escreveu: If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt` anymore. It's means INSTALL_ROOT does not support for this case? make

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Yuchen Deng
If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt` anymore. It's means INSTALL_ROOT does not support for this case? make install_docs INSTALL_ROOT=$PWD/qt install.log 21 2014-05-09 10:21 GMT+08:00 Thiago Macieira thiago.macie...@intel.com: make install;

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Giuseppe D'Angelo
On 9 May 2014 10:53, Yuchen Deng loa...@gmail.com wrote: If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt` anymore. It's means INSTALL_ROOT does not support for this case? What do you mean? make install will install in the directory you chose with the

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Ray Donnelly
On Fri, May 9, 2014 at 10:05 AM, Giuseppe D'Angelo dange...@gmail.com wrote: On 9 May 2014 10:53, Yuchen Deng loa...@gmail.com wrote: If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt` anymore. It's means INSTALL_ROOT does not support for this case?

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Giuseppe D'Angelo
On 9 May 2014 15:16, Ray Donnelly mingw.andr...@gmail.com wrote: On Fri, May 9, 2014 at 10:05 AM, Giuseppe D'Angelo dange...@gmail.com wrote: On 9 May 2014 10:53, Yuchen Deng loa...@gmail.com wrote: If I have to do `make install` first, then I can't use `make install INSTALL_ROOT=$PWD/qt`

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Ray Donnelly
You're repeating yourself without adding any explanatory information. When releasing software for other people to use, normally you'd package it elsewhere to -prefix, otherwise how do you untangle the Qt files from the rest of your files? As an example of this, from Arch Linux's Qt5 packaging

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Koehne Kai
-Original Message- From: development-bounces+kai.koehne=digia@qt-project.org [...] -prefix is where you want it to finally end up on the users' computer, but INSTALL_ROOT is where you want it to get installed to so you can package it cleanly.. usually. You should be able to do

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Sean Harmer
On 09/05/2014 23:15, Ray Donnelly wrote: You're repeating yourself without adding any explanatory information. When releasing software for other people to use, normally you'd package it elsewhere to -prefix, otherwise how do you untangle the Qt files from the rest of your files? As an

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Thiago Macieira
Em sex 09 maio 2014, às 14:01:52, Koehne Kai escreveu: -Original Message- From: development-bounces+kai.koehne=digia@qt-project.org [...] -prefix is where you want it to finally end up on the users' computer, but INSTALL_ROOT is where you want it to get installed to so you

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Sergio Ahumada
El 09/05/14 16:01, Koehne Kai escribió: -Original Message- From: development-bounces+kai.koehne=digia@qt-project.org [...] -prefix is where you want it to finally end up on the users' computer, but INSTALL_ROOT is where you want it to get installed to so you can package it

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Thiago Macieira
Em sex 09 maio 2014, às 19:19:29, Sergio Ahumada escreveu: # docs make qmake_all make install make docs make -j1 install_docs INSTALL_ROOT=blah Not sure whether all the steps are needed though. Can't do make install. -- Thiago Macieira - thiago.macieira (AT) intel.com Software

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Joseph Crowell
Any idea why the Qt examples can't be found anywhere in the arch packages and are of course not listed in Creator? On 5/9/2014 11:45 PM, Ray Donnelly wrote: You're repeating yourself without adding any explanatory information. When releasing software for other people to use, normally you'd

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-09 Thread Yuchen Deng
2014-05-10 0:08 GMT+08:00 Thiago Macieira thiago.macie...@intel.com: I haven't checked, but maybe this will work: make make install INSTALL_ROOT=$foo make docs INSTALL_ROOT=$foo make install_docs INSTALL_ROOT=$foo But I guess it won't. The point is that make docs wants to use the

[Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-08 Thread Yuchen Deng
hi, list! This issue been for a long while. my Qt5.3 config options: ../Qt5/configure *-prefix /opt/qt5* -force-debug-info -separate-debug-info -platform linux-g++ -opensource -confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-xcb -qt-xkbcommon -no-compile-examples -skip qtandroidextras

Re: [Development] `/opt/qt5/bin/qdoc: not found` with `-prefix /opt/qt5` config

2014-05-08 Thread Thiago Macieira
Em sex 09 maio 2014, às 10:11:21, Yuchen Deng escreveu: The `make` step just fine. I can finish the build process. The issue only happen when execute `make docs`. You probably need to do make install; make docs; make install_docs. -- Thiago Macieira - thiago.macieira (AT) intel.com Software