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. How to install Perl so configure.exe recognices it?
Forum Updated to NodeBB v4.3 + New Features

How to install Perl so configure.exe recognices it?

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 5 Posters 7.8k 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.
  • V Offline
    V Offline
    Viderizer
    wrote on last edited by
    #1

    I feel stupid making another thread with compiling problems...

    So basically I get this after accepting the terms:

    "Perl not found in enviroment - cannot run qtsync", even though I've installed Perl to my computer.

    Thank you for wasting your time reading this signature.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Windows? Linux?

      You probably just need to add it to $PATH. On GNU/Linux (or any other Unix-like thing):
      @
      $ PATH=/path/to/perl:$PATH
      @

      I don't remember how it's done on Windows, but it's probably quite similar.

      (Z(:^

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Viderizer
        wrote on last edited by
        #3

        Windows. It asked me in the installation for adding to PATH, I checked it, and yes, it is in my path.

        Thank you for wasting your time reading this signature.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          You do not need to run the syncqt/syncqt.bat scripts if you use the sources from qt.nokia.com/downloads/

          Just go to the bin directory in the sources and remove or rename the two files syncqt and syncqt.bat. After that configure.exe runs as expected and without the need of installing Perl.

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • R Offline
            R Offline
            raj84
            wrote on last edited by
            #5

            Thanks. I had the same problem, but after renamed the files it worked.

            I am using it for building the driver for mysql in mingw.

            but after configured, I run the mingw32-make command as per the document but it runs for more than four to five hours.

            The document says it will take sometime.

            will it take this much time?

            by the way it still running.

            is there any other way to install the drivers?

            I don't know what to do, please give some advice.

            thankyou.

            1 Reply Last reply
            0
            • R Offline
              R Offline
              raj84
              wrote on last edited by
              #6

              Sorry, I used 'mingw32-make' instead of 'mingw32-make sub-src'.

              I started it again, I don't know when it will end.

              1 Reply Last reply
              0
              • F Offline
                F Offline
                franku
                wrote on last edited by
                #7

                "Here":http://qt-project.org/wiki/Building_Qt_Desktop_for_Windows_with_MinGW are some ideas on how to preapre a cmd.exe shell environment to build Qt.

                This, Jen, is the internet.

                1 Reply Last reply
                0

                • Login

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