Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58132 - #include <cassert>
Summary: #include <cassert>
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-23 16:25 UTC by Thierry LEPOINT
Modified: 2004-07-24 02:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry LEPOINT 2004-07-23 16:25:54 UTC
By trying to emerge kmatplot-0.4-r2 (Gentoo-2004.1 updated two days ago), I noted that the codes as follow did not contained the declaration:

#include <cassert>

The codes are in /var/tmp/portage/kmatplot-0.4-r2/work/kmatplot-0.4/kmatplot/widgets:

qscobject.cpp
qsimage.cpp
qscontour.cpp
qscurve.cpp
qsaxes2d.cpp


After corrections, #make does not longer produce compilations errors.

Therefore it is necessary to go back in /var/tmp/portage/kmatplot-0.4-r2/work/kmatplot-0.4 and according to the INSTALL:

./configure
make
make install

Then $kmatplot enables the access to the graphic plotter sought after.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-07-24 02:09:57 UTC
app-sci/kmatplot has been removed from portage as "obsolete".

http://www.gentoo.org/cgi-bin/viewcvs.cgi/app-sci/kmatplot/