I di dthis on RedHat 9.0 (except for step #3 which looked unnecessary on
my setup) and still got the following error while running make:
Making all in gtk
gtk/Makefile.common:611: noinst_HEADERS multiply defined in condition
TRUE
noinst_HEADERS (User, where = gtk/Makefile.common:611) =
{
TRUE => \
packet-acse.h \
::
packet-ypxfr.h
}
gtk/Makefile.common:770: invalid unused variable name:
`EXTRA_ethereal_SOURCES'
gtk/Makefile.common:791: invalid unused variable name: `dftest_SOURCES'
gtk/Makefile.common:784: invalid unused variable name:
`editcap_SOURCES'
gtk/Makefile.common:782: invalid unused variable name:
`mergecap_SOURCES'
gtk/Makefile.common:778: invalid unused variable name:
`tethereal_SOURCES'
gtk/Makefile.common:780: invalid unused variable name:
`text2pcap_SOURCES'
gtk/Makefile.common:757: invalid unused variable name:
`ethereal_SOURCES'
make[2]: *** [Makefile.in] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Anyone, help???
Thanks,
JOB
On 21-Feb-2004 01:49:32 +0100, you wrote:
> 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)
>
> _______________________________________________
> Ethereal-users mailing list
> Ethereal-users@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-users
>