[Bug 393923] Re: agg_rasterizer_cells_aa.h missing #includes <limits.h> and <stdlib.h> so it doesn't compile on new GCC versions
Stefano Rivera
launchpad at rivera.za.net
Mon Aug 23 11:25:09 BST 2010
Artur: Please pass debian the correct patch, rather than just a LP Link
--
agg_rasterizer_cells_aa.h missing #includes <limits.h> and <stdlib.h> so it doesn't compile on new GCC versions
https://bugs.launchpad.net/bugs/393923
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
Status in The AntiGrain Geometry graphical toolkit: Unknown
Status in “agg” package in Ubuntu: Confirmed
Status in “agg” package in Debian: New
Bug description:
--- a/agg_rasterizer_cells_aa.h 2009-06-30 18:52:53.806022454 +0300
+++ b/agg_rasterizer_cells_aa.h 2009-06-30 18:40:49.886565100 +0300
@@ -39,6 +39,8 @@
#ifndef AGG_RASTERIZER_CELLS_AA_INCLUDED
#define AGG_RASTERIZER_CELLS_AA_INCLUDED
+#include <limits.h>
+#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "agg_math.h"
ProblemType: Bug
Architecture: amd64
Dependencies:
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: libagg-dev 2.5+dfsg1-1ubuntu1 [modified: usr/include/agg2/agg_rasterizer_cells_aa.h]
ProcEnviron:
PATH=(custom, user)
LANG=fi_FI.UTF-8
SHELL=/bin/bash
SourcePackage: agg
Uname: Linux 2.6.28-12-generic x86_64
More information about the Ubuntu-sponsors
mailing list