Our previous production release is shipped with RHEL 4.
I have had a lot of success with CodeBlocks in windows and RHEL 5, but I can't get it to run on my old development machine running RHEL 5 (which of course I need to get work done on this week).
When I try to configure CodeBlocks, it requires WxWidget. WxWidget needs GTK+:
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
When I try to configure GTK+, I find it needs another version of glib:
checking for BASE_DEPENDENCIES... configure: error: Package requirements
(glib-2.0 >= 2.23.6 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6) were not met:
Requested 'glib-2.0 >= 2.23.6' but version of GLib is 2.4.7
I am less confident messing with glib, as there are 5 other developers on this machine and I fear I will cause damage to the underlying operating system. I encountered basically the same result using version 8 of Code Blocks.
What would be the quickest way for me to get Code Blocks running on this machine?
Suggestions, Concerns, welcome...
Thanks,
James
Boston, MA