Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Problem in Window compile

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

From: "Naveen Kumar Kaushik" <naveenk@xxxxxxxxxxxxx>
Date: Wed, 30 Jul 2003 10:13:56 +0530
All these problems are for lattest ethereal ie ethereal-0.9.14 .
Hi guys have any one of you compiled the ethereal-0.9.14 on window
successfully.
----- Original Message -----
From: "Naveen Kumar Kaushik" <naveenk@xxxxxxxxxxxxx>
To: <ethereal-dev@xxxxxxxxxxxx>
Sent: Tuesday, July 29, 2003 1:17 PM
Subject: [Ethereal-dev] Problem in Window compile


> Hi
> I was compiling ethereal with VC++ nmake utility.
> Make process got terminated while making plugin.c.
> Giving error Xplugin_table.h not found.
> Just to diagnose the problem i went through the plugins\Makefile.nmake
> only to find out that these Xplugin_table.h  file (and several other) are
> generated by plugin_gen.py.
>
>
> Xplugin_api.c: xyzzy plugin_gen.py plugin_api.c
>  $(PYTHON) plugin_gen.py xyzzy
>
>
> Now input to this script is generated by
> gcc -aux-info xyzzy -DHAVE_CONFIG_H -I$(GLIB_DIR) -I.. -c
plugin_api_list.c
>
> Python is availabe and path is set in config.nmake but gcc is not availabe
> on my system.
> I tried to use cygwin gcc by setting cygwin gcc bin path in config.nmake.
> But make process is still crashing at the same point .
>
> Please tell me what is the solution of this problem as I am struck.
> Naveen
>
>
>
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>
>