From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 21:48:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4542016A418 for ; Fri, 9 Jun 2006 21:48:04 +0000 (UTC) (envelope-from bloodofanubis@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3159343D77 for ; Fri, 9 Jun 2006 21:48:03 +0000 (GMT) (envelope-from bloodofanubis@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so90833wra for ; Fri, 09 Jun 2006 14:48:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=KnwBJpfWlbf4sXxQuiXu1MGi0c2JwCjPYZBO8C04lQjOpW5qw/TZwVUxy/kTXO+iDaE98OX5H9q/pPaxAEpGqFsU0XwpxZ2iM5IUcXnJVpx5XblBBEljShYscjfX9tQ6rOfGieMquwAgSVcIWnIA3jdOZedHzno9y/ptZ6TCqDI= Received: by 10.54.152.12 with SMTP id z12mr3325377wrd; Fri, 09 Jun 2006 14:48:02 -0700 (PDT) Received: from ?192.168.0.143? ( [72.155.252.160]) by mx.gmail.com with ESMTP id 66sm77685wra.2006.06.09.14.48.01; Fri, 09 Jun 2006 14:48:02 -0700 (PDT) From: Jacob Jennings To: freebsd-questions@freebsd.org Date: Fri, 9 Jun 2006 16:51:47 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606091651.50036.bloodofanubis@gmail.com> Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 21:48:04 -0000 Hello, everyone. I am running FreeBSD 6.0-Release 2 with KDE 3.5.3_2 installed via ports. I am trying to compile kopete 0.12.0 from source since it was not included in the kdenetwork installation, however the 'gmake' command fails with the following error message: libtool: link: cannot find the library `' gmake[4]: *** [libkopeteui.la] Error 1 gmake[4]: Leaving directory `/home/jdjennin/Source/kopete-0.12.0/kopete/libkopete/ui' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/home/jdjennin/Source/kopete-0.12.0/kopete/libkopete' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/jdjennin/Source/kopete-0.12.0/kopete' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/jdjennin/Source/kopete-0.12.0' gmake: *** [all] Error 2 It is not naming a library that is missing which is most unnatural. I cannot seem to find anyone else who is having this error, nor does the kopete mailing list give any help. I don't receive any strange error messages during the configure script except for one which I cannot seem to fix, so they may be related: checking for libjpeg6b... no checking for libjpeg... no configure: WARNING: There is an installation error in jpeg support. You seem to have only one of either the headers _or_ the libraries installed. You may need to either provide correct --with-extra-... options, or the development package of libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/ Disabling JPEG support. However, if Kopete can be installed from the ports (It was the last time I used KDE version 3.5.2) then why can it not be compiled from the kopete website source? Thanks for any help.