Hi ,
I have written a dissector, compiled and tested it( no
problems). But the same dissector when used by somebody else at a different
location is giving compilation
problems. They are using the same OS (RHEL 4) and the same
compiler version as ours. It is giving the following error:
make[3]: *** [packet-xxx.lo] Error 1
make[3]: Leaving directory `/opt/tools2/xxx_WiresharkDecoderPlugin_R1_Release-1/plugins/xxx'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/tools2/xxx_WiresharkDecoderPlugin_R1_Release-1/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/tools2/xxx_WiresharkDecoderPlugin_R1_Release-1'
make: *** [all] Error 2
Your help is appreciated.
//Tarani