From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 03:02:30 2003 Return-Path: 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 EAE2B16A4B3 for ; Mon, 6 Oct 2003 03:02:30 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5718B43FD7 for ; Mon, 6 Oct 2003 03:02:29 -0700 (PDT) (envelope-from email@gabriel-striewe.de) Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A6SCB-0007Aq-00 for freebsd-questions@freebsd.org; Mon, 06 Oct 2003 12:02:27 +0200 Received: from [80.141.11.48] (helo=desktop.gs) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A6SCA-00006g-00 for freebsd-questions@freebsd.org; Mon, 06 Oct 2003 12:02:26 +0200 Received: by desktop.gs (Postfix, from userid 1001) id DBA497A; Mon, 6 Oct 2003 12:07:50 +0200 (CEST) Date: Mon, 6 Oct 2003 12:07:50 +0200 From: Gabriel Striewe To: freebsd-questions@freebsd.org Message-ID: <20031006100750.GA31792@desktop.gs> References: <20031006000618.GA24555@desktop.gs> <20031005225956.390c41a8.kitbsdlists@HotPOP.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031005225956.390c41a8.kitbsdlists@HotPOP.com> User-Agent: Mutt/1.4.1i Subject: Re: flphoto for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 10:02:31 -0000 On Sun, Oct 05, 2003 at 10:59:56PM -0500, Vulpes Velox wrote: > On Mon, 6 Oct 2003 02:06:18 +0200 > Gabriel Striewe wrote: > > > Hello! > > > > In the magazine Linux-User (http://www.linux-user.de) I came across the photo > > editing programme "flphoto", written by cups-author Michael Sweets. This port > > is not yet included in the ports collection.Anybody knows the reason for this? > > I tried once to compile it via ./configure && make && make install, but got a > > lot of syntax errors, and did not retry because I do not feel familiar with > > C/C++ > > Providing some out put would be handy... I have found with many linux programs, > some various paths need to be supplied to make it compile... This is the output after unpacking flphoto-source-1.1.tar.bz2, ./configure and then gmake in the unpacked directory: Compiling export.cxx... export.cxx: In function `int export_jpeg(const char*, Fl_Shared_Image*, int, int, int)': export.cxx:1049: aggregate `jpeg_compress_struct info' has incomplete type and cannot be defined export.cxx:1050: aggregate `jpeg_error_mgr err' has incomplete type and cannot be defined export.cxx:1065: `jpeg_std_error' undeclared (first use this function) export.cxx:1065: (Each undeclared identifier is reported only once for each function it appears in.) export.cxx:1066: `jpeg_create_compress' undeclared (first use this function) export.cxx:1067: `jpeg_stdio_dest' undeclared (first use this function) export.cxx:1072: `JCS_GRAYSCALE' undeclared (first use this function) export.cxx:1072: `JCS_RGB' undeclared (first use this function) export.cxx:1074: `jpeg_set_defaults' undeclared (first use this function) export.cxx:1075: `jpeg_set_quality' undeclared (first use this function) export.cxx:1076: `jpeg_simple_progression' undeclared (first use this function) export.cxx:1081: `jpeg_start_compress' undeclared (first use this function) export.cxx:1088: `jpeg_write_scanlines' undeclared (first use this function) export.cxx:1092: `jpeg_finish_compress' undeclared (first use this function) export.cxx:1093: `jpeg_destroy_compress' undeclared (first use this function) gmake: *** [export.o] Error 1 fltk, as a requirement of flphoto, has previously been installed using the ports collection, which was successfull Thank you for any hints Gabriel