Thank you for your reply.
Actually i just want to hacking GQView image viewer. I am already installed it with apt-get install and it's work well. However because i want to hack this software, i need the source code. So i execute apt-get source GQView command and i get the gqview source version 2.0.0 from the repository.
I change some code of the source code, and i try to configure it again by ./configure. In my opinion, because i already installed the software from repository with apt-get install, the dependencies would have been installed. But when i configure the source code of GQView 2.0.0 it comes error that say i need to install gtk+-2.4.0. I try install it with apt-get install, but there is no package of it. That why i try to install it from source code.
The problem before already fixed. Someone told me to write the PKG_CONFIG_PATH. I try the solution, but it's still doesn't work. So i read the instalation guide again, and i found how to set the PKG_CONFIG_PATH and the LD_LIBRARY_PATH. I change it, and i installed the atk.
The next step is to install gtk+. I try to ./configure again and comes error again. It said :
configure:error:Pango 1.2.0 and Xft backend is required for X11 target
Actually i already installed Pango 1.8.2.
So, what is wrong with that? Could you give any sugestion to fix the error? Thank you for your reply.
Actually i just want to hacking GQView image viewer. I am already installed it with apt-get install and it's work well. However because i want to hack this software, i need the source code. So i execute apt-get source GQView command and i get the gqview source version 2.0.0 from the repository.
I change some code of the source code, and i try to configure it again by ./configure. In my opinion, because i already installed the software from repository with apt-get install, the dependencies would have been installed. But when i configure the source code of GQView 2.0.0 it comes error that say i need to install gtk+-2.4.0. I try install it with apt-get install, but there is no package of it. That why i try to install it from source code.
The problem before already fixed. Someone told me to write the PKG_CONFIG_PATH. I try the solution, but it's still doesn't work. So i read the instalation guide again, and i found how to set the PKG_CONFIG_PATH and the LD_LIBRARY_PATH. I change it, and i installed the atk.
The next step is to install gtk+. I try to ./configure again and comes error again. It said :
configure:error:Pango 1.2.0 and Xft backend is required for X11 target
Actually i already installed Pango 1.8.2.
So, what is wrong with that? Could you give any sugestion to fix the error? Thank you for your reply.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list