LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Urgent Pls help me (https://www.linuxquestions.org/questions/linux-newbie-8/urgent-pls-help-me-715023/)

doll 03-28-2009 12:58 AM

Urgent Pls help me
 
Hi,
as m new to linux. And trying to create a gui in linux Rhel5 x86_64.
i have installed glade and it only works for c and not for c++ . As i
tried to intall glademm and gtkmm it asks for many dependencies and m
strucked. can any one pls guide me how to install the bindings step by step. Pls help any one.
thanks in advance.
dolly

linuxlover.chaitanya 03-28-2009 01:30 AM

Use the package manager for your distribution to install the packages to avoid dependency errors. RHEL has yum by default. If you do not have RHEL paid support you may need to enable the CentOS repositories for it.
Also use better subject titles for your threads. And never use titles with Urgent and all.
It is urgent to you and no one else.

knudfl 03-28-2009 01:56 AM

Welcome to LQ.

1) # yum search gtkmm glademm

And depending on the packages found the next
move could be

2) # yum -y install gtkmm24 libglademm24

If the development packages are required
( used when compiling other app's, etc. ) :

3) # yum -y install gtkmm24-devel libglademm24-devel
.....

doll 03-30-2009 02:30 AM

Thanks
 
Quote:

Originally Posted by knudfl (Post 3490359)
Welcome to LQ.

1) # yum search gtkmm glademm

And depending on the packages found the next
move could be

2) # yum -y install gtkmm24 libglademm24

If the development packages are required
( used when compiling other app's, etc. ) :

3) # yum -y install gtkmm24-devel libglademm24-devel
.....

Thanks for ur help let me try with this.

doll 03-30-2009 02:53 AM

thanks guys i will try with this.


All times are GMT -5. The time now is 04:12 AM.