From owner-freebsd-questions Fri Jan 25 14:34: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 81E3A37B402 for ; Fri, 25 Jan 2002 14:33:56 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA10640; Fri, 25 Jan 2002 14:33:50 -0800 Message-ID: <3C51DD4E.9020202@owt.com> Date: Fri, 25 Jan 2002 14:33:50 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Simon Siemonsma Cc: freebsd-questions@FreeBSD.ORG Subject: Re: problems building kde app. References: <20020125221836.D409BD7@fia168-94.dsl.hccnet.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Simon Siemonsma wrote: > When trying to build Kmymoney2 from the ports I get the following error: > > checking for moc... not found configure: error: No Qt meta object compiler > (moc) found! Please check whether you installed Qt correctly. > You need to have a running moc binary. configure tried to run and the test > didn't succeed. If configure shouldn't have tried this one, set the > environment variable MOC to the right one before running configure. > > Can anyone tell me what a MOC is and how I can solve this? It is something kde-2.2.2 builds. If it is complaining about it, you probably have some dependancies that are out of date. When I build kde-2, I frequently have to do something like pkg_delete -r(f) png-1.2.1 or pkg_delete -r(f) qt-2.3.1_3 This does a recursive delete of everything that uses that port. Then, when you add kdelibs2-2.2.2_3 and the rest back in, which takes a really long time on the slow machines, you have a working set to deal with. I actually build them and install them as packages on an AMD 1600+ XP and then move the packages to the slower machines so they don't have to do a make. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message