From owner-freebsd-questions@FreeBSD.ORG Sun Apr 13 02:07:48 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 3CF0837B401 for ; Sun, 13 Apr 2003 02:07:48 -0700 (PDT) Received: from gicco.homeip.net (dclient80-218-79-153.hispeed.ch [80.218.79.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBC543F3F for ; Sun, 13 Apr 2003 02:07:47 -0700 (PDT) (envelope-from hampi@rootshell.be) Received: from snoopy.here (localhost [127.0.0.1]) by gicco.homeip.net (8.12.8p1/8.12.8) with ESMTP id h3D97beN056825 for ; Sun, 13 Apr 2003 11:07:39 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by snoopy.here (8.12.8p1/8.12.8/Submit) id h3D97ag7056824 for freebsd-questions@freebsd.org; Sun, 13 Apr 2003 11:07:36 +0200 (CEST) X-Authentication-Warning: snoopy.here: idefix set sender to hampi@rootshell.be using -f Date: Sun, 13 Apr 2003 11:07:36 +0200 From: Hanspeter Roth To: freebsd-questions@freebsd.org Message-ID: <20030413090736.GB56708@gicco.homeip.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: building xpp: int vs. enumeration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 09:07:48 -0000 Hello, trying to build xpp 1.1 fails: ===> Building for xpp-1.1 /usr/X11R6/bin/fluid -c mainwindow.fl c++ -DPACKAGE=\"xpp\" -DVERSION=\"1.1\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_FL_FL_H=1 -DHAVE_LIBCUPS=1 -I. -I. -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=pentiumpro -c mainwindow.cxx mainwindow.cxx: In method `class Fl_Window * xppMainWindow::xppOptionDialog()': mainwindow.cxx:1021: no matching function for call to `Input_Slider::color (int)' The color member-function is expecting an enumeration but is given an integer. The compiler considers this incompatible. How can I build the xpp port? -Hanspeter