February 10, 2012

Viderizer Viderizer
Lab Rat
13 posts

How to install Perl so configure.exe recognices it?

 

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.

 Signature 

Thank you for wasting your time reading this signature.

6 replies

February 10, 2012

sierdzio sierdzio
Area 51 Engineer
2343 posts

Windows? Linux?

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

  1. $ PATH=/path/to/perl:$PATH

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

 Signature 

(Z(:^

February 10, 2012

Viderizer Viderizer
Lab Rat
13 posts

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

 Signature 

Thank you for wasting your time reading this signature.

February 10, 2012

Volker Volker
Robot Herder
5428 posts

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.

August 5, 2012

raj84 raj84
Lab Rat
5 posts

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.

August 5, 2012

raj84 raj84
Lab Rat
5 posts

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

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

August 7, 2012

franku franku
Hobby Entomologist
132 posts

Here [qt-project.org] are some ideas on how to preapre a cmd.exe shell environment to build Qt.

 Signature 

Keep in mind: This, Jen, is the internet.
.. frank

 
  ‹‹ Offline installer didn’t install Plain C Project or Plain C++ Project templates      dyld: Library not loaded: ››

You must log in to post a reply. Not a member yet? Register here!