DragonFly BSD
DragonFly kernel List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

libgtop2


From: Glenn Johnson <glennpj@xxxxxxxxxxx>
Date: Sat, 26 Jun 2004 11:23:21 -0500

Does anyone know how to get libgtop2 to compile? I understand this may have to wait until after the DragonFlyBSD-1.0 release but I was hoping maybe someone knew. Attached is a log of the build.
===>  Building for libgtop2-2.6.0
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0'
Making all in po
gmake[2]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/po'
Making all in misc
gmake[2]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/misc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/misc'
Making all in include
gmake[2]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/include'
Making all in glibtop
gmake[3]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/include/glibtop'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/include/glibtop'
gmake[3]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/include'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/include'
gmake[2]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/include'
Making all in sysdeps
gmake[2]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/sysdeps'
Making all in common
gmake[3]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/sysdeps/common'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/sysdeps/common'
Making all in freebsd
gmake[3]: Entering directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/sysdeps/freebsd'
/bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   	-Wall 	-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes 	-Wnested-externs -Wpointer-arith 	-Wcast-align -Wsign-compare 	-fno-strict-aliasing 	-O -pipe -march=pentiumpro  -I/usr/X11R6/include -DGTOPLOCALEDIR=\"/usr/X11R6/share/locale\" -DLIBGTOP_VE
RSION=\"2.6.0\" -DLIBGTOP_SERVER_VERSION=\"5\" -DLIBGTOP_VERSION_CODE=2006000 -DLIBGTOP_SERVER=\"/usr/X11R6/bin/libgtop_server2\"  -I/usr/local/include  -Wall 	-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes 	-Wnested-externs -Wpointer-arith 	-Wcast-align -Wsign-compare 	-fno-strict-aliasing 	-O -pipe -march=pentiumpro -c mem.c
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -fno-strict-aliasing -O -pipe -march=pentiumpro -I/usr/X11R6/include -DGTOPLOCALEDIR=\"/usr/X11R6/share/locale\" -DLIBGTOP_VERSION=\"2.6.0\" -DLIBGTOP_SERVER_VERSION=\"5\
" -DLIBGTOP_VERSION_CODE=2006000 -DLIBGTOP_SERVER=\"/usr/X11R6/bin/libgtop_server2\" -I/usr/local/include -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -fno-strict-aliasing -O -pipe -march=pentiumpro -c mem.c  -fPIC -DPIC -o .libs/mem.o
In file included from ../../include/glibtop/global.h:66,
                 from ../../glibtop.h:27,
                 from mem.c:24:
/usr/include/sys/param.h:215: warning: `MIN' redefined
/usr/local/include/glib-2.0/glib/gmacros.h:154: warning: this is the location of the previous definition
/usr/include/sys/param.h:216: warning: `MAX' redefined
/usr/local/include/glib-2.0/glib/gmacros.h:151: warning: this is the location of the previous definition
mem.c: In function `glibtop_get_mem_p':
mem.c:174: structure has no member named `v_page_count'
mem.c:192: structure has no member named `v_active_count'
mem.c:192: structure has no member named `v_inactive_count'
mem.c:193: structure has no member named `v_free_count'
mem.c:201: structure has no member named `v_cache_count'
mem.c:207: structure has no member named `v_wire_count'
mem.c:127: warning: `v_used_count' might be used uninitialized in this function
mem.c:128: warning: `v_total_count' might be used uninitialized in this function
mem.c:129: warning: `v_free_count' might be used uninitialized in this function
gmake[3]: *** [mem.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/sysdeps/freebsd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0/sysdeps'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.6.0'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/devel/libgtop2.


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]