* Mention the new gnome-icons and metacity-themes meta-ports under the themes

question
* Remove some CVS corruption that sneaked in on the previous commit
This commit is contained in:
Joe Marcus Clarke 2004-04-05 07:15:15 +00:00
parent 1476c0c2ff
commit ce5de0296b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20509

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.61 2004/02/08 07:47:24 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.63 2004/04/04 22:07:06 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -64,13 +64,7 @@
FreeBSD FTP site, and proceed to install them on your system.
</p>
<<<<<<< faq2.sgml
<p><u>Install GNOME &gnomever; from ports.</u></p>
<p>To build and install GNOME &gnomever; from ports, you should first
=======
<p>To build and install GNOME &gnomever; from ports, you should first
>>>>>>> 1.61
<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">
cvsup</a> the latest ports tree. Then:</p>
@ -141,8 +135,7 @@ exec gnome-session
<p>The majority of GNOME &gnomever; compilation problems can be solved
by making sure all the necessary GNOME &gnomever; components are
<a href="#q6">up-to-date</a>.</p>
<<<<<<< faq2.sgml
<p><u>Updating solves most problems</u></p>
<p>If you haven't yet followed <a href="#q6">FAQ #6</a>, do so, as
@ -152,37 +145,21 @@ exec gnome-session
<p>Please follow <a href="#q6">FAQ #6</a>. If you have not done so,
and you ask for help, you will be told to follow FAQ #6.</p>
<p><u><b>error</b>: Library requirements (etc.) not met</u></p>
=======
>>>>>>> 1.61
<p>In general, when a GNOME &gnomever; component is not up-to-date,
you will see an error similar to the following:</p>
<pre>
checking for libgnomeui-2.0 libbonoboui-2.0 libbonobo-2.0 >= 2.2.1
<<<<<<< faq2.sgml
gnome-vfs-2.0 libgnomeprint-2.2 >= 2.3.0 libgnomeprintui-2.2 libglade-2.0...
configure: error: <b>Library requirements (libgnomeui-2.0 libbonoboui-2.0
=======
gnome-vfs-2.0 libgnomeprint-2.2 >= 2.3.0 libgnomeprintui-2.2 libglade-2.0...
configure: error: Library requirements (libgnomeui-2.0 libbonoboui-2.0
>>>>>>> 1.61
libbonobo-2.0 >= 2.2.1 gnome-vfs-2.0 libgnomeprint-2.2 >= 2.3.0 libgnomeprintui-2.2
libglade-2.0) not met</b>; consider adjusting the PKG_CONFIG_PATH environment variable
libglade-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.
</pre>
<p>Simply keeping your ports tree <a href="#q6">up-to-date</a> will
prevent these errors.</p>
<<<<<<< faq2.sgml
<p><u><b>error</b>: *** pkg-config too old</u></p>
=======
>>>>>>> 1.61
<p>If the <tt>pkg-config</tt> program is out-of-date, you may see
a configure error similar to the following:</p>
@ -195,15 +172,8 @@ configure: error: *** pkg-config too old; version 0.14 or better required.
The pkg-config application is found in the
<tt>devel/pkgconfig</tt> port. By updating this port to
the latest version, this error will go away.</p>
<<<<<<< faq2.sgml
<p><u><b>error</b>: undefined reference to 'strerror_r'</u></p>
<p>You may see compiler errors relating to pthreads
=======
<p>You may see compiler errors relating to pthreads
>>>>>>> 1.61
(&posix; threads), such as:</p>
<pre>
@ -438,6 +408,11 @@ ggv
is jimmac's <a href="http://jimmac.musichall.cz/ikony.php3">
Icons</a> site.</p>
<p>Some of these themes have already been ported to
FreeBSD. Checkout the <tt>x11-themes/gnome-icons</tt> and
<tt>x11-themes/metacity-themes</tt> meta-ports for a nice
sample.</p>
<p>See the instructions on the website for installing the themes.
If you feel inclined to port a few of them, you will not be
turned away ;-).</p>