http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2510
Summary: unable to build LUA plugin with Sun C on Solaris
Product: Wireshark
Version: 1.0.0
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: io@xxxxxxxxxxxx
Build Information:
--
It's not possible to build wireshark with the --with-lua option due to the
following syntax error when using the Sun C compiler:
cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/local/include -I/opt/csw//include
-I/opt/csw/include -DPLUGIN_DIR=\"/opt/csw//lib/wireshark/plugins/1.0.0\"
-DINET6 -DSOLARIS8_INET6 -D_U_= -fast -xarch=v8 -xstrconst -xnolibmopt
-I/usr/local/include -D_REENTRANT -D_PTHREADS -I/opt/csw/include/gtk-2.0
-I/opt/csw/lib/gtk-2.0/include -I/opt/csw/include/atk-1.0
-I/opt/csw/include/cairo -I/opt/csw/include/pango-1.0
-I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include
-I/opt/csw/include/freetype2 -I/opt/csw/include -I/opt/csw/include/libpng12
-I/opt/csw//include -I/opt/csw/include -c ./wslua_tvb.c -KPIC -DPIC -o
.libs/wslua_tvb.o
"./wslua_tvb.c", line 33: warning: implicit function declaration: lua_getfield
"./wslua_tvb.c", line 48: warning: statement not reached
"./wslua_tvb.c", line 299: warning: implicit function declaration:
WSLUA_REGISTER_CLASS
"./wslua_tvb.c", line 299: syntax error before or at: ByteArray
"./wslua_tvb.c", line 301: cannot recover from previous errors
cc: acomp failed for ./wslua_tvb.c
gmake[4]: *** [wslua_tvb.lo] Error 1
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.