Date: Fri, 15 Jun 2012 13:13:58 -0700 From: Jeff Ford <jeff.ford@gmail.com> To: freebsd-current@freebsd.org Subject: Failure building libdtrace Message-ID: <CAJ0x7rOpfnoe3BY-d-UNn9VkcGjJTwpfRfhy07ygRAqYj0AFvg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
When I try to build directly from src/cddl/lib/libdtrace I get a failure because of a missing file dt_grammar.h. This file is generated by dt_grammar.y. On 9, running make in the same directory runs the yacc ahead of cc so the build works. I can fix this locally by moving dt_grammar.y to the top of the file list in Makefile, but what changed, and should it be fixed? Thanks, Jeff -- Jeff Ford Redmond, WA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ0x7rOpfnoe3BY-d-UNn9VkcGjJTwpfRfhy07ygRAqYj0AFvg>