Ethereal-dev: [Ethereal-dev] No removable support under Windows XP

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

From: Pierre JUHEN <pierre.juhen@xxxxxxxxxx>
Date: Mon, 26 Jan 2004 21:49:01 +0100
I tried Ethereal 0.10.0 under Windows XP.

I can't find removable supports (floppy or USB key), where I have a trace file.

CD Rom drive and CD writer are visible in the list.

In the office, under W2k, everything seems to be OK, I can access the USB key.

Any hint ?

Pierre


ethereal-dev-request@xxxxxxxxxxxx a écrit :
Send Ethereal-dev mailing list submissions to
	ethereal-dev@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	http://www.ethereal.com/mailman/listinfo/ethereal-dev
or, via email, send a message with subject or body 'help' to
	ethereal-dev-request@xxxxxxxxxxxx

You can reach the person managing the list at
	ethereal-dev-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ethereal-dev digest..."


Today's Topics:

   1. Re: Win32: Get rid of the COMMON_FILES_GNU setting	in
      config.nmake (Lars Roland)


----------------------------------------------------------------------

Message: 1
Date: Mon, 26 Jan 2004 18:59:18 +0100
From: Lars Roland <Lars.Roland@xxxxxxx>
Subject: Re: [Ethereal-dev] Win32: Get rid of the COMMON_FILES_GNU
	setting	in config.nmake
To: Guy Harris <guy@xxxxxxxxxxxx>
Cc: ethereal-dev@xxxxxxxxxxxx
Message-ID: <40155576.1000003@xxxxxxx>
Content-Type: text/plain; charset=us-ascii; format=flowed

Hello Guy,

Guy Harris wrote:
(snip)
  
Perhaps it should work, but, for me, it's not working.  I get a dialog
box with the title

	Tethereal.exe: Unable To Locate...

and no text in it when nmake tries to do the "tethereal.exe -G | perl ...".

I don't know what was supposed to come after "Unable To Locate"" -
perhaps it's "DLL".
    
Hmm, I haven't ever seen this error message. It is also possible that 
nmake cannot find tethereal.exe, perl or the perl script? I am just 
guessing.

Are you using cygwin's perl or ActiveState's perl Windows port? It may 
help to change the PERL variable in config.nmake using the absolute path 
to perl.

  
    
Note for Glib and GTK+: extract the binary packages and the
development packages into the same directories (one directory for Glib
and another one for GTK).
      
I did that (it's "C:\ethereal-win32-libs", with GLib extracted into
"C:\ethereal-win32-libs\glib" and GTK+ extracted into
"C:\ethereal-win32-libs\gtk+") - but that directory is *NOT* in my path
setting.

Does it have to be?

    
No, it doesn't. Tethereal shouldn't need the GTK dlls.

One pro for a COMMON_FILES_GNU directory is the small and clean "PATH" 
setting. At the moment we have lots of directories in the PATH variable. 
This increases the chances that the wrong files are included or used 
during the build process.

I would copy all necessary dlls into a "COMMON_FILE_GNU" directory and 
add only this to PATH. We can do this as a part of the build process. It 
would work in the same way as the creation "gtk2.tmp".

I haven't tested the recent changes of Ulf Lamping yet.
However, I know that the NSIS makefile is not working currently.
Ulf, can you take a look at it? I won't have the time to work on it in 
this week.

Suggestion for an Install target on Win32: Invoke the makefile in the 
nsis directory and call the installer. There might be a "silent" option 
in nsis available to do the installation automatically.

Regards,

Lars


------------------------------

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev


End of Ethereal-dev Digest, Vol 9, Issue 46
*******************************************