Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Creating a multi purpose node editor, if there is none available
Forum Updated to NodeBB v4.3 + New Features

Creating a multi purpose node editor, if there is none available

Scheduled Pinned Locked Moved Unsolved General and Desktop
25 Posts 8 Posters 14.7k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    QtDev66
    wrote on 31 Oct 2017, 23:41 last edited by
    #21

    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.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Viking66
      wrote on 9 Nov 2017, 19:26 last edited by
      #22

      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)

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Viking66
        wrote on 9 Nov 2017, 19:37 last edited by
        #23

        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?

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cellConnect
          wrote on 20 Dec 2017, 20:20 last edited by
          #24

          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)

          1 Reply Last reply
          0
          • P Offline
            P Offline
            pavel.krupala
            wrote on 29 Jun 2019, 16:07 last edited by
            #25

            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/

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved