From owner-freebsd-current@FreeBSD.ORG Thu Jun 19 03:17:17 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA0301065794 for ; Thu, 19 Jun 2008 03:17:17 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id AAF7B8FC13 for ; Thu, 19 Jun 2008 03:17:17 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 2905 invoked from network); 19 Jun 2008 03:17:17 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 19 Jun 2008 03:17:16 -0000 Message-ID: <4859CD29.9040200@telenix.org> Date: Wed, 18 Jun 2008 23:06:17 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: dtrace failure in xorg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2008 03:17:19 -0000 -----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-----