Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2003 11:07:36 +0200
From:      Hanspeter Roth <hampi@rootshell.be>
To:        freebsd-questions@freebsd.org
Subject:   building xpp: int vs. enumeration
Message-ID:  <20030413090736.GB56708@gicco.homeip.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030413090736.GB56708>