#2932 closed defect (invalid)
cstapi compilation error
Reported by: | irishmist | Owned by: | |
---|---|---|---|
Priority: | critical | Component: | Reader |
Severity: | high | Keywords: | |
Cc: | Sensitive: | no |
Description
Revision
7856
Issue Description
CSTAPI ATR compilation error
When the issue occurs
compiling oscam Debian 6 64 bit
How the issue is reproducable
compile oscam under the same conditions
/root/oscam-svn/csctapi/atr.c:343: error: conflicting types for âATR_GetParameterâ
/root/oscam-svn/csctapi/atr.h:120: note: previous declaration of âATR_GetParameterâ was here
make[2]: * [csctapi/CMakeFiles/csctapi.dir/atr.o] Error 1
make[1]: * [csctapi/CMakeFiles/csctapi.dir/all] Error 2
make: * [all] Error 2
Change History (4)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
same problem R 7857
/root/oscam-svn/csctapi/atr.c:343: error: conflicting types for âATR_GetParameterâ
/root/oscam-svn/csctapi/atr.h:120: note: previous declaration of âATR_GetParameterâ was here
make[2]: * [csctapi/CMakeFiles/csctapi.dir/atr.o] Error 1
make[1]: * [csctapi/CMakeFiles/csctapi.dir/all] Error 2
make: * [all] Error 2
root@ks396770:~/oscam-svn/build# cd
root@ks396770:~# oscam -b
-bash: /usr/local/bin/oscam: No such file or directory
I've the same issue too
csctapi/atr.c:343:9: error: conflicting types for ‘ATR_GetParameter’
csctapi/atr.h:120:9: note: previous declaration of ‘ATR_GetParameter’ was here
Makefile:374: recipe for target `build/i686-pc-cygwin/csctapi/atr.o' failed
make[2]: * [build/i686-pc-cygwin/csctapi/atr.o] Error 1
Makefile:334: recipe for target `all' failed
make[1]: * [all] Error 2
Makefile.extra:94: recipe for target `i386-pc-cygwin' failed
make: * [i386-pc-cygwin] Error 2