Not able to compile PCSC support
= Revision 10275
= Issue Description Failing while trying to use PCSC support for OSCam on X86 PC
= When the issue occurs After starting make, I am getting error "fatal error: PCSC/pcsclite.h: No such file or directory"
= How the issue is reproducable svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn make USE_PCSC=1
LOG
root@sr4533 /tmp/oscam-svn [150:2]#make USE_PCSC=1 +------------------------------------------------------------------------------- | OSCam ver: 1.20-unstable_svn rev: 10275 target: i686-linux-gnu-pcsc | Tools: | CROSS = | CC = gcc | Settings: | CONF_DIR = /usr/local/etc | CC_OPTS = -O2 -ggdb -pipe -ffunction-sections -fdata-sections | CC_WARN = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition | CFLAGS = -DWITH_PCSC=1 -I/usr/include/PCSC | LDFLAGS = -Wl,--gc-sections -DWITH_PCSC=1 -I/usr/include/PCSC | LIBS = -lpcsclite -lpthread -ldl -lrt | UseFlags = USE_PCSC=1 | Config: | Addons : WEBIF WEBIF_LIVELOG WEBIF_JQUERY TOUCH HAVE_DVBAPI IRDETO_GUESSING CS_ANTICASC WITH_DEBUG MODULE_MONITOR WITH_LB CS_CACHEEX CW_CYCLE_CHECK CLOCKFIX | Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX RADEGAST SCAM SERIAL CONSTCW PANDORA GHTTP | Readers : NAGRA IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT | CardRdrs : PHOENIX INTERNAL SC8IN1 MP35 SMARGO DB2COM STAPI STINGER PCSCREADER | Compiler : gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | Binary : Distribution/oscam-1.20-unstable_svn10275-i686-linux-gnu-pcsc +------------------------------------------------------------------------------- HOSTCC webif/pages_gen GEN webif/pages.c GEN Compressed 376636 template bytes into 157808 bytes. 218828 saved bytes (58.10%). CC cscrypt/aes.c CC cscrypt/bn_add.c CC cscrypt/bn_asm.c CC cscrypt/bn_ctx.c CC cscrypt/bn_div.c CC cscrypt/bn_exp.c CC cscrypt/bn_lib.c CC cscrypt/bn_mul.c CC cscrypt/bn_print.c CC cscrypt/bn_shift.c CC cscrypt/bn_sqr.c CC cscrypt/bn_word.c CC cscrypt/mem.c CC cscrypt/des.c CC cscrypt/i_cbc.c CC cscrypt/i_ecb.c CC cscrypt/i_skey.c CC cscrypt/md5.c CC cscrypt/rc6.c CC cscrypt/sha1.c CC csctapi/atr.c CC csctapi/icc_async.c CC csctapi/io_serial.c CC csctapi/protocol_t0.c CC csctapi/protocol_t1.c CC csctapi/ifd_db2com.c CC csctapi/ifd_mp35.c CC csctapi/ifd_pcsc.c csctapi/ifd_pcsc.c:14:27: fatal error: PCSC/pcsclite.h: No such file or directory compilation terminated. make[1]: *** [build/i686-linux-gnu-pcsc/csctapi/ifd_pcsc.o] Error 1 make: *** [all] Error 2