Date: Thu, 9 Jan 2003 15:54:04 +0100 (CET) From: Toni Schmidbauer <toni@stderror.at> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46893: make error in /usr/ports/print/xpp Message-ID: <20030109145404.0F3EE1A928@aeolus.pinhead.lan.at>
next in thread | raw e-mail | index | archive | help
>Number: 46893 >Category: ports >Synopsis: make error in /usr/ports/print/xpp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 09 07:00:19 PST 2003 >Closed-Date: >Last-Modified: >Originator: Toni SChmidbauer >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD aeolus.pinhead.lan.at 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Nov 28 12:06:34 CET 2002 pinhead@aeolus.pinhead.lan.at:/usr/obj/usr/src/sys/NTLoader i386 >Description: make fails in /usr/ports/print/xpp with the following error: ===> Building for xpp-1.1 c++ -DPACKAGE=\"xpp\" -DVERSION=\"1.1\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBGL=1 -D HAVE_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=pentiump ro -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 /usr/ports/print/xpp. >How-To-Repeat: cd /usr/ports/print/xpp && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030109145404.0F3EE1A928>