timmerk / mfoc

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

configure error #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Run ./configure

What is the expected output? What do you see instead?
I expect this to run successfully, however the following is returned despite a 
clean install of libnfc 1.7.0 being installed:
"configure: error: libnfc >= 1.7.0 is mandatory."

What version of the product are you using? On what operating system?
Version 0.10.4 on arch linux

Please provide any additional information below.
I have tried installing all 4 available RC versions of libnfc 1.7.0, but none 
seem to work with mfoc.

Original issue reported on code.google.com by theevilh...@gmail.com on 13 Feb 2013 at 8:07

GoogleCodeExporter commented 9 years ago
Hi, 
Please use the latest version 0.10.5.

If it does work: what does return the following command ?

pkg-config libnfc --modversion

Original comment by romu...@libnfc.org on 4 Apr 2013 at 10:02

GoogleCodeExporter commented 9 years ago
I shall test this as soon as I get a chance. In the mean time I'd like to add 
the following for the benefit of others that may share this problem: I was able 
to get MFOC working by installing libnfc from the AUR, as opposed to building 
from source.

pkg-config libnfc --modversion returns:
1.7.0-rc2

Original comment by theevilh...@gmail.com on 14 Apr 2013 at 11:13