Possible bug re: options file creation on W32

Timo Schulz twoaday at freakmail.de
Mon Jul 15 00:47:01 CEST 2002


On Sat Jul 13 2002; 23:51, Peter Constantinidis wrote:

> It doesn't make the options file that the unix versions do.
> Using 1.1.90 but problem exists in other versions too.

This is propably a problem with the hardcoded values in g10defs.h:
#ifdef HAVE_DRIVE_LETTERS
  #define G10_LOCALEDIR "c:/lib/gnupg/locale"
  #define GNUPG_LIBDIR  "c:/lib/gnupg"
  #define GNUPG_DATADIR "c:/lib/gnupg"
  #define GNUPG_HOMEDIR "c:/gnupg"
#else

The new code uses '\' for W32 directories but some values are still
using the old '/' style. 

We'll fix this in the CVS, thanks.


        Timo




More information about the Gnupg-devel mailing list