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
Original issue reported on code.google.com by
Toon.Verstraelen@gmail.com
on 1 Jun 2013 at 8:10