From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Problem building emacs from cvs Date: Sat, 22 Mar 2008 09:08:28 +0100 Message-ID: <47E4BE7C.9020806@swipnet.se> References: <8f5cebf20803211210y6772f465x37f1724d34f06716@mail.gmail.com> <47E4B3ED.8030509@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1206173355 23133 80.91.229.12 (22 Mar 2008 08:09:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Mar 2008 08:09:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Diogo Sousa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 22 09:09:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JcynQ-0005Lv-8A for ged-emacs-devel@m.gmane.org; Sat, 22 Mar 2008 09:09:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jcymp-0007xo-Ld for ged-emacs-devel@m.gmane.org; Sat, 22 Mar 2008 04:09:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jcyml-0007wQ-Eb for emacs-devel@gnu.org; Sat, 22 Mar 2008 04:09:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jcymi-0007sz-60 for emacs-devel@gnu.org; Sat, 22 Mar 2008 04:09:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jcymg-0007sr-FB for emacs-devel@gnu.org; Sat, 22 Mar 2008 04:08:58 -0400 Original-Received: from av9-1-sn3.vrr.skanova.net ([81.228.9.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jcymg-0008LJ-6V for emacs-devel@gnu.org; Sat, 22 Mar 2008 04:08:58 -0400 Original-Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 04A7D38AC8; Sat, 22 Mar 2008 09:08:57 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id CC1FA38A3C; Sat, 22 Mar 2008 09:08:56 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id B534237E47; Sat, 22 Mar 2008 09:08:56 +0100 (CET) User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) In-Reply-To: <47E4B3ED.8030509@swipnet.se> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93170 Archived-At: I spoke too soon. You have a problem here: /usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_uni= x_fd' I don't know which library it is that requires libavahi-client, but you c= an=20 check the first failure in config.log. It is one of the libraries linked= in=20 on the previous line. Do an ldd on each library and see if libavahi-clie= nt is=20 in the output. Either way, some dependency on fedora 8 is broken. Jan D. Jan Dj=E4rv skrev: >=20 >=20 > Diogo Sousa skrev: >> Hi, >> >> My system is a GNU/Linux (Fedora 8), i686-pc-linux-gnu. >> >> Trying to build emacs from cvs configure tells me I miss some >> libraries (libXpm libjpeg libpng libgif/libungif libtiff), >> that I have (emacs 22.1.92 build fine). >> >> Here is what configure outputs to stderr: >> >> configure: error: The following required libraries were not found: >> libXpm libjpeg libpng libgif/libungif libtiff >> Maybe some development libraries/packages are missing? >> If you don't want to link with them give >> --with-xpm=3Dno --with-jpeg=3Dno --with-png=3Dno --with-gif=3Dno=20 >> --with-tiff=3Dno >> as options to configure >> >> In attach i send config.log and the output sent to stdout in config.ou= t. >> >=20 > Those libraries are now required. Try installing libxpm-devel, etc. O= r=20 > do as the configure output says. >=20 > Jan D. >=20