Ethereal-users: [Ethereal-users] 10.1 on older distributions

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

From: John McGowan <jmcgowan@xxxxxxxx>
Date: Fri, 20 Feb 2004 18:38:15 -0500
To get ethereal 10.1 to compile under RedHat 7.2 (gcc 2.96)
I did the following:

1: ./configure
2: copy Makefile.common gtk
3: copy ~/myxpms/*xpm image/toolbar/

  where ~myxpms/ contains files:
  
  stock_save_as_24.xpm
  stock_left_arrow_24.xpm
  stock_top_24.xpm
  stock_bottom_24.xpm
  stock_zoom_in_24.xpm
  stock_zoom_out_24.xpm
  stock_zoom_1_24.xpm

(I loaded one of the image/toolbar/*.xpm files
 in gimp and edited it to create the necessary
 files - I suppose one could remove these new
 items from the gtk/toolbar.c file instead, if
 one does not care to have the new features on
 the toolbar. Mine are quite ugly!)

Then

 make
 make install

(I used the full source code, not patching 10.0a)