ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] Re: Ethereal 0.10.6 -PRE - plugin (?) packet-acn blocks build

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Erwin Rol <mailinglists@xxxxxxxxxxxx>
Date: Mon, 09 Aug 2004 23:31:48 +0200
On Mon, 2004-08-09 at 18:39, Falk Hayn wrote:
> Dear Ladies and Sirs,
> 
> it looks that tin the build of acn plugin, a enviromenr variable
> points to the wrong location:
> 

Does that problem show up with other plugins too, cause i think acn is
simple the first in the list. Could you try a make -k to skip the error
and check if the others work ?

Cause /usr/ccs/bin/ld: Can't open /usr/local/lib/.libs/libethereal.al
doesn't really sound a like an ACN plugin related problem.

- Erwin


> 
> packet-acn.c: In function `dissect_dmp':
> packet-acn.c:660: warning: unused parameter `tvb'
> packet-acn.c:660: warning: unused parameter `offset'
> packet-acn.c:660: warning: unused parameter `tree'
> packet-acn.c:660: warning: unused parameter `parent_hist'
> packet-acn.c:660: warning: unused parameter `max_size'
> /bin/sh ../../libtool --mode=link gcc  -D_U_="__attribute__((unused))" -Wall
> -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/pango-1.0 -I/usr/local/include/glib-2.0
> -I/usr/local/lib/glib-2.0/include    -L/usr/local/lib -L/usr/local/lib -o
> acn.la -rpath /usr/local/lib/ethereal/plugins/0.10.6 -module -avoid-version
> packet-acn.lo -L../../epan -lethereal -Wl,-E -L/usr/local/lib -lgmodule-2.0
> -lglib-2.0 -lintl -lm   
> mkdir .libs
> rm -fr .libs/acn.la .libs/acn.* .libs/acn.*
> (cd . && ln -s packet-acn.lo packet-acn.o)
> /usr/ccs/bin/ld -b +h acn.sl +b /usr/local/lib/ethereal/plugins/0.10.6 -o
> .libs/acn.sl  packet-acn.lo  -L/usr/local/lib
> -L/usr/local/src/ethereal/ethereal-0.10.6/epan
> /usr/local/lib/.libs/libethereal.al /usr/local/lib/libgmodule-2.0.sl
> /usr/local/lib/libglib-2.0.sl /usr/local/lib/libintl.sl -lm -lc  -E
> /usr/ccs/bin/ld: Can't open /usr/local/lib/.libs/libethereal.al
> /usr/ccs/bin/ld: No such file or directory
> make[3]: *** [acn.la] Error 1
> make[3]: Leaving directory
> `/usr/local/src/ethereal/ethereal-0.10.6/plugins/acn'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/ethereal/ethereal-0.10.6/plugins'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/ethereal/ethereal-0.10.6'
> make: *** [all] Error 2
> creiche@ncc-b:../ethereal-0.10.6 $
> creiche@ncc-b:../ethereal-0.10.6 $