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. Move project from MacOS to Linux?
QtWS25 Last Chance

Move project from MacOS to Linux?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
linuxrunoutput
2 Posts 2 Posters 473 Views
  • 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.
  • A Offline
    A Offline
    adamsmith
    wrote on 14 Jul 2019, 11:21 last edited by
    #1

    I switched from MacOS Mojave to Arch Linux x86_64 today and I have installed ALL of the packages required for Qt and Qt Creator. When I create a new project and run it there is no issue and the application opens as expected. Now in this linux environment when I open my project that I created on MacOS there is NO error in any .cpp or .h file but whenever I try to build and run the project I get exited with code 255 in my application output. There are no issues nor warnings with my code that Qt Creator tells me. Why might my code not run properly?

    Also I tried creating a new Qt desktop application and pasting code from the original project to my "new" project. I edited everything but the .pro file and I get 0 errors when I try to build but I still can't run the program without the exited with code 255 error. Nothing shows up.

    Compile output

    13:16:27: Running steps for project PerfectNote...
    13:16:27: Configuration unchanged, skipping qmake step.
    13:16:28: Starting: "/usr/bin/make" -j4
    make: Nothing to be done for 'first'.
    13:16:28: The process "/usr/bin/make" exited normally.
    13:16:28: Elapsed time: 00:00.
    

    General messages

    2019-07-14T12:20:04 Clang Code Model: Error: The clangbackend process has finished unexpectedly and was restarted.
    

    Debugging mode, application output

    13:17:52: Unable to create a debugging engine.
    

    Kernel: 4.19.58-1-lts
    WM: i3
    Output of pacman -Q | grep qt:

    pyqt5-common 5.13.0-1
    pyqtwebengine-common 5.13.0-1
    python-pyqt5 5.13.0-1
    python-pyqtwebengine 5.13.0-1
    python-sip-pyqt5 4.19.18-1
    qt5-base 5.13.0-7
    qt5-declarative 5.13.0-1
    qt5-doc 5.13.0-1
    qt5-location 5.13.0-1
    qt5-multimedia 5.13.0-1
    qt5-quickcontrols 5.13.0-1
    qt5-quickcontrols2 5.13.0-1
    qt5-script 5.13.0-1
    qt5-svg 5.13.0-1
    qt5-tools 5.13.0-1
    qt5-webchannel 5.13.0-1
    qt5-webengine 5.13.0-2
    qtcreator 4.9.2-2
    
    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 14 Jul 2019, 17:56 last edited by
      #2

      Hi,

      Please don't post the same question in multiple sub forum, one is enough.

      Duplicates

      Closing this one

      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
      1

      1/2

      14 Jul 2019, 11:21

      • Login

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