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. compiling for Mac
Forum Updated to NodeBB v4.3 + New Features

compiling for Mac

Scheduled Pinned Locked Moved Unsolved General and Desktop
10 Posts 5 Posters 555 Views 3 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.
  • L Offline
    L Offline
    Leopold
    wrote on last edited by
    #1

    Hello,who is willing to compile a programm for the MAC.Sorce code for windows is availible but I have no ideas on a Mac and would not be able to test it.

    Pl45m4P 1 Reply Last reply
    0
    • L Leopold

      Hello,who is willing to compile a programm for the MAC.Sorce code for windows is availible but I have no ideas on a Mac and would not be able to test it.

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @Leopold

      What is your question?
      If you don't use platform-specific things in your code, the same Qt app will compile just fine on Windows, Mac and Linux.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        Depending on where you are hosting your code, there might be CI nodes that are macOS so you could do that there.

        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
        0
        • L Offline
          L Offline
          Leopold
          wrote on last edited by
          #4

          I have no idea on Macs and on compiling for MAC . The source is written in "C" and runs for windows.It is open source and a lot of people use it but there are some MAC users who would like to use it too without converting , virtuall boxes and so on.
          My question: is somebody willing to make a MAC-program out of it?

          SGaistS 1 Reply Last reply
          0
          • mrdebugM Offline
            mrdebugM Offline
            mrdebug
            wrote on last edited by
            #5

            I normally compile my programs for mac too, for business and for free.
            I suggest you to buy a mac. After compilation it is necessary to test it (gui, file system access, ...) and to crate a installer package.
            Cross compile could not be enought.

            Need programmers to hire?
            www.labcsp.com
            www.denisgottardello.it
            GMT+1
            Skype: mrdebug

            1 Reply Last reply
            1
            • L Leopold

              I have no idea on Macs and on compiling for MAC . The source is written in "C" and runs for windows.It is open source and a lot of people use it but there are some MAC users who would like to use it too without converting , virtuall boxes and so on.
              My question: is somebody willing to make a MAC-program out of it?

              SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Leopold Without even a link to that open source project nobody can tell what it amounts to to be able to build it on macOS.

              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
              0
              • L Offline
                L Offline
                Leopold
                wrote on last edited by
                #7

                The source code is available at github.com/leopoldg
                for windows you have to compile librosco first to get the librosco.dll
                For the MAC i don't know!

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  You need to do some cleanups, there are two rosco.h and the one used for compilation content is wrong.
                  You're forcing the use of .so extension everywhere. It should be left to CMake to handle since it knows how to build a library project.
                  And that's only for librosco4.
                  Also, why post the zip file on github rather than the source itself ?

                  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
                  • L Offline
                    L Offline
                    Leopold
                    wrote on last edited by
                    #9

                    Thank you Sgaist
                    So I corrected the rosco.h files and replaced the zip files with the source.
                    How do I unforce the use of .so extensions?

                    Christian EhrlicherC 1 Reply Last reply
                    0
                    • L Leopold

                      Thank you Sgaist
                      So I corrected the rosco.h files and replaced the zip files with the source.
                      How do I unforce the use of .so extensions?

                      Christian EhrlicherC Offline
                      Christian EhrlicherC Offline
                      Christian Ehrlicher
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @Leopold said in compiling for Mac:

                      How do I unforce the use of .so extensions?

                      Simply don't add it in the first place as it is not needed.

                      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                      Visit the Qt Academy at https://academy.qt.io/catalog

                      1 Reply Last reply
                      1

                      • Login

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