Page MenuHome GnuPG

wojnilowicz (Łukasz)
User

Projects

User does not belong to any projects.

User Details

User Since
May 26 2018, 6:21 PM (307 w, 5 d)
Availability
Available

Recent Activity

May 16 2020

wojnilowicz closed T4941: Polish Translation - Kleopatra (Wersja 3.1.11-Gpg4win-3.1.11) as Resolved.

"Wyszukaj na na serwerze..." has been changed to "Wyszukaj na serwerze..." and should appear in the next release of Kleopatra.

May 16 2020, 9:05 AM · kleopatra, Bug Report, gpg4win

May 14 2020

wojnilowicz added a comment to T4941: Polish Translation - Kleopatra (Wersja 3.1.11-Gpg4win-3.1.11).

It'll be fixed soon. Please use https://sourceforge.net/p/kdei18n-pl/mailman/kdei18n-pl-uwagi/ next time.

May 14 2020, 9:08 AM · kleopatra, Bug Report, gpg4win

May 8 2020

wojnilowicz added a comment to T4932: gpgmepp segfaults during keys listing on Windows.

If you have -g / -Og could you please provide a backtrace?

May 8 2020, 2:01 PM · Windows

May 1 2020

wojnilowicz added a comment to T4932: gpgmepp segfaults during keys listing on Windows.

Attaching the actual program

May 1 2020, 8:36 PM · Windows
wojnilowicz created T4932: gpgmepp segfaults during keys listing on Windows in the S1 Public space.
May 1 2020, 8:34 PM · Windows

Jun 8 2019

wojnilowicz created T4567: Libgcrypt doesn't build if ecc isn't in --enable-pubkey-ciphers.
Jun 8 2019, 6:53 AM · Bug Report
wojnilowicz created T4565: Libgcrypt doesn't build if blake2 isn't in --enable-digests.
Jun 8 2019, 6:48 AM · Bug Report

Jun 20 2018

wojnilowicz added a comment to T3996: Undefined reference to GpgME::Data::seek(long, int) on MinGW.

Following patch fixes the issue.

Jun 20 2018, 7:08 PM · Windows, C++, gpgme, Bug Report

May 29 2018

wojnilowicz added a comment to T3996: Undefined reference to GpgME::Data::seek(long, int) on MinGW.

Maybe the off_t mess comes from following line

May 29 2018, 3:05 PM · Windows, C++, gpgme, Bug Report

May 28 2018

wojnilowicz added a comment to T3996: Undefined reference to GpgME::Data::seek(long, int) on MinGW.

Uhm, yeah I would be willing to help. But I tried to understand it and don't see the problem.

So what the error tells us is that "off_t" is defined as long in the declaration but as something else in the definition.

But how can that be? data.cpp includes the data.h header so they both should have the same definition of off_t.

The only thing I could imagine is that something which is included in the cpp but not in the header undef's off_t and defines it to something else.

Or more likely that the archive was compiled with a different definition of off_t then what is included in the headers when kmymoney is built.

Are you using the same mingw version as the buildchain which compiles the gpgme binary?

May 28 2018, 6:52 PM · Windows, C++, gpgme, Bug Report
wojnilowicz created T3996: Undefined reference to GpgME::Data::seek(long, int) on MinGW.
May 28 2018, 12:28 PM · Windows, C++, gpgme, Bug Report