pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/devel/glib2
On Wed, Nov 03, 2010 at 05:07:47PM +0000, Matthias Drochner wrote:
Module Name: pkgsrc
Committed By: drochner
Date: Wed Nov 3 17:07:47 UTC 2010
Modified Files:
pkgsrc/devel/glib2: distinfo
Added Files:
pkgsrc/devel/glib2/patches: patch-cg
Log Message:
as in patch-ce: fix inconsistency of .hidden attributes, leading to
link error on amd64, hopefully fixes build problem reported by tron
For me NetBSD 5.1_RC4/i386 still has problems.
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../glib
-I/tmp/pkgsrc/devel/glib2/work.hgb2/.buildlink/include
-DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED
-DGLIB_COMPILATION -DPCRE_STATIC -DPREFIX=\"/usr/pkg\"
-DPKGLOCALEDIR=\"share\" -DPKG_SYSCONFDIR=\"/usr/pkg/etc\"
-DG_DISABLE_SINGLE_INCLUDES -pthread -O2 -Wall -MT gatomic.lo -MD -MP -MF
.deps/gatomic.Tpo -c gatomic.c -fPIC -DPIC -o .libs/gatomic.o
gatomic.c:885: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
gatomic.c: In function 'g_atomic_int_exchange_and_add':
gatomic.c:906: warning: implicit declaration of function 'g_mutex_lock'
gatomic.c:906: error: 'g_atomic_mutex' undeclared (first use in this
function)
gatomic.c:906: error: (Each undeclared identifier is reported only once
gatomic.c:906: error: for each function it appears in.)
gatomic.c:909: warning: implicit declaration of function 'g_mutex_unlock'
gatomic.c: In function 'g_atomic_int_add':
gatomic.c:928: error: 'g_atomic_mutex' undeclared (first use in this
function)
gatomic.c: In function 'g_atomic_int_compare_and_exchange':
gatomic.c:954: error: 'g_atomic_mutex' undeclared (first use in this
function)
gatomic.c: In function 'g_atomic_pointer_compare_and_exchange':
gatomic.c:988: error: 'g_atomic_mutex' undeclared (first use in this
function)
gatomic.c: In function '_g_atomic_thread_init':
gatomic.c:1155: error: 'g_atomic_mutex' undeclared (first use in this
function)
gatomic.c:1155: warning: implicit declaration of function 'g_mutex_new'
gmake[4]: *** [gatomic.lo] Error 1
Home |
Main Index |
Thread Index |
Old Index