marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

make error #248

Closed GoogleCodeExporter closed 9 years ago

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

What version of the product are you using? On what operating system?

Distributor ID: Ubuntu
Description:    Ubuntu 12.10
Release:        12.10
Codename:       quantal

libnfc-1.7.0-rc7

Please provide any additional information below.

make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /tools/new/mfcuk-0.3.7/missing 
--run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: ingresso nella directory "/tools/new/mfcuk-0.3.7"
Making all in src
make[2]: ingresso nella directory "/tools/new/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â
In file included from nfc-utils.c:35:0:
/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] Errore 1
make[2]: uscita dalla directory "/tools/new/mfcuk-0.3.7/src"
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory "/tools/new/mfcuk-0.3.7"
make: *** [all] Errore 2

Original issue reported on code.google.com by alfonso....@gmail.com on 13 May 2013 at 9:15

GoogleCodeExporter commented 9 years ago
Please don't file mfcuk bugs here, see 
https://code.google.com/p/mfcuk/issues/list

Original comment by yob...@gmail.com on 13 May 2013 at 11:25