Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. PROBLEM
Forum Updated to NodeBB v4.3 + New Features

PROBLEM

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
8 Posts 4 Posters 549 Views 1 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.
  • M Offline
    M Offline
    Mateus2305
    wrote on 21 Jun 2024, 08:05 last edited by
    #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 Reply Last reply 23 Jun 2024, 04:12
    0
    • J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 21 Jun 2024, 10:12 last edited by
      #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 Reply Last reply 21 Jun 2024, 15:56
      0
      • J jsulm
        21 Jun 2024, 10:12

        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 Offline
        M Offline
        Mateus2305
        wrote on 21 Jun 2024, 15:56 last edited by
        #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 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 21 Jun 2024, 18:54 last edited by
          #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 Replies Last reply 22 Jun 2024, 04:59
          0
          • S SGaist
            21 Jun 2024, 18:54

            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 Offline
            M Offline
            Mateus2305
            wrote on 22 Jun 2024, 04:59 last edited by
            #5

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

            1 Reply Last reply
            0
            • S SGaist
              21 Jun 2024, 18:54

              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 Offline
              M Offline
              Mateus2305
              wrote on 22 Jun 2024, 14:04 last edited by
              #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 Reply Last reply
              0
              • M Mateus2305
                21 Jun 2024, 08:05

                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 Offline
                J Offline
                josemarcio15
                wrote on 23 Jun 2024, 04:12 last edited by
                #7

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

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 24 Jun 2024, 11:19 last edited by
                  #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 Reply Last reply
                  2

                  1/8

                  21 Jun 2024, 08:05

                  • Login

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