Re: [Java-gnome-developer] Compilation problem .....
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2010-11-21 12:51:54
|
On Sun, 2010-11-21 at 16:31 +0530, sankar bose wrote: > GCC src/bindings/org/freedesktop/enchant/EnchantBrokerOverride.c > src/bindings/org/freedesktop/enchant/EnchantBrokerOverride.c:35:21: > error: gtk/gtk.h: No such file or directory > src/bindings/org/freedesktop/enchant/EnchantBrokerOverride.c:36:21: > error: enchant.h: No such file or directory > In file included from > src/bindings/org/freedesktop/enchant/EnchantBrokerOverride.c:38: You're missing the necessary build prerequisites. If you install the "development" packages for GTK etc you'll be on your way. ++ The top level configure script is supposed to check for those, but for whatever reason, no one running Fedora has contributed code to do this. But it should have the checks, definitely. Attached is patch (Bazaar bundle, actually) to 4.0.17 that introduces these probes. If you are just building from released .tar then please tell us what the FIXMEs are. If you are building from 'mainline', then please merge this bundle, correct the FIXMEs, and send us an updated branch we'll merge it to 'mainline' straight away. Either way, what we'd like to know is what *development* packages to suggest people install if the prerequisite is not met. Thanks, AfC Sydney -- Andrew Frederick Cowie Operational Dynamics is an operations and engineering consultancy focusing on IT strategy, organizational architecture, systems review, and effective procedures for change management: enabling successful deployment of mission critical information technology in enterprises, worldwide. http://www.operationaldynamics.com/ Sydney New York Toronto London |