dtrace failure in xorg
- From: Chuck Robey <chuckr@xxxxxxxxxxx>
- Date: Wed, 18 Jun 2008 23:06:17 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm trying to build some software that's making use of dtrace. Actually, for my
own purposes, I'm trying to build the HEAD version of xorg. There's a error
that looks like:
make all-am
/usr/sbin/dtrace -G -C -o dtrace-dix.o -s ../dix/Xserver.d .libs/*.o
dtrace: failed to compile script ../dix/Xserver.d: "/usr/lib/dtrace/psinfo.d",
line 37: syntax error near "uid_t"
*** Error code 1
Now, if this were a regular C file, this would be simplicity itself, either
looking some a define that was covering the definition of the type. or adding an
include to bring that def in, however, I haven't any experience with these .d
files. Could anybody give me either a pointer to a description of this, or
maybe give me a short description here to how they should be treated as opposed
to .c files?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIWc0pz62J6PPcoOkRAgVCAKCMJNLFPcv4tGwcmXDgkMq8dtx9TQCdFu0J
c+HyJEXtfAiHw3Lbk7s87vY=
=HfhI
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: dtrace failure in xorg
- From: Garrett Cooper
- Re: dtrace failure in xorg
- Prev by Date: Re: problem: world boot strapping from 7-C to HEAD with CDDL on sparc64?
- Next by Date: Re: dtrace failure in xorg
- Previous by thread: problem: world boot strapping from 7-C to HEAD with CDDL on sparc64?
- Next by thread: Re: dtrace failure in xorg
- Index(es):
Relevant Pages
|