http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1059
Summary: Compilation error for 0.99.3 under Mac OS X
Product: Wireshark
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.3
Status: NEW
Severity: Blocker
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: marius@xxxxxxxxxxxxxxxx
Under Mac OS X 10.3.9 and 10.4.7 (PPC) I get the following failure:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../wiretap -I/usr/local/include
-I/usr/local/include -I/usr/local/include -I/usr/include -DINET6
-no-cpp-precomp -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W -g
-O2 -I/usr/local/include -D_REENTRANT -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I/usr/local/include/pango-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/include -MT capture_if_dlg.o -MD -MP -MF ".deps/capture_if_dlg.Tpo" -c
-o capture_if_dlg.o capture_if_dlg.c; \
then mv -f ".deps/capture_if_dlg.Tpo" ".deps/capture_if_dlg.Po"; else rm -f
".deps/capture_if_dlg.Tpo"; exit 1; fi
capture_if_dlg.c:68:52: error: ../image/toolbar/capture_ethernet_16.xpm: No
such file or directory
capture_if_dlg.c:71:51: error: ../image/toolbar/capture_capture_16.xpm: No such
file or directory
capture_if_dlg.c:72:51: error: ../image/toolbar/capture_prepare_16.xpm: No such
file or directory
capture_if_dlg.c:73:51: error: ../image/toolbar/capture_details_16.xpm: No such
file or directory
capture_if_dlg.c: In function 'capture_if_cb':
capture_if_dlg.c:562: error: 'capture_ethernet_16_xpm' undeclared (first use in
this function)
capture_if_dlg.c:562: error: (Each undeclared identifier is reported only once
capture_if_dlg.c:562: error: for each function it appears in.)
make[2]: *** [capture_if_dlg.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.