good

Thursday, July 30, 2009

ubuntu error help

1, error: Can't find X includes. Please check your installation and add the correct paths!
Reason: Document contains no X
Solution: you can install the xlibs-dev

2, error: Qt (> = Qt 3.0) (headers and libraries) not found. Please check your installation!
Reasons: to provide qt find the lib & & headers package, and installed
Solution: apt-get install libqt3-headers libqt3-mt-dev

3, error: in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
Reasons: install a KDE application in a Gnome environment.
To solve: which basically means its going to want to install a lot of KDE specific packages to work. This' configure: error '
is due to it expecting you to be running KDE and again refers to some 'headers'.
sudo apt-get update
sudo apt-get install kdelibs4-dev kdelibs4c2a

4, error: C compiler cannot create executables
Reasons:
Solution: sudo apt-get gcc libc6-dev

5, the error: checking for C compiler default output ... configure: error: C compiler cannot create executables
Reasons:
Solution: sudo apt-get install libc6-dev

6, error: configure: error: C + + preprocessor "/ lib / cpp" fails sanity check
Reasons: gcc not installed components of the whole
Solution: apt-get install build-essential

7, error:. / Admin / cvs.sh: 585: autoconf: not found
Reasons:
Solution: apt-get install autoconf

8, error: *** GTK> = 2.4.0 not installed! ***
Reasons: GTK not installed
Solution: apt-get build-dep gedit

9, error: heching for gtk-config ... no
checking for GTK - version = 1.2.0 ... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX / bin is in
*** Your path, or set the GTK_CONFIG enviroment variable to the
*** Full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?
Reasons:
Solution: sudo apt-get install libgtk1.2-dev

10, the problem: eclipse do not support the encoding of Chinese
Solution: edit / var / lib / locales / supported.d / local, plus his zh_CN.GBK GBK, the implementation of sudo locale-gen

11, the question of: eva do not pop-up input method
Solution: sudo apt-get install scim-qtimm

12, the problem: No package 'gtk + -2.0' found
No package 'gtksourceview-1.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'libgnomeprintui-2.2' found
Solution: sudo apt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev

13, the problem: No package 'libpanelapplet-2.0' found
Solution: sudo apt-get install libpanelappletmm-2.6-dev


Error: configure: error: C + + preprocessor "/ lib / cpp" fails sanity check

Reasons: gcc not installed components of the whole
Solution: apt-get install build-essential



Problem: eclipse do not support the encoding of Chinese
Solution: edit / var / lib / locales / supported.d / local, plus his zh_CN.GBK GBK, the implementation of sudo locale-gen

Error: gnome.h: No such file or directory




Problem: No package 'gtk + -2.0' found
No package 'gtksourceview-1.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'libgnomeprintui-2.2' found
Solution: sudo apt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev

Problem: No package 'libpanelapplet-2.0' found
Solution: sudo apt-get install libpanelappletmm-2.6-dev




There are excerpts:

Compiler
. / configure (use-help recommendations need to use query parameters)
make
sudo make install
If the. / Configure this step error

Error One:
configure: error:

You must have the GTK + 2.0 development headers installed to compile Pidgin.
If you only want to build Finch then specify-disable-gtkui when running configure.
Solution:
sudo apt-get install libgtk2.0-dev

Error II:
configure: error:

You must have libxml2> = 2.6.0 development headers installed to build.
Solution:
sudo apt-get install libxml2-dev

Error III:
configure: error:

The msgfmt command is required to build libpurple. If it is installed on your system, ensure that it is in your path. If it is not, install GNU gettext to continue.
Solution:
sudo apt-get install gettext
If you use MSN or GTalk error

Error:
SSL Library / Libraries ... ... ...: None (MSN and Google Talk will not work
without SSL!)
Solution:
sudo apt-get install libnss-dev libnspr-dev

If the. / Configure also a problem, then to find the problem, you can install the missing packages.

In the configuration process, config.log file is very useful. There we can find out the root causes of errors, in order to find responses.

No comments:

Post a Comment