! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
-DHAVE_GNUC_VISIBILITY
Status:
CLOSED: FIXED
Severity:
trivial

Comments

Description Daichi Kawahata 2005-12-01 17:22:40 CET
While configure script says my gcc 4.0.1 has visibility support,
actually not. So, there're many warnings below,

thunarx-config.c:44: warning: visibility attribute not supported in this
configuration; ignored
thunarx-config.c:62: warning: visibility attribute not supported in this
configuration; ignored
thunarx-config.c:80: warning: visibility attribute not supported in this
configuration; ignored
thunarx-config.c: In function 'IA__thunarx_check_version':
thunarx-config.c:126: warning: visibility attribute not supported in this
configuration; ignored

Reproducible: Always
Steps to Reproduce:
1. ./autogen.sh
2. make
Comment 1 Benedikt Meurer editbugs 2005-12-02 09:42:21 CET
Created attachment 354 
Suggested fix

This patch should make the detection fail.
Comment 2 Daichi Kawahata 2005-12-02 23:12:09 CET
Fixed, thanks.
Comment 3 Benedikt Meurer editbugs 2005-12-03 13:59:07 CET
Committed with revision 18984 (libexo+thunar).

Bug #1253

Reported by:
Daichi Kawahata
Reported on: 2005-12-01
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.1svn

Attachments

Suggested fix (695 bytes, patch)
2005-12-02 09:42 CET , Benedikt Meurer
no flags

Additional information