Results 1 to 5 of 5

Thread: Need some assistance...

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    3

    Need some assistance...

    I've been getting the following error message on compile...

    >> Found version.: 2.3.2
    >>> Headers......: /opt/qt-gcc3-2.3.2/include/
    >>>> Libraries...: /opt/qt-gcc3-2.3.2/lib/
    >>>>> Workable...: -*{ YES }*-
    checking for Qt MOC... configure: error: No working Qt meta object compiler (moc) found!

    Configure was unable to locate a moc binary anywhere on your system!

    If you have a working moc binary, please set the environment variable MOC
    to point to the location of your moc binary and run configure over.

    As a last resort, it may be possible to eliminate this error by typing:

    export MOC=`updatedb && locate moc | grep bin/moc` (with the `s)
    Now I've searched the forums and the FAQs and found stuff pertaining to this problem... but everything I've tried to remedy it has failed. I've renamed the exports to everything I can possibly think of, I've reinstalled and uninstalled, I've even consulted some other people who are unsure. Any assistance or even a point in the right direction is much appreciated.

    Edit: Should mention I'm using RH 8.0 w/ the latest QT files, etc.

    - Dikota

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    849
    Did you happen to try:
    Code:
    export MOC=`updatedb && locate moc | grep bin/moc`
    "What you've just said is one of the most insanely, idiotic things i've ever heard. At no point in your rambling, incoherant response were you even close to anything that could be considered a rational thought. Everyone in this room is now dumber for having listened to it. I award you NO points, and may god have mercy on your soul."

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    3
    Of course. It didn't solve the problem.

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    39
    You've probably already done it, but make sure moc is in /opt/qt-gcc3-2.3.2/bin/. Make sure you do export QTDIR=/opt/qt-gcc3-2.3.2 Try export PATH=$PATH:/opt/qt-gcc3-2.3.2/bin

  5. #5
    Registered User
    Join Date
    Oct 2002
    Posts
    3
    Ahh, you are very much win, sir. Thank you, that did it.

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