07-25-2015, 08:08 PM
(07-25-2015, 07:57 PM)Ekaseo Wrote: For some reason, i cant build the project, (specificaly emucore)
it displays this error:
Quote:Severity Description Project File Line
Error error C2664: 'autojoin_thread_t::autojoin_thread_t(const autojoin_thread_t &)': cannot convert argument 1 from 'cellAudioInit::<lambda_e05745dc43dc24da04d6c82402446513>:)::<lambda_6dc76fe4df42bf6af8e5e422336f620b>' to 'const autojoin_thread_t &' emucore cellAudio.cpp 138
Error error C2663: 'squeue_t<T,sq_size>::pop': 3 overloads have no legal conversion for 'this' pointer emucore cellAudio.cpp 93
Error error C2440: '<function-style-cast>': cannot convert from 'squeue_t<float *,31>' to 'cellAudioInit::<lambda_e05745dc43dc24da04d6c82402446513>:)::<lambda_74927cb4499494733baf0fbc6e745cee>' emucore cellAudio.cpp 138
Did i forget something? why cant it build for me? Everything (llvm, ffmpeg, asmjit, wxWidgets, minidx9) is up to date, and all of them can be build without a problem, just emucore cant.
Did you try rebuilding the whole solution?