<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - cairo-wideint-private.h(122): warning #1890: the "__visibility__" attribute can only appear on functions and variables with external linkage"
href="https://bugs.freedesktop.org/show_bug.cgi?id=82883">82883</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>chris@chris-wilson.co.uk
</td>
</tr>
<tr>
<th>Summary</th>
<td>cairo-wideint-private.h(122): warning #1890: the "__visibility__" attribute can only appear on functions and variables with external linkage
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>cairo-bugs@cairographics.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>lkh1515@gmail.com
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>1.12.16
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Product</th>
<td>cairo
</td>
</tr></table>
<p>
<div>
<pre>I configured cairo-1.12.16 with icc & ifort.
And then, I did "make".
I got an error message as follows.
********
make all-recursive
make[1]: Entering directory `/home/ext/cairo-1.12.16'
Making all in src
make[2]: Entering directory `/home/ext/cairo-1.12.16/src'
cd .. && /bin/sh /home/ext/cairo-1.12.16/build/missing --run automake-1.11
--foreign src/Makefile
cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
make[2]: Leaving directory `/home/ext/cairo-1.12.16/src'
make[2]: Entering directory `/home/ext/cairo-1.12.16/src'
make all-am
make[3]: Entering directory `/home/ext/cairo-1.12.16/src'
CC cairo-analysis-surface.lo
In file included from cairo-fixed-private.h(42),
from cairoint.h(2022),
from cairo-analysis-surface.c(37):
cairo-wideint-private.h(121): warning #1890: the "__visibility__" attribute can
only appear on functions and variables with external linkage
static cairo_always_inline cairo_int64_t I _cairo_double_to_int64 (double i)
{ return i; }
^
In file included from cairo-fixed-private.h(42),
from cairoint.h(2022),
from cairo-analysis-surface.c(37):
cairo-wideint-private.h(122): warning #1890: the "__visibility__" attribute can
only appear on functions and variables with external linkage
static cairo_always_inline double I _cairo_int64_to_double (cairo_int64_t i)
{ return i; }
CC cairo-arc.lo
In file included from cairo-fixed-private.h(42),
from cairoint.h(2022),
from cairo-arc.c(37):
cairo-wideint-private.h(121): warning #1890: the "__visibility__" attribute can
only appear on functions and variables with external linkage
static cairo_always_inline cairo_int64_t I _cairo_double_to_int64 (double i)
{ return i; }
^
In file included from cairo-fixed-private.h(42),
from cairoint.h(2022),
from cairo-arc.c(37):
cairo-wideint-private.h(122): warning #1890: the "__visibility__" attribute can
only appear on functions and variables with external linkage
static cairo_always_inline double I _cairo_int64_to_double (cairo_int64_t i)
{ return i; }
^
CC cairo-array.lo
In file included from cairo-fixed-private.h(42),
from cairoint.h(2022),
from cairo-array.c(39):
cairo-wideint-private.h(121): warning #1890: the "__visibility__" attribute can
only appear on functions and variables with external linkage
static cairo_always_inline cairo_int64_t I _cairo_double_to_int64 (double i)
{ return i; }
.
.
.
********
I got same error message when I did "./configure" or "./autogen.sh". And I am
quite sure that I installed other software (like zlib, png, so on..) to install
cairo.
Do you have an any idea to solve this problem? I couldn't find the same error
message on google.
Thanks.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>