Rezound error.
Собираю тему, и в конце концов получаю вот такое:
AStatusComm.h:59: warning: 'class AStatusComm' has virtual functions but
non-virtual destructor
../../src/PoolFile/TStaticPoolAccesser.h: In instantiation of
'TStaticPoolAccesser<uint8_t [20], TPoolFile<sample_pos_t, uint64_t> >':
CrezSoundTranslator.cpp:356: instantiated from here
../../src/PoolFile/TStaticPoolAccesser.h:74: error: function returning
an array
../../src/PoolFile/TStaticPoolAccesser.h: In instantiation of
'TStaticPoolAccesser<uint8_t [24], TPoolFile<sample_pos_t, uint64_t> >':
CrezSoundTranslator.cpp:378: instantiated from here
../../src/PoolFile/TStaticPoolAccesser.h:74: error: function returning
an array
../../src/PoolFile/TStaticPoolAccesser.h: In instantiation of
'TStaticPoolAccesser<uint8_t [25], TPoolFile<sample_pos_t, uint64_t> >':
CrezSoundTranslator.cpp:400: instantiated from here
../../src/PoolFile/TStaticPoolAccesser.h:74: error: function returning
an array
../../src/PoolFile/TStaticPoolAccesser.h: In instantiation of
'TStaticPoolAccesser<uint8_t [132], TPoolFile<sample_pos_t, uint64_t>
../../src/PoolFile/TPoolAccesser.h:31: instantiated from
'TPoolAccesser<uint8_t [132], TPoolFile<sample_pos_t, uint64_t> >'
CrezSoundTranslator.cpp:453: instantiated from here
../../src/PoolFile/TStaticPoolAccesser.h:74: error: function returning
an array
make[3]: *** [CrezSoundTranslator.lo] Error 1
make[3]: Leaving directory `/tmp/rezound-0.12.0beta/src/backend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/rezound-0.12.0beta/src/backend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/rezound-0.12.0beta/src'
make: *** [all-recursive] Error 1
Я так понимаю, своими силами, я её собрать не смогу: нет чего-либо от
меня зависящего (там недостающие пакеты, и т.д.) - ошибка в проге
"function returning an array"?!
В сообщении от 1122323761 секунд после начала Эпохи Strong написал(а):
Это следствие несовместимости двух вещей: строгого компилятора (gcc
4.0) и программы, написанной без учета стандартов (Rezound).
Я не слишком силен в C++, но покажите что находится в
`src/PoolFile/TStaticPoolAccesser.h' на 74-ой и ближайших строках, а
так же в `src/backend/CrezSoundTranslator.cpp' на 356-ой и ближайших
строках.