Wireshark-bugs: [Wireshark-bugs] [Bug 1914] *shark complains about missing wimaxasncp XML file w
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914
------- Comment #13 from jeff.morriss@xxxxxxxxxxx 2007-10-16 18:13 GMT -------
(In reply to comment #12)
> What happens when it goes wrong?
Same thing as the complaint in this bug:
(cd doc ; \
make ../wireshark-filter.4 )
make[3]: Entering directory `/u/morriss/wireshark/source/build_Linux2.6/doc'
WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ../tshark -G fields | /usr/bin/perl
../../doc/dfilter2pod.pl ../../doc/wireshark-filter.pod.template >
wireshark-filter.pod
tshark: wimaxasncp - cannot open file:
'/u/morriss/wireshark/source/build_Linux2.6/wimaxasncp/dictionary.xml', error:
No such file or directory
(The file/directory it's looking for is in '/u/morriss/wireshark/wimaxasncp/'
but that directory didn't get... created/copied/symlinked into the build
directory.)
> I don't know if some of the other dissectors that load in xml data can
> (optionally?) take definitions from the source tree if the installed version
> can't be found (a quick look at diameter suggests not) ... this may just be
> confusing though.
There is also the WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable which
is supposed to help with this kind of issue, though I don't think it's
applicable to this problem.
I looked around but I couldn't (yet) find how/why 'configure' (?) creates all
the necessary directories in the build directory.
--
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.