Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6425] New: Dependency issue in epan/dfilter/Makefile.am

Date: Mon, 3 Oct 2011 01:17:01 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6425

           Summary: Dependency issue in epan/dfilter/Makefile.am
           Product: Wireshark
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: xavier.raynaud@xxxxxxxxx


Build Information:
Affects wireshark 1.6.x + trunk version.
--
When compiling with multiple threads in parallel (make -j N), the compilation
fails sometimes:

 scanner.l:49:21: error: grammar.h: No such file or directory


It's possible to fix this issue by adding a simple line in
epan/dfilter/Makefile.am:

scanner.c: grammar.h

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.