Opened 11 years ago
Closed 11 years ago
#425 closed defect (fixed)
building error with #1700
Reported by: | Spaeleus | Owned by: | merek |
---|---|---|---|
Priority: | critical | Component: | |
Severity: | medium | Keywords: | |
Cc: | Sensitive: | no |
Description
It seems that a missing smargopatch declaration breaks binaries building, in mips, ppc & pc-linux environements:
[ 14%] Built target svnversion-log Scanning dependencies of target csoscam [ 15%] Building C object CMakeFiles/csoscam.dir/oscam-config.o /home/dario/tuxbox/SB-oscam-svn/oscam-config.c: In function 'chk_reader': /home/dario/tuxbox/SB-oscam-svn/oscam-config.c:2192: error: 'struct s_reader' has no member named 'smargopatch' /home/dario/tuxbox/SB-oscam-svn/oscam-config.c:2195: error: 'struct s_reader' has no member named 'smargopatch' make[2]: *** [CMakeFiles/csoscam.dir/oscam-config.o] Errore 1 make[1]: *** [CMakeFiles/csoscam.dir/all] Errore 2 make: *** [all] Errore 2
Thx
Change History (2)
comment:1 by , 11 years ago
Owner: | set to |
---|---|
Priority: | major → critical |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed! Now builds work fine again.
Thx!
Note:
See TracTickets
for help on using tickets.
Was this commit: http://www.streamboard.tv/oscam/changeset/1700 - merek will fix that ASAP