Ethereal-dev: [ethereal-dev] no 64 bit support, gryphon plugin

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

From: Uwe Girlich <Uwe.Girlich@xxxxxxxxxxx>
Date: Wed, 9 Aug 2000 14:11:41 +0200
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