Results 1 to 7 of 7

Thread: qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

  1. #1

    Default qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

    Hi Guys,

    I have been trying to get Qt installed in Cygwin for days now. I can install it via binaries with MingW etc etc.. but that makes things alot more difficult for me later on. Plus I like to keep it all portable to a degree.

    I have installed the full gcc-4.1.1, and yet I still get the following error:

    Qt Code:
    1. #./configure
    2.  
    3. This is the Qt/X11 Open Source Edition.
    4.  
    5. The specified system/compiler is not supported:
    6.  
    7. /home/ghost/qt-x11-opensource-src-4.3.3/mkspecs/cygwin-g++
    8.  
    9. Please see the README file for a complete list.
    To copy to clipboard, switch view to plain text mode 


    I have confirmed that the correct paths are used as such:

    Qt Code:
    1. #which g++
    2. /usr/local/bin/g++
    To copy to clipboard, switch view to plain text mode 

    Qt Code:
    1. #g++ version
    2. g++ (GCC) 4.1.1
    To copy to clipboard, switch view to plain text mode 



    Thanks for your time, if this works, I might post a walkthrough, there certainly isn't one anywhere else! hehe


    Regards
    =^_^=

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

    Qt 4 does not support cygwin.

  3. #3
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

    Quote Originally Posted by ChristianEhrlicher View Post
    Qt 4 does not support cygwin.
    Strange... then why would Trolltech offer a version of Qt 4.3.3 with MinGW:
    http://ftp.ntua.gr/pub/X11/Qt/qt/sou....3.3-mingw.exe

  4. #4
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

    Because cygwin has nothing to do with mingw

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

    Quote Originally Posted by GreyGeek View Post
    Strange... then why would Trolltech offer a version of Qt 4.3.3 with MinGW
    MinGW is just a windows port of GCC and you can use it to develop native windows applications. While Cygwin is a port of Unix environment and it allows you, to certain degree, to compile and run on windows applications that were written for Unix. For example it includes an X server. It might lack a few features that prevent Qt from running on it.

  6. #6

    Default Re: qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

    Thanks guys.

    If I install the 4.3.3 Win32 binary w/MingW, would it play nicely with Cygwin?

    Or is there simply no joy at this stage?

    For background, I am trying to install Bacula with BAT enabled http://www.bacula.org/rel-manual/GUI_Programs.html

    It says it needs Qt 4.2 to install, if the short answer is 'get a *nix box', please don't hestitate to tell me so. The sooner I can tell the boss I need one, the better


    I did just find a dep package, with qwt 5.0.2, which is the only bit I need anyway, is there any reason this shouldn't work?

    I'll post again soon, and let you know one way or the other.

    Thanks for your time.

  7. #7
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt-x11-OS-4.3.3 on Cygwin? err: compiler not supported.

    Quote Originally Posted by jacek View Post
    MinGW is just a windows port of GCC and you can use it to develop native windows applications. While Cygwin is a port of Unix environment and it allows you, to certain degree, to compile and run on windows applications that were written for Unix. For example it includes an X server. It might lack a few features that prevent Qt from running on it.
    Thanks for the heads up.

    I always thought that Cygwin required MinGW.

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.