Date: Fri, 25 Jan 2002 17:21:32 -0500 From: "John Straiton" <jsmailing@clickcom.com> To: "'Simon Siemonsma'" <simon.freebsd@hccnet.nl> Cc: <freebsd-questions@FreeBSD.ORG> Subject: RE: problems building kde app. Message-ID: <03bc01c1a5ee$a4dcfc70$4116c60a@win2k.clickcom.com> In-Reply-To: <20020125221836.D409BD7@fia168-94.dsl.hccnet.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03bc01c1a5ee$a4dcfc70$4116c60a>