y2013t / mfcuk

Automatically exported from code.google.com/p/mfcuk
GNU General Public License v2.0
0 stars 0 forks source link

make error with libnfc-1.7.0-rc7 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make

What is the expected output? What do you see instead?
of course successfully make,but error reported and failed. i think there's 
something changed in the new libnfc-1.7.0-rc7 version. 

What version of the product are you using? On what operating system?
Distributor ID: Ubuntu
Description:    Ubuntu 12.04
Release:        12.04

libnfc-1.7.0-rc7

Please provide any additional information below.
xxx@xxx-laptop:~/Downloads/mfcuk-0.3.7$ make
make  all-recursive
make[1]: Entering directory `/home/xxx/Downloads/mfcuk-0.3.7'
Making all in src
make[2]: Entering directory `/home/xxx/Downloads/mfcuk-0.3.7/src'
  CC     crapto1.o
  CC     crypto1.o
  CC     mifare.o
  CC     nfc-utils.o
nfc-utils.c: In function ‘print_nfc_target’:
nfc-utils.c:121:3: error: incompatible type for argument 2 of 
‘str_nfc_target’
/usr/local/include/nfc/nfc.h:146:18: note: expected ‘const struct nfc_target 
*’ but argument is of type ‘nfc_target’
make[2]: *** [nfc-utils.o] Error 1
make[2]: Leaving directory `/home/xxx/Downloads/mfcuk-0.3.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xxx/Downloads/mfcuk-0.3.7'
make: *** [all] Error 2

Original issue reported on code.google.com by depan...@gmail.com on 11 Jun 2013 at 4:51

GoogleCodeExporter commented 9 years ago
Fixed in new release 0.3.8

Original comment by romu...@libnfc.org on 12 Jun 2013 at 1:24

GoogleCodeExporter commented 9 years ago
I have the same problem... i have the last mfcuk and libnfc-1.7.0-rc3, can you 
guide me, or say how to fix this problem?

Original comment by david.ba...@gmail.com on 3 Dec 2013 at 9:06