From owner-freebsd-questions Fri Jan 25 14:24:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from stargate.clickcom.com (stargate.clickcom.com [209.198.22.4]) by hub.freebsd.org (Postfix) with ESMTP id 5844B37B416 for ; Fri, 25 Jan 2002 14:24:36 -0800 (PST) Received: from fishbowl (calefaction.clickcom.com [209.198.22.19]) by stargate.clickcom.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id DMNPFR8H; Fri, 25 Jan 2002 17:14:49 -0500 Reply-To: From: "John Straiton" To: "'Simon Siemonsma'" Cc: Subject: RE: problems building kde app. Date: Fri, 25 Jan 2002 17:21:32 -0500 Message-ID: <03bc01c1a5ee$a4dcfc70$4116c60a@win2k.clickcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <20020125221836.D409BD7@fia168-94.dsl.hccnet.nl> 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 moc is part of the Qt that's in x11-toolkits. A lot of time you'll see that this wound up installing a moc2 but not a moc. Find moc (look in /usr/X11R6/bin/) and then try something like make MOC=/usr/X11R6/bin/moc2 or just making a symbolic link (man ln) called moc that points to moc2. Frequently, moc2 can be substituted for moc. Some applications might require that you actually goto trolltech 's website and download a prior version than what /x11-toolkits/qt2 is going to install for you. John Straiton ClickCom, Inc. jks@clickcom.com (704)365-9970x101 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of > Simon Siemonsma > Sent: Friday, January 25, 2002 5:19 PM > To: freebsd-questions@freebsd.org > Subject: problems building kde app. > > > 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? > > Regards, > > Simon Siemonsma > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message