Hi,
Something strange here...or perhaps I need some coffee ??
If I change #if 0 to #if 1 to compile
with register_giop_user_module(dissect_test_idl,"TEST_IDL","Echo");
then i get this error. If I dont include it, my dissectors
work great.
Have I clobbered some namespace for auto doc generation ?
<snip>
/* Register me as handler for test_idl */
void proto_reg_handoff_test_idl(void) {
/* Register in GIOP USER table */
register_giop_user(dissect_test_idl,"TEST_IDL"); /* heuristic */
#if 1
register_giop_user_module(dissect_test_idl,"TEST_IDL", "Echo"); /* explicit */
#endif
}
make
<snip>
(cd doc ; \
make ../ethereal.1 )
make[3]: Entering directory `/home/eusfrsi/giop_repo/projects/ethereal/ethereal-0.8.15/doc'
../ethereal -G | /usr/bin/perl ./dfilter2pod.pl ./ethereal.pod.template > ethereal.pod
pod2man ethereal.pod \
--center="The Ethereal Network Analyzer" \
--release=0.8.15 \
> ../ethereal.1
/usr/bin/pod2man: Invalid man page - no documentation in ethereal.pod
make[3]: *** [../ethereal.1] Error 255
make[3]: Leaving directory `/home/eusfrsi/giop_repo/projects/ethereal/ethereal-0.8.15/doc'
make[2]: *** [ethereal.1] Error 2
Cheers / Frank
--
EUS/SV/Z Frank Singleton ASO Americas BSS
Office : +1 972 583 3251 ECN 800 33251
Pager : +1 800 651 1184 Mobile : +1 214 228 0874
Amateur Radio: VK3FCS/KM5WS Email : frank.singleton@xxxxxxxxxxxx
Hardware: HP Omnibook 4150 running Redhat Linux 6.2 (2.2.16 kernel).