Hi Tobias.
I have a biicode user in our forum trying to write a block for Qt in the same way I wrote the Boost block: http://forum.biicode.com/t/cmake-crasheddddddddddddddddd
He's using the shell wrapper ls() utility, but cmake hangs completely. I have checked on my computer and the same occurs :(
For example, a simple LS("home/manu343726/"), this is the result:
$ bii configure
INFO: Processing changes...
Running: "cmake" -G "Unix Makefiles" -Wno-dev ../cmake
BLOCK: qiangwu/qt
----------------------------------------------------------- (hangs here for about 2 mins)
ERROR: CMake failed
Hi Tobias.
I have a biicode user in our forum trying to write a block for Qt in the same way I wrote the Boost block: http://forum.biicode.com/t/cmake-crasheddddddddddddddddd
He's using the shell wrapper
ls()utility, but cmake hangs completely. I have checked on my computer and the same occurs :(For example, a simple
LS("home/manu343726/"), this is the result: