Re: Cross-compiling GPGME

2014-01-13 Thread Chris
Robert J. Hansen sixdemonbag.org> writes: > > > What I note immediately is EXPORTS is declared twice. Now, I'm hardly a > libtool expert, but this seems ... incorrect. Any ideas? > I was curious what you did to fix this issue? As I am also running into it, and I'm not sure where to go from

Re: Cross-compiling GPGME

2012-06-28 Thread Robert J. Hansen
On 06/28/2012 01:07 PM, Milo wrote: > Went well in my case. Little help but...: First, thank you for your response. I appreciate it. :) Second, unfortunately this witchcraft doesn't work on Fedora. Using your same --host and --target specifiers, I'm getting the same problems as before, in the

Re: Cross-compiling GPGME

2012-06-28 Thread Robert J. Hansen
Further, if it's any interest, here's the contents of src/.libs/libassuan-0.dll.def: EXPORTS ; assuan.def - List of symbols to export. ; Copyright (C) 2005, 2009 g10 Code GmbH ; ; This file is part of ASSUAN. ; ; ASSUAN is free software; you can redistribute it and/or modify ; it under the terms o

Re: Cross-compiling GPGME

2012-06-28 Thread Milo
Hi Robert. On 06/28/2012 06:40 AM, Robert J. Hansen wrote: (...) ... Does anyone have any guidance for me here? I know that GPG4WIN is built on a Linux system with a cross-compiler: how do the maintainers build GPGME (and libassuan)? Went well in my case. Little help but...: libtool: link:

Cross-compiling GPGME

2012-06-27 Thread Robert J. Hansen
I have a small Qt application that uses GPGME. It compiles cleanly under Linux (on a Fedora 17/x64 setup). Although F17 has a really lovely mingw32 cross-compiler, and a pre-built libgpg-error for Win32 that I can use, it's missing gpgme -- meaning I need to cross-compile my own, so that the ming