timmerk / nfc-tools

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

Missing freefare.h #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check out and build nfcd according to build instructions
2. type: make

What is the expected output? What do you see instead?
i saw:
...
/nfcd/src/NfcDevice.h:11:22: error: freefare.h: No such file or directory
...
(so:
vi ../src/NfcDevice.h 
brought
 11 #include <freefare.h>
and there was no freefare.h in the same directory
)

What version of the product are you using? On what operating system?
I use:
Revision 462.
on
Ubuntu 10.04 LTS (amd64)

Please provide any additional information below.
Seems like freefare.h isn't under version control

Original issue reported on code.google.com by gross.jo...@gmail.com on 14 Jul 2010 at 9:19

GoogleCodeExporter commented 9 years ago
Hello,

As described in NFCd wiki page¹, the libfreefare is a requirement to build/use 
NFCd.

[1] http://code.google.com/p/nfc-tools/wiki/nfcd

Original comment by romu...@libnfc.org on 19 Jul 2010 at 7:39