Hello!
I try to prepare a portable version of Gnupg using mkportable.exe shipped with
2.3.4 of Gpg4win. The list of files that mkportable.exe will copy does not seem
to be up to date. My guess is that the different src/mkportable-{full,light,vanilla}.h
files needs to be updated.
I am using a 64 bit version of Windows 7 Enterprise. When trying to use
mkportable.exe I get the following result:
C:\Program Files (x86)\GNU\GnuPG>mkportable.exe --verbose --full c:\t\gpg-portable
mkportable: source directory is 'C:/Program Files (x86)/GNU/GnuPG'
mkportable: target directory is 'c:/t/gpg-portable'
mkportable: finding files in 'c:/t/gpg-portable/*'
mkportable: file 'gpa.exe' not found in the source directory
mkportable: file 'libintl-8.dll' not found in the source directory
mkportable: file 'pub/gpa.exe' not found in the source directory
mkportable: file 'share/gpa/gpa-logo.ppm' not found in the source directory
mkportable: file 'share/gpa/gpa.png' not found in the source directory
mkportable: number of missing files: 5
C:\Program Files (x86)\GNU\GnuPG>mkportable.exe --verbose --light c:\t\gpg-portable
mkportable: source directory is 'C:/Program Files (x86)/GNU/GnuPG'
mkportable: target directory is 'c:/t/gpg-portable'
mkportable: finding files in 'c:/t/gpg-portable/*'
mkportable: file 'gpa.exe' not found in the source directory
mkportable: file 'libintl-8.dll' not found in the source directory
mkportable: file 'pub/gpa.exe' not found in the source directory
mkportable: file 'share/gpa/gpa-logo.ppm' not found in the source directory
mkportable: file 'share/gpa/gpa.png' not found in the source directory
mkportable: number of missing files: 5
C:\Program Files (x86)\GNU\GnuPG>mkportable.exe --verbose --vanilla c:\t\gpg-portable
mkportable: source directory is 'C:/Program Files (x86)/GNU/GnuPG'
mkportable: target directory is 'c:/t/gpg-portable'
mkportable: finding files in 'c:/t/gpg-portable/*'
mkportable: file 'libintl-8.dll' not found in the source directory
mkportable: number of missing files: 1
C:\Program Files (x86)\GNU\GnuPG>
Please let me know if you need any further information!
Thanks in advance!
/Ludde