Creating a multi purpose node editor, if there is none available
-
wrote on 31 Oct 2017, 23:41 last edited by
So the last post was done in august, it's now November, this issue is still not fixed! Who is to blame here? Is the CMakeLists provided in the repo crap?
I just installed Qt 5.9.2 and VS2017, and with this library I am running into exactly the same problem as the OP. I have tried all the solutions here, but none of them are working, it still complains about
CMake Error at D:/Qt/5.9.2/msvc2017_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:63 (file):
attempting to create a directory, and I cannot get this project to build.
I would like to add this project as a sub project to our main Qt project, but as it seems, the developer will not put pro files on the github repository and I am not going to make all of them manually.
-
wrote on 9 Nov 2017, 19:26 last edited by
I have the similar
klaus@linux-8rwt:~/Workbench/QT5/3rdparty/nodeeditor-master> cmake CMakeLists.txt
CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:63 (file):
file attempted to create a directory:
/home/klaus/Workbench/QT5/3rdparty/nodeeditor-master/resources into a
source directory.
Call Stack (most recent call first):
/usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:214 (qt5_make_output_file)
/usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:285 (_QT5_PARSE_QRC_FILE)
CMakeLists.txt:49 (qt5_add_resources) -
wrote on 9 Nov 2017, 19:37 last edited by
I have the similar problem under linux
klaus@linux-8rwt:~/Workbench/QT5/3rdparty/nodeeditor-master> cmake CMakeLists.txt
CMake Error at /usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:63 (file):
file attempted to create a directory:
/home/klaus/Workbench/QT5/3rdparty/nodeeditor-master/resources into a
source directory.
Call Stack (most recent call first):
/usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:214 (qt5_make_output_file)
/usr/lib64/cmake/Qt5Core/Qt5CoreMacros.cmake:285 (_QT5_PARSE_QRC_FILE)
CMakeLists.txt:49 (qt5_add_resources)Has some one an idea that helps?
-
wrote on 20 Dec 2017, 20:20 last edited by
Have you been able to resolve the issue? I have the exact same (with different paths) on mac os with Q1 5.9.1.
server:build sr$ cmake .. -DCMAKE_PREFIX_PATH="/Users/sr/Qt/5.9.1"
CMake Error at /Users/sr/Software/Qt/5.9.1/clang_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:63 (file):
file attempted to create a directory:
/Users/sr/c++/nodeeditor-master/resources into a source directory.
Call Stack (most recent call first):
/Users/sr/Software/Qt/5.9.1/clang_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:214 (qt5_make_output_file)
/Users/sr/Software/Qt/5.9.1/clang_64/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:285 (_QT5_PARSE_QRC_FILE)
CMakeLists.txt:53 (qt5_add_resources) -
wrote on 29 Jun 2019, 16:07 last edited by
In case you want to go with your own implementation, I've spent several months preparing 50 programming tutorials with PyQt5 on writing your own Node Editor. I wanted them to be free for all, so they are posted on youtube. I hope you will like it. All can be found here: https://www.blenderfreak.com/tutorials/node-editor-tutorial-series/