LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with the 'make' command (https://www.linuxquestions.org/questions/linux-software-2/problem-with-the-make-command-775141/)

Mr-Nuke 12-12-2009 07:55 AM

Problem with the 'make' command
 
Hello all.....

At firs I use ubuntu linux OS.... so the problem is that I could not
run the 'make' command to compile the software that I need to install it
and I get this message when I run the './configure' and I get this message:

Code:

configure: error: Library requirements (
        gtk+-2.0
        libgnomeui-2.0
        GtkScintilla-2.0
        libgtkhtml-2.0
        ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

I found an I try to fix it by using this command:
Code:

sudo apt-get install libgtk2.0-dev
and
Code:

sudo apt-get install libgnomeui-dev
--------------------------------------------------------
but I got this message:
---------------------
Code:

The following packages will be upgraded:
  gtk2-engines-pixbuf libgail-common libgail18 libgtk2.0-0
4 upgraded, 59 newly installed, 0 to remove and 151 not upgraded.
Need to get 25.7MB of archives.
After this operation, 75.2MB of additional disk space will be used.
Do you want to continue [Y/n]?

-------------------------------------------
can any one help me to get the two packets and where can I but these packets?

brianL 12-12-2009 08:01 AM

Why don't you just run?
Code:

sudo apt-get update
then
Code:

sudo apt-get install libgtk2.0-dev libgnomeui-dev
What is it that you're trying to make and install? Are you sure it's not available from the repositories?

AlucardZero 12-12-2009 08:57 AM

Why didn't you hit Y?

Mr-Nuke 12-13-2009 04:03 AM

Thanks for help .... but I found that I don't enter the proxy and port correctly I had fix it and every thing is good. so I'm really sorry for disturbance.
by the way thanks (brainL) for helping me....


All times are GMT -5. The time now is 01:22 PM.