> Here is a new patch with the following changes:

>     It'll be good if someone can review all the make files staff to see 
> if I did that correctly (I tested with and without the compile options 
> in Windows and Fedora Core 4).

Minor problem:

I build wireshark only for gtk2.
For gtk2, a gtk2.tmp directory is created and the Makefile is run from that 
directory.

This causes the 'cd codecs' below (in gtk Makefile.nmake) to fail.

..\gtk\codecs\codecs.lib: 
        cd codecs   <<=== fails since current dir is actually gtk2.tmp
        $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
        cd ..

I don't really know the correct approach to solve this in a general manner 
....

Bill Meier



_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to