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.