跳到內容
  • 版面
  • 最新
  • 標籤
  • 熱門
  • 使用者
  • 群組
  • 搜尋
  • Get Qt Extensions
  • Unsolved
Collapse
品牌標誌
  1. 首頁
  2. Qt Development
  3. Installation and Deployment
  4. PROBLEM
Forum Updated to NodeBB v4.3 + New Features

PROBLEM

已排程 已置頂 已鎖定 已移動 Unsolved Installation and Deployment
8 貼文 4 Posters 880 瀏覽 1 Watching
  • 從舊到新
  • 從新到舊
  • 最多點贊
回覆
  • 在新貼文中回覆
登入後回覆
此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
  • M 離線
    M 離線
    Mateus2305
    寫於 最後由 編輯
    #1

    hello guys, i have problem with my qmake, i want to make software from resources i found from internet, im basically not programmer but i want to make software from the intstruction, i have problem
    WARNING: Failure to find:../src/main.cpp
    WARNING: Failure to find:../src/io_util.cpp
    WARNING: Failure to find:../src/MainWindow.cpp

    .
    .im sorry for my english!

    J 1 條回覆 最後回覆
    0
    • jsulmJ 線上
      jsulmJ 線上
      jsulm
      Lifetime Qt Champion
      寫於 最後由 編輯
      #2

      Please provide more information.
      How exactly are you building?
      What build system is used (QMake or CMake)?
      What Qt version?

      "from the intstruction" - can you show this instruction?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 條回覆 最後回覆
      0
      • jsulmJ jsulm

        Please provide more information.
        How exactly are you building?
        What build system is used (QMake or CMake)?
        What Qt version?

        "from the intstruction" - can you show this instruction?

        M 離線
        M 離線
        Mateus2305
        寫於 最後由 編輯
        #3

        @jsulm 3D ScANNING SOFTWARE BUILD INSTRUCTIONS

        The software requires Qt and OpencV libraries. It should run on any system
        satisfying those requirements. The current version was tested with Qt 5.5.1
        and OpenCV 2.4.11, but could run with other versions. The software was developed
        and extensively used with Visual Studio 2010 on Windows 7 x64. It can be compiled
        for 32 bits and 64 bits targets. I have tested the software briefly on OS X 10.7.5
        where it compiles and runs. At this time it is completely untested for GNU/Linux
        although experienced programmers should be able to build it there too.

        Prior to building, modify the paths on project/scan3d-capture.pro to match the location
        and version of OpenCv in your system. The project file may be opened and build using
        Qt Creator or built from command line.

        To build using make files from command line do this:

        cd scan3d-capture
        mkdir build
        cd build
        qmake ../project
        make (or nmake to build with Microsoft Visual Studio)

        i have done edit the path from scan3d-project.pro use visual studio 2022

        1 條回覆 最後回覆
        0
        • SGaistS 離線
          SGaistS 離線
          SGaist
          Lifetime Qt Champion
          寫於 最後由 編輯
          #4

          Hi,

          Is that project publicly available ? If so, post a link to it.
          Since you are new to this stuff, I would recommend using Qt Creator to open and build this project.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 2 條回覆 最後回覆
          0
          • SGaistS SGaist

            Hi,

            Is that project publicly available ? If so, post a link to it.
            Since you are new to this stuff, I would recommend using Qt Creator to open and build this project.

            M 離線
            M 離線
            Mateus2305
            寫於 最後由 編輯
            #5

            @SGaist yes its public. http://mesh.brown.edu/calibration/

            1 條回覆 最後回覆
            0
            • SGaistS SGaist

              Hi,

              Is that project publicly available ? If so, post a link to it.
              Since you are new to this stuff, I would recommend using Qt Creator to open and build this project.

              M 離線
              M 離線
              Mateus2305
              寫於 最後由 編輯
              #6

              @SGaist DEBUG 1: makefile.cpp:298 Failure to find ../source_program/CalibrationDialog.cpp in vpath ()
              WARNING: Failure to find: ../source_program/CalibrationDialog.cpp im ready to make sure this program in right path

              1 條回覆 最後回覆
              0
              • M Mateus2305

                hello guys, i have problem with my qmake, i want to make software from resources i found from internet, im basically not programmer but i want to make software from the intstruction, i have problem
                WARNING: Failure to find:../src/main.cpp
                WARNING: Failure to find:../src/io_util.cpp
                WARNING: Failure to find:../src/MainWindow.cpp

                .
                .im sorry for my english!

                J 離線
                J 離線
                josemarcio15
                寫於 最後由 編輯
                #7

                @Mateus2305 Have you tried using CMake? Just to see if the problem persists?

                1 條回覆 最後回覆
                0
                • SGaistS 離線
                  SGaistS 離線
                  SGaist
                  Lifetime Qt Champion
                  寫於 最後由 編輯
                  #8

                  Ok so this is a Qt 4 project with an old configuration that does some paths configuration/manipulation that are outdated since a long time so you have to build it directly within. the build folder in the sources.

                  How exactly are you proceeding to build it currently ?
                  If using Qt Creator, you can disable the shadow build option when configuring the project.

                  Note that adding QT += widgets to the .pro file will likely allow you to build it with Qt 5 rather than having to do spelunking for Qt 4.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 條回覆 最後回覆
                  2

                  • 登入

                  • Login or register to search.
                  • 第一個貼文
                    最後的貼文
                  0
                  • 版面
                  • 最新
                  • 標籤
                  • 熱門
                  • 使用者
                  • 群組
                  • 搜尋
                  • Get Qt Extensions
                  • Unsolved