[opensuse] Which Qt4 package in openSUSE 11.3 contains meta object compiler?
Hello openSUSE folks, Could somebody please give me a hint, which Qt4 package in openSUSE 11.3 contains meta object compiler? I'm trying to compile FreeCAD from its sources but config is bitching about: checking for Qt >= 4.3... configure: error: Cannot find Qt meta object compiler (moc) I've looked through all Qt4 packages included with the distro and enabled all Qt4 devel packages. Apparently I didn't nail down this issue yet. Any help or clarification is greatly appreciated, Thanks in advance, Alex -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thursday 05 August 2010 01:29:53 Alex wrote:
Hello openSUSE folks,
Could somebody please give me a hint, which Qt4 package in openSUSE 11.3 contains meta object compiler?
I'm trying to compile FreeCAD from its sources but config is bitching about: checking for Qt >= 4.3... configure: error: Cannot find Qt meta object compiler (moc)
I've looked through all Qt4 packages included with the distro and enabled all Qt4 devel packages.
Run "cnf moc" to see it yourself. Or just call "moc" on the command line to get pointed to "cnf moc". cnf = command-not-found is a great tool to find the package if you just know the name of a command, Andreas -- Andreas Jaeger, Program Manager openSUSE, aj@{novell.com,opensuse.org} Twitter: jaegerandi | Identica: jaegerandi SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Hello, On Thu, 05 Aug 2010, Andreas Jaeger wrote:
cnf = command-not-found is a great tool to find the package if you just know the name of a command,
Actually, I hate stuff like that. I want a plain and simple shell error. Period. $ hurz bash: hurz: command not found That's enough. And I can't stand bash-completion tying e.g. completions for mplayer or any editor down to a few select extensions! Since when have file-extensions any meaning under Linux? I'm free to name my files any way I want. Mplayer happily plays a H.264 in any container (mkv, avi, mp4, flv, mpg, whatever) named '.foo' or '.txt'. And anyway: what "type" are the files "foo", "bar" and "baz" (no extension!)??? </rant> -dnh, who, in self-defense, has disabled bash-completion almost completely, even though it would be nice to have if configured better. -- So Linus, what are we doing tonight? The same thing we do every night Tux. Try to take over the world! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
* Alex (opensuse@mailswamp.com) [20100805 01:30]:
I'm trying to compile FreeCAD from its sources but config is bitching about: checking for Qt >= 4.3... configure: error: Cannot find Qt meta object compiler (moc)
There are compiled packages of freecad 0.9 on packman.links2linux.com. Even if you want to try out the newer freecad 1.0, I'd suggest you download the .src.rpm, unpack it with unrpm and look at the included freecad.spec to give you help on how to configure and build freecad. Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Alex
-
Andreas Jaeger
-
David Haller
-
Philipp Thomas