View Single Post
Old 09-25-2014, 05:55 PM   #46
varlog
actually it is /var/log
varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.varlog ought to be getting tired of karma fortunes by now.
 
varlog's Avatar
 
Posts: 341
Karma: 2994236
Join Date: Sep 2012
Location: usually Europa
Device: prs t1
Quote:
Originally Posted by DiapDealer View Post
Do you mean that you've set your install prefix to the same directory as the build directory (where you first issue the cmake command)?
Yes, of course I did. I do all my compiling things locally. I don't issue cmake command, I let Qt Creator make it:
Code:
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/home/varlog/gits/Sigil-build -DCMAKE_BUILD_TYPE=Debug /home/varlog/gits/Sigil -DCMAKE_PREFIX_PATH=/opt/Qt5.3.1/5.3/gcc_64/lib/cmake
it works as promised! only /share doesn't.
varlog is offline