Ethereal-users: Re: [Ethereal-users] Compile Probs

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 19 Nov 2003 13:18:53 -0800

On Nov 19, 2003, at 11:48 AM, Jonty Ray wrote:

I am trying to add a dissector and have added 2 .c files and 2 .h files and also updated the Makefile to reflect that.

Don't do that.  We don't support people directly editing Makefile.

Update "Makefile.am" instead. Make sure you have autoconf and automake on your system.

 However I get this error when I run the Make File

make: Warning: Can't find `.deps/packet-tpl1l1c.Po': No such file or directory make: Fatal error in reader: Makefile, line 2037: Read of include file `.deps/packet-tpl1l1c.Po' failed

 How do i generate this .Po file for my source files ?

You do that by updating Makefile.am and trying the make again, so that the automake-generated Makefile knows that it *has* to generate that dependency file.