timmerk / nfc-tools

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

nfc-event compile failed on ubuntu 12.10 #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure      ----> OK
2. make             ----> failed
3.

What is the expected output? What do you see instead?

make  all-recursive
make[1]: Entering directory `/home/pi/NFC/nfc-eventd-0.1.5'
Making all in src
make[2]: Entering directory `/home/pi/NFC/nfc-eventd-0.1.5/src'
Making all in debug
make[3]: Entering directory `/home/pi/NFC/nfc-eventd-0.1.5/src/debug'
  CC     debug.lo
In file included from debug.c:31:0:
nfc-utils.h:79:0: warning: "ERR" redefined [enabled by default]
debug.h:33:0: note: this is the location of the previous definition
nfc-utils.h:82:1: error: unknown type name ‘byte_t’
nfc-utils.h:82:1: error: unknown type name ‘byte_t’
nfc-utils.h:83:1: error: unknown type name ‘byte_t’
nfc-utils.h:83:72: error: unknown type name ‘byte_t’
nfc-utils.h:85:1: error: unknown type name ‘byte_t’
nfc-utils.h:86:1: error: unknown type name ‘byte_t’
nfc-utils.h:87:1: error: unknown type name ‘byte_t’
nfc-utils.h:87:1: error: unknown type name ‘byte_t’
nfc-utils.h:89:1: error: unknown type name ‘nfc_iso14443a_info_t’
nfc-utils.h:90:1: error: unknown type name ‘nfc_iso14443b_info_t’
nfc-utils.h:91:1: error: unknown type name ‘nfc_iso14443bi_info_t’
nfc-utils.h:92:1: error: unknown type name ‘nfc_iso14443b2sr_info_t’
nfc-utils.h:93:1: error: unknown type name ‘nfc_iso14443b2ct_info_t’
nfc-utils.h:94:1: error: unknown type name ‘nfc_felica_info_t’
nfc-utils.h:95:1: error: unknown type name ‘nfc_jewel_info_t’
nfc-utils.h:96:1: error: unknown type name ‘nfc_dep_info_t’
nfc-utils.h:98:1: error: unknown type name ‘nfc_target_t’
nfc-utils.h:100:1: error: unknown type name ‘nfc_devic

What version of the product are you using? On what operating system?
libnfc 1.7 rc7
nfc-eventd-0.1.5

Please provide any additional information below.
that's all

Original issue reported on code.google.com by adisi...@gmail.com on 17 Apr 2013 at 10:55

GoogleCodeExporter commented 9 years ago
This bug is already fixed in revision r978
http://code.google.com/p/nfc-tools/source/diff?spec=svn1128&r=978&format=side&pa
th=/trunk/nfc-eventd/src/debug/nfc-utils.h&old_path=/trunk/nfc-eventd/src/debug/
nfc-utils.h&old=936

Maybe it is time to release a new version of nfc-eventd.

Original comment by ludovic....@gmail.com on 17 Apr 2013 at 11:42

GoogleCodeExporter commented 9 years ago
yes please

Original comment by adisi...@gmail.com on 20 Apr 2013 at 1:33