From owner-freebsd-questions Tue Jan 14 10: 7:26 2003 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 9946437B401 for ; Tue, 14 Jan 2003 10:07:23 -0800 (PST) Received: from mail1.uits.uconn.edu (mail1.uits.uconn.edu [137.99.25.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10AB443F18 for ; Tue, 14 Jan 2003 10:07:22 -0800 (PST) (envelope-from matt@forsetti.com) Received: from [137.99.80.149] (d80h149.public.uconn.edu [137.99.80.149]) by mail1.uits.uconn.edu (8.11.6/8.11.6) with ESMTP id h0EI7HE18071 for ; Tue, 14 Jan 2003 13:07:17 -0500 Subject: trouble building xpp From: Matt Smith To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1042567636.87185.9.camel@d80h149.public.uconn.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 14 Jan 2003 13:07:16 -0500 Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6, AWL, SIGNATURE_SHORT_DENSE, SPAM_PHRASE_00_01) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I sent this off the -ports with no luck, I'm hoping someone here can help. I am having trouble building xpp. See the results of a make, below. As well, pkg_add -r xpp fails; seems there is no package available. I know that there was one sometime over the past two days. Any help is appreciated! -Matt d80h149:/usr/ports/print/xpp#make ===> Building for xpp-1.1 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)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1022: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1038: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1039: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1056: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1057: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1073: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1074: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1109: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1110: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1127: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1128: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1165: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1166: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1184: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1185: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1202: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1203: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) mainwindow.cxx:1236: no matching function for call to `Input_Slider::color (int)' inputslider.h:88: candidates are: void Input_Slider::color(Fl_Color) mainwindow.cxx:1237: no matching function for call to `Input_Slider::selection_color (int)' inputslider.h:95: candidates are: void Input_Slider::selection_color(Fl_Color) gmake: *** [mainwindow.o] Error 1 *** Error code 2 Stop in /apps/ports/print/xpp. -- Matt Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message