
wk at gnupg
May 11, 2000, 9:29 AM
Post #1 of 1
(483 views)
Permalink
|
|
GPA shows up on a WNT screen
|
|
Hi, I played a little bit with the current GPA from CVS and managed to compile it for Windows NT and other W32 systems. I could view some actions using a remote machine and VNC. So basically this proofs that Gtk+ is easy to port to W32. Now comes the hard part of interfacing gpg with gpa on W32. Here is how I did it: 1. Install the Gtk+ port for W32 and create a bunch of symlinks for the headers and libs. 2. $ ../../gpa/configure --enable-maintainer-mode --disable-nls --target=i386--mingw32 $ make $ cp src/gpa /anonftpdir/gpg.exe $ cd somewhere; cp `find . -name '*.dll'` /anonftpdir/ $ vncviewer nt.i-cant-internet.com 3. Get the all the dlls and gpa.exe by ftp and have fund watching the images transfereed to your box. Stay tuned for more W32 hacking :-/ Werner -- Werner Koch OpenPGP key 621CC013 OpenIT GmbH tel +49 211 239577-0 Birkenstr. 12 email wk [at] OpenIT D-40233 Duesseldorf http://www.OpenIT.de
|