/bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c proctime.c

cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c -fPIC -DPIC proctime.c
proctime.c: In function `calcru':
proctime.c:74: structure has no member named `p_runtime'
proctime.c: In function `glibtop_get_proc_time_p':
proctime.c:150: structure has no member named `p_runtime'
gmake[3]: *** [proctime.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps/freebsd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
This commit is contained in:
Satoshi Asami 1998-10-05 05:56:03 +00:00
parent 867381d541
commit abe516a6d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13674
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/09/30 14:45:46 vanilla Exp $
# $Id: Makefile,v 1.3 1998/10/01 00:19:13 vanilla Exp $
#
DISTNAME= libgtop-0.26.2
@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
BROKEN= build
GNU_CONFIGURE= yes
USE_GMAKE= yes

View File

@ -3,7 +3,7 @@
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/09/30 14:45:46 vanilla Exp $
# $Id: Makefile,v 1.3 1998/10/01 00:19:13 vanilla Exp $
#
DISTNAME= libgtop-0.26.2
@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib
BROKEN= build
GNU_CONFIGURE= yes
USE_GMAKE= yes