I get this error when attempting to make /sphinx3-0.7/src/libs3decoder/libam/gs.c
error: invalid type argument of ‘unary *’ (have ‘bitvec_t’)
make[3]: *** [gs.lo] Error 1
Please help! :)
what exact version of GCC does sphinx3-0.7 care for? (It's suspicious that it didn't output error line #)
Maybe theres a more stable 0.7? (need it for python)
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get this error when attempting to make /sphinx3-0.7/src/libs3decoder/libam/gs.c
error: invalid type argument of ‘unary *’ (have ‘bitvec_t’)
make[3]: *** [gs.lo] Error 1
Please help! :)
what exact version of GCC does sphinx3-0.7 care for? (It's suspicious that it didn't output error line #)
Maybe theres a more stable 0.7? (need it for python)
Thanks.
You need to install particular version of sphinxbase, it's not a gcc issue. For sphinx3-0.7 you'll need sphinxbase-0.3 as far as I remember.
I suggest you just to compile nighly builds instead, they are working fine.