Opened 13 years ago
Closed 13 years ago
#92 closed defect (fixed)
With config.h.dbg enabled, it wont compile...rev 544
Reported by: | satspyvk | Owned by: | nightmann |
---|---|---|---|
Priority: | major | Component: | |
Severity: | medium | Keywords: | |
Cc: | Sensitive: | no |
Description
I have renamed config.h.dbg to config.h, to enable full debugging in runtime. But then i get error when try to compile.
Obviously, merge from merlin smartreader+ code did break something.
Here is log:
[root@server ~]# cd oscam-svn
[root@server oscam-svn]# make linux
Build for platform i686-pc-linux
make -C cscrypt
make[2]: NiĹĄta za napraviti za `all'.
make -C csctapi
gcc -O2 -DOS_LINUX -DCS_CONFDIR='"/usr/local/etc"' -Winline -Werror -finline-functions -fomit-frame-pointer -D'CS_SVN_VERSION="554"' -c io_serial.c
io_serial.c: In function âIO_Serial_Set_Smartreader_Configâ:
io_serial.c:1122: error: âIO_Serialâ has no member named âdeviceâ
io_serial.c:1130: error: âIO_Serialâ has no member named âdeviceâ
io_serial.c:1140: error: âIO_Serialâ has no member named âdeviceâ
io_serial.c:1172: error: âIO_Serialâ has no member named âdeviceâ
io_serial.c:1186: error: âIO_Serialâ has no member named âdeviceâ
make[2]: * lib/libcsctapi-i686-pc-linux.a(io_serial.o) GreĹĄka 1
make[1]: * [prepare] GreĹĄka 2
make: [i386-pc-linux] GreĹĄka 2 (ignorirana)
[root@server oscam-svn]#
with actual svn this should be ok,
please can you test and report?