marcus905 / libnfc

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

Patch for compilating under Cygwin #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fetch latest version from Git
2. "autoreconf"igure, and "make" the project using Cygwin's "gcc" (not MinGW)

What is the expected output? What do you see instead?
I expect this to compile with no issues. "configure" runs fine, but when 
running "make", I get: "Can't determine serial string for your system"

What version of the product are you using? On what operating system?
Latest version of Cygwin, under Windows 7 x64 SP1 Home Premium.

Please provide any additional information below.

Original issue reported on code.google.com by socram8...@gmail.com on 21 Feb 2015 at 10:11

Attachments:

GoogleCodeExporter commented 9 years ago
I have fixed a few more issues related to compilation under Cygwin, which now 
compiles fine except for a few "implicit declaration" warnings.

A branch with everything fixed is available here: 
https://github.com/socram8888/libnfc/tree/cygfix

Original comment by socram8...@gmail.com on 22 Feb 2015 at 11:58