Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 1995 05:01:26 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        ports@FreeBSD.ORG
Subject:   xperfmon doesn't build on -current
Message-ID:  <199508091201.FAA05114@silvia.HIP.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
I thought I'd try mprof'ing xperfmon to see where it's leaking the
sweet memories, but it doesn't build even without libmp....

Satoshi
-------
>> make
===>  Building for xperfmon-1.1
gcc -m486 -O2 -pipe   -I. -I./lib/Xt -I. -I./X11  -I/usr/X11R6/include  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -c TimeChart.c
gcc -m486 -O2 -pipe   -I. -I./lib/Xt -I. -I./X11  -I/usr/X11R6/include  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -c StripChart.c
StripChart.c: In function `draw_graph':
StripChart.c:346: warning: passing arg 1 of `XtVaSetValues' from incompatible pointer type
StripChart.c:352: warning: passing arg 1 of `XtVaSetValues' from incompatible pointer type
StripChart.c:358: warning: passing arg 1 of `XtVaSetValues' from incompatible pointer type
StripChart.c:376: warning: passing arg 1 of `XtVaSetValues' from incompatible pointer type
StripChart.c:382: warning: passing arg 1 of `XtVaSetValues' from incompatible pointer type
StripChart.c:388: warning: passing arg 1 of `XtVaSetValues' from incompatible pointer type
gcc -m486 -O2 -pipe   -I. -I./lib/Xt -I. -I./X11  -I/usr/X11R6/include  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -c misc.c
misc.c: In function `HandleKey':
misc.c:61: warning: passing arg 1 of `XLookupString' from incompatible pointer type
misc.c:61: warning: passing arg 4 of `XLookupString' from incompatible pointer type
gcc -m486 -O2 -pipe   -I. -I./lib/Xt -I. -I./X11  -I/usr/X11R6/include  -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -c bsd_system.c
In file included from bsd_system.c:72:
/usr/include/nfs/nfs.h:186: parse error before `NFSKERBKEY_T'
/usr/include/nfs/nfs.h:186: warning: no semicolon at end of struct or union
/usr/include/nfs/nfs.h:197: parse error before `NFSKERBKEY_T'
/usr/include/nfs/nfs.h:197: warning: no semicolon at end of struct or union
bsd_system.c: In function `collect_stats':
bsd_system.c:312: `NFSPROC_STATFS' undeclared (first use this function)
bsd_system.c:312: (Each undeclared identifier is reported only once
bsd_system.c:312: for each function it appears in.)
bsd_system.c:313: `NQNFSPROC_READDIRLOOK' undeclared (first use this function)
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508091201.FAA05114>