timmerk / nfc-tools

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

NFC-EventD cant install #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Updateted libnfc,
2.Tryed reinstall libnfc nfc-eventd.

What is the expected output? What do you see instead?
:/home/nfc/nfc-eventd# make
make  all-recursive
make[1]: Entering directory `/home/nfc/nfc-eventd'
Making all in src
make[2]: Entering directory `/home/nfc/nfc-eventd/src'
Making all in debug
make[3]: Entering directory `/home/nfc/nfc-eventd/src/debug'
  CC     debug.lo
In file included from debug.c:31:
nfc-utils.h:89: warning: type defaults to âintâ in declaration of 
ânfc_iso14443a_infoâ
nfc-utils.h:89: error: expected â;â, â,â or â)â before ânaiâ
nfc-utils.h:90: warning: type defaults to âintâ in declaration of 
ânfc_iso14443b_infoâ
nfc-utils.h:90: error: expected â;â, â,â or â)â before ânbiâ
nfc-utils.h:91: warning: type defaults to âintâ in declaration of 
ânfc_iso14443bi_infoâ
nfc-utils.h:91: error: expected â;â, â,â or â)â before âniiâ
nfc-utils.h:92: warning: type defaults to âintâ in declaration of 
ânfc_iso14443b2sr_infoâ
nfc-utils.h:92: error: expected â;â, â,â or â)â before ânsiâ
nfc-utils.h:93: warning: type defaults to âintâ in declaration of 
ânfc_iso14443b2ct_infoâ
nfc-utils.h:93: error: expected â;â, â,â or â)â before ânciâ
nfc-utils.h:94: warning: type defaults to âintâ in declaration of 
ânfc_felica_infoâ
nfc-utils.h:94: error: expected â;â, â,â or â)â before ânfiâ
nfc-utils.h:95: warning: type defaults to âintâ in declaration of 
ânfc_jewel_infoâ
nfc-utils.h:95: error: expected â;â, â,â or â)â before ânjiâ
nfc-utils.h:96: warning: type defaults to âintâ in declaration of 
ânfc_dep_infoâ
nfc-utils.h:96: error: expected â;â, â,â or â)â before ândiâ
nfc-utils.h:97: warning: type defaults to âintâ in declaration of 
ânfc_baud_rateâ
nfc-utils.h:97: error: expected â;â, â,â or â)â before ânbrâ
nfc-utils.h:99: warning: type defaults to âintâ in declaration of 
ânfc_targetâ
nfc-utils.h:99: error: expected â;â, â,â or â)â before ântâ
debug.c:80: warning: type defaults to âintâ in declaration of ânfc_targetâ
debug.c:80: error: expected â;â, â,â or â)â before â*â token
make[3]: *** [debug.lo] Error 1
make[3]: Leaving directory `/home/nfc/nfc-eventd/src/debug'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nfc/nfc-eventd/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nfc/nfc-eventd'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
NFC-EventD
Debian

Please provide any additional information below.
With this problem i cant install nfc-eventd on my debian pc.
In nfc-utils there is a error in the space, how to fix that.

Original issue reported on code.google.com by durkpel...@gmail.com on 10 Sep 2012 at 9:26

GoogleCodeExporter commented 9 years ago
Please use the correct libnfc version that work with the nfc-eventd version you 
have...

Original comment by romu...@libnfc.org on 1 Oct 2012 at 6:11

GoogleCodeExporter commented 9 years ago
Fixed : use latest nfc-eventd (0.1.6) with latest libnfc (1.7.0).

Original comment by romu...@libnfc.org on 13 Jun 2013 at 3:12