Twuk / eid-mw

Automatically exported from code.google.com/p/eid-mw
0 stars 0 forks source link

eid-mw-4.0.6-1480.tar_tcm406-250016.gz does not compile #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
eid-mw-4.0.6-1480.tar_tcm406-250016.gz does not compile when i use configure 
with --disable-dialogs.
Operating system : Gentoo linux with gcc 4.7.3

What steps will reproduce the problem?
1. ./configure  --disable-dialogs
2. make

What do you see instead?
src/pinpadlib.h:80:3: error: 'BEID_DIALOGHANDLE' has not been declared
src/pinpadlib.h:83:16: error: 'BEID_DIALOGHANDLE' has not been declared

Log file in attachment...

Original issue reported on code.google.com by vincent.hardy.be@gmail.com on 29 Jun 2014 at 5:05

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for reporting, 

It should indeed have been declared as well in that configuration.

Original comment by frederik...@gmail.com on 30 Jun 2014 at 8:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Where can I download the src of the version with this issue fixed ?
I need an up to date version with the the dialogs disabled.

Original comment by jer...@bizworx-it.nl on 31 Oct 2014 at 3:28

GoogleCodeExporter commented 9 years ago
Changes in the source code are quite simple, you can easily understand based on 
this diff file : 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/files/f
ix-nodialog-bug.patch

Original comment by vincent.hardy.be@gmail.com on 5 Nov 2014 at 7:33