timmerk / nfc-tools

Automatically exported from code.google.com/p/nfc-tools
0 stars 0 forks source link

Port ifdnfc to the new libnfc API #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ifdnfc https://code.google.com/p/nfc-tools/source/browse/trunk/ifdnfc/ uses the 
old libnfc API.

Compiling trunk version of ifdnfc is not possible using trunk version if libnfc.

Example:
ifd-nfc.c:142: error: 'NDO_HANDLE_CRC' undeclared (first use in this function)

Any plan to upgarde ifdnfc to the new API?
Do I have to do it myself :-) ?

Original issue reported on code.google.com by ludovic....@gmail.com on 14 Sep 2012 at 7:20

GoogleCodeExporter commented 9 years ago
I just checkout this project and build it without any problem against devel 
version of libnfc.
Plus, at ifd-nfc.c +142 line is now:
    return true;

So, I think you missed to update your repo ?

Original comment by romu...@libnfc.org on 17 Sep 2012 at 1:40

GoogleCodeExporter commented 9 years ago
I was using the old ifdnfc at https://ifdnfc.svn.sourceforge.net/svnroot/ifdnfc

My fault. Sorry.

Original comment by ludovic....@gmail.com on 17 Sep 2012 at 6:33