Results 1 to 7 of 7

Thread: configure error - qtbase/configure not found. Did you forget to run init-repository?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2013
    Posts
    4
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android
    Thanked 2 Times in 2 Posts

    Default Re: configure error - qtbase/configure not found. Did you forget to run init-reposito

    I'm not certain how big of a faux pas it is to double post if the reply involves the solution, more or less, but I figured out the problem with perl init-repository . The wrong version of perl was being used, since msys was in my system Path. With it removed, perl init-repository , and the configure both worked like a charm. Hopefully someone will find these blunders useful and informative.

  2. The following user says thank you to Codaraxis for this useful post:

    xtofl (27th May 2014)

  3. #2
    Join Date
    Dec 2010
    Posts
    35
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: configure error - qtbase/configure not found. Did you forget to run init-reposito

    I'm guessing you're using Perl from a Cygwin installation, eh? The give-away: '/hdd/MyPath/Qt_5_0/C:/MyPath/Qt_5_0/qtbase/configure not found' I see the '/hdd/MyPath/...' structure.

    I had the same problem and I tried to build Qt5 using Perl from my Cygwin installation.

    What I did:

    - Start VS 2008
    - Tools | VS 2008 command prompt
    - > cd c:\programs\qt\5.0
    - > (update LIB and INCLUDE to add my MySQL details)
    - > PATH=%PATH%;c:\cygwin\bin
    - > configure -prefix....

    Same error.

    I downloaded ActiveState Perl and installed it. I was successful in getting configure to run as documented how to run it.

    But now I have a problem building in general. That's another thread...

  4. #3
    Join Date
    Nov 2011
    Location
    Belgium
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: configure error - qtbase/configure not found. Did you forget to run init-reposito

    Same here: my `perl` was the one coming with git-bash - 5.8.8 built for msys. After installing ActivePerl, and setting my PATH=C:\Perl64\bin;%PATH%, init-repository starts working.

Similar Threads

  1. Qt configure for BeagleBoard XM error
    By cengiz in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 17th July 2011, 17:57
  2. recompile Qt, configure get error.
    By c154387417 in forum Qt Programming
    Replies: 1
    Last Post: 14th March 2011, 10:13
  3. Error During ./Configure Command
    By krakmind in forum Installation and Deployment
    Replies: 1
    Last Post: 1st September 2009, 17:47
  4. QT4 for kde 4 beta 2 configure problem: make not found
    By marcomangiante in forum Installation and Deployment
    Replies: 1
    Last Post: 5th September 2007, 21:35

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.