timmerk / nfc-tools

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

Mac OS X Compilation Error(s) against libnfc 1.5.0 (r1122) #69

Closed GoogleCodeExporter closed 9 years ago

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

On Mac OS X (10.6.8) with libnfc 1.5.0 (r1122) installed. After executing 
"autoreconf -vis" and "./configure", build (make) fails with error as seen 
below:

MacBook:mfoc borjaburgos$ make
make  all-recursive
Making all in src
  CC     nfc-utils.o
nfc-utils.c: In function ‘parse_args’:
nfc-utils.c:654: error: ‘nfc_device_desc_t’ has no member named ‘pcPort’
nfc-utils.c:655: error: ‘nfc_device_desc_t’ has no member named ‘pcPort’
nfc-utils.c:655: error: ‘nfc_device_desc_t’ has no member named ‘pcPort’
nfc-utils.c:655: error: ‘nfc_device_desc_t’ has no member named ‘pcPort’
nfc-utils.c:655: error: ‘nfc_device_desc_t’ has no member named ‘pcPort’
make[2]: *** [nfc-utils.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

It appears he latest libnfc is not supported by mfoc. 

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

I expect a successful build. I see the error shown above. 

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

libnfc 1.5.0 (r1122)
mfoc from nfc-tools (r850)
Mac OS X 10.6.8 (Darwin 10.8.0)

Please provide any additional information below.

I realize the difficulty of keeping constant compatibility between two software 
that are heavily under development. I am merely creating this issue to raise 
the point, for tracking purposes, that compatibility was broken with 1.5.0. 

Original issue reported on code.google.com by borjabur...@gmail.com on 11 Jul 2011 at 4:02

GoogleCodeExporter commented 9 years ago
Fixed in r851.

Original comment by romu...@libnfc.org on 11 Jul 2011 at 6:59