From owner-freebsd-questions Sat Jan 26 6:20:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fia168-94.dsl.hccnet.nl (fia168-94.dsl.hccnet.nl [62.251.94.168]) by hub.freebsd.org (Postfix) with ESMTP id D299437B41B for ; Sat, 26 Jan 2002 06:20:40 -0800 (PST) Received: by fia168-94.dsl.hccnet.nl (Postfix, from userid 1000) id AED311FE; Sat, 26 Jan 2002 15:20:43 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: Simon Siemonsma To: Subject: Re: problems building kde app. Date: Sat, 26 Jan 2002 15:20:43 +0100 X-Mailer: KMail [version 1.3.2] References: <03bc01c1a5ee$a4dcfc70$4116c60a@win2k.clickcom.com> In-Reply-To: <03bc01c1a5ee$a4dcfc70$4116c60a@win2k.clickcom.com> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020126142043.AED311FE@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 Thanks, it is solved now. My next problem was also some symbolic link. Simon Siemonsma On Friday 25 January 2002 23:21, you wrote: > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message