Hello! I just tried to compile Ethereal on a SINIX-N 5.43 C4000 system, which is basically a standard 32 bit SysVR4 machine. The standard compiler does not have a long long type. So glib had no G_HAVE_GINT64 define. During the Ethereal compile run, the gryphon plugin stopped with #ifndef G_HAVE_GINT64 #error "Sorry, this won't compile without 64-bit integer support" #endif I had to install gcc on the same machine and currently do a recompile of glib and will later start over again with Ethereal but it would be nice to be able to compile Ethereal without 64 bit support. Can I somehow disable the gryphon plugin from compilation (without manually removing of all the gryphon references in the main Makefile)? Uwe
Powered by MHonArc 2.6.10