Twuk / eid-mw

Automatically exported from code.google.com/p/eid-mw
0 stars 0 forks source link

eid-mw-4.0.0-1135.tar.gz make fails on Fedora Core 18 #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install a fresh FC18
2. Download and unpack eid-mw-4.0.0-1135.tar.gz
3. Run ./configure and make

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

It should just compile without errors but I get this:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -DLTC_NO_ASM -pthread 
-I/usr/include/PCSC -DUSING_DL_OPEN -g -O2 -MT libbeidcommon_la-socket.lo -MD 
-MP -MF .deps/libbeidcommon_la-socket.Tpo -c src/socket/socket.cpp  -fPIC -DPIC 
-o .libs/libbeidcommon_la-socket.o
src/socket/socket.cpp: In member function 'void eIDMW::CSocket::Close()':
src/socket/socket.cpp:134:16: error: 'close' was not declared in this scope
make[3]: *** [libbeidcommon_la-socket.lo] Error 1
make[3]: Leaving directory `/home/toon/build/eid-mw-4.0.0/common'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/toon/build/eid-mw-4.0.0/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/toon/build/eid-mw-4.0.0'
make: *** [all] Error 2

Original issue reported on code.google.com by Toon.Verstraelen@gmail.com on 1 Jun 2013 at 8:10

GoogleCodeExporter commented 9 years ago
OK, this is a duplicate of #100

Original comment by Toon.Verstraelen@gmail.com on 1 Jun 2013 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by wouter.v...@fedict.be on 9 Jul 2014 at 9:04