Results 1 to 5 of 5

Thread: [debian] qt-gcc3

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    411

    [debian] qt-gcc3

    deb ftp://azriel.trifocus.net/debian dists/qt-gcc3/
    deb-src ftp://azriel.trifocus.net/debian dists/qt-gcc3/

    new package is compiled with gcc 3.1. you can build showeq with gcc 3.0 or 3.1

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Format: 1.7
    Date: Fri, 7 Jun 2002 14:39:47 -0500
    Source: qt-gcc3
    Binary: qt-gcc3-dbg-dev qt-gcc3-mt-dev qt-gcc3-tutorial qt-gcc3-doc-man qt-gcc3-
    examples qt-gcc3-doc-html qt-gcc3-dbg qt-gcc3-mt qt-gcc3-mt-dbg qt-gcc3-mt-dbg-d
    ev qt-gcc3-doc qt-gcc3-dev qt-gcc3
    Architecture: source i386
    Version: 2.3.2-3
    Distribution: unstable
    Urgency: low
    Maintainer: Casey Webster <[email protected]>
    Changed-By: Casey Webster <[email protected]>
    Description:
    qt-gcc3 - QT 2.3.2 runtime libs.
    qt-gcc3-dbg - QT 2.3.2 debug runtime libs.
    qt-gcc3-dbg-dev - QT 2.3.2 debug static libs.
    qt-gcc3-dev - QT 2.3.2 static libs, moc and headers.
    qt-gcc3-doc - QT 2.3.2 Documentation.
    qt-gcc3-doc-html - QT 2.3.2 html documentation.
    qt-gcc3-doc-man - QT 2.3.2 man pages.
    qt-gcc3-examples - QT 2.3.2 examples.
    qt-gcc3-mt - QT 2.3.2 threaded runtime libs.
    qt-gcc3-mt-dbg - QT 2.3.2 debug threaded runtime libs.
    qt-gcc3-mt-dbg-dev - QT 2.3.2 debug threaded static libs.
    qt-gcc3-mt-dev - QT 2.3.2 threaded static libs.
    qt-gcc3-tutorial - QT 2.3.2 tutorial code.
    Changes:
    qt-gcc3 (2.3.2-3) unstable; urgency=low
    .
    * packaging fix
    Files:
    3f5f9314bc751d532b8502934c09be1e 707 - optional qt-gcc3_2.3.2-3.dsc
    28aedfd9eda7dbc98826fe93c2af07d4 8965947 - optional qt-gcc3_2.3.2-3.tar.gz
    381ee825fc641d96a361626a9079f211 4503878 devel optional qt-gcc3-dev_2.3.2-3_i38
    6.deb
    6612ca649530721ae518bc0364707164 2648200 libs optional qt-gcc3_2.3.2-3_i386.deb
    effd47251e5c0b76712e6a5e6e39c9f2 2646456 libs optional qt-gcc3-mt_2.3.2-3_i386.
    deb
    9e67965f9512ff67e3172bad73f57827 3081090 devel optional qt-gcc3-mt-dev_2.3.2-3_
    i386.deb
    47918529a0d9c335fa07ca5bca8c1f71 11333112 libs optional qt-gcc3-dbg_2.3.2-3_i38
    6.deb
    47dd1f 9e4161ee1ba2fd0a947d60b1057a03f4 11230584 libs optional qt-gcc3-mt-dbg_2.3.2-3_
    i386.deb
    40f999e10d515e5ce8fabac4e4fff5a5 19323026 devel optional qt-gcc3-mt-dbg-dev_2.3
    .2-3_i386.deb
    da835faa7b771c51d9361a40131ec285 3420778 libs optional qt-gcc3-examples_2.3.2-3
    _i386.deb
    efcbfbe2a488c4fe3127e42d3929391c 350710 libs optional qt-gcc3-tutorial_2.3.2-3_
    i386.deb
    15634d37c7dd3f89d894145405de307c 3376732 libs optional qt-gcc3-doc-html_2.3.2-3
    _i386.deb
    d480bf41ecfae42eaa26b6f9d05269a1 989556 libs optional qt-gcc3-doc-man_2.3.2-3_i
    386.deb
    7320245222bed63fbef8cc347f722c15 1584 libs optional qt-gcc3-doc_2.3.2-3_i386.de
    b

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.7 (GNU/Linux)

    iD8DBQE9ATK+6+pCGXkUYxQRArjNAJ4tsL9kb9wONMpfcpODPI nPjHmqZwCZAZnl
    DrZVU3s+aVUa37WubWT8Fvc=
    =5Fdw
    -----END PGP SIGNATURE-----
    6e0f88db17be84d60e4d5ad4e0 19471970 devel optional qt-gcc3-dbg-dev_2.3.2-
    3_i386.deb
    Last edited by casey; 06-07-2002 at 04:56 PM.
    casey AT trifocus DOT net

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    70
    Ok, this installs in /usr/lib/qt-gcc3/*

    What should $QTDIR be set to?

    qt-gcc3-doc only includes a changelog.

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    411
    if you do a dpkg -L qt-gcc3-mt-dev (the package you should get to build against the threaded libraries) you would note that all of QT is in /usr/lib/qt-gcc3, and that QTDIR should be set accordingly.

    if you apt-get install gcc-3.1 g++-3.1 qt-gcc3-mt-dev you should be able to get showeq up with

    cvs co showeq
    cd showeq
    make -f Makefile.dist
    CC=gcc-3.1 CXX=g++-3.1 QTDIR=/usr/lib/qt-gcc3 ./configure
    make
    make install
    casey AT trifocus DOT net

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    16
    I'm having fun messing around with Debian... APT is powerful

    Using APT for QT however gave me the wicked message... Had to add --without-qt-validation and I'm not sure it'll be fine. I think it has something to do with a bug in the kernel linker (my gcc compile warned me about that), but can't quite place my finger on it.

    Oh well, very handy nonetheless instead of compiling qt

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    58
    Thanks, to casey for this one. If you install xlibs-dev you can ignore --without-qt-validation. It will pass validation.
    -- Exo

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On