From owner-freebsd-ports Tue Apr 10 8:41:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id DA4AA37B422 for ; Tue, 10 Apr 2001 08:41:11 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup16-48.iptelecom.net.ua [212.9.229.240]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA45258; Tue, 10 Apr 2001 18:41:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f3AFdqt15796; Tue, 10 Apr 2001 18:39:52 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3AD32929.FFBE2410@FreeBSD.org> Date: Tue, 10 Apr 2001 18:39:21 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: pavlo.baron@a-city.de Cc: Carl Johan Madestrand , freebsd-ports@FreeBSD.org Subject: Re: lpe: can't ./configure References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Pavlo Baron wrote: > Carl (Johan), > > sorry, my error description was not exact: > so, it's simple to install the lpe via package. But i want to install it from > the source code, because i changed some bg/fg-colors in the highlight.h - it's > nothing to my eyes to read the light blue text on the black background, you > know. :) > > I guess, you mean the package-based kind of installation? If i err, please > take a look at these steps i made to install that thing: > > 1. i've got libslang (the required version) installed on my machine > 2. i've got lpe-1.2.5 sources > 3. i "tar xfz"-ed the sources > 4. i overwrite the src/highlight.h with my version > 5. i execute ./configure > 6. the error i get: the libslang library coudn't be found! > now, here i am ... what should i do? it's very possible, i do something wrong, > but i don't know what. > > P.S. is it possible to change some fg/bg-colors without recompiling the lpe? > there is nothing about it in the man page. > You did it wrong. Try to do the following instead: 3. cd /usr/ports/editors/lpe ; make patch 4. Tweak the file in question (just edit necessary file in /usr/ports/editors/lpe/work/lpe-1.2.5) 5. Build and install modified version: cd /usr/ports/editors/lpe ; make all install clean 6. Enjoy ;). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message