RHVoice / RHVoice

a free and open source speech synthesizer for Russian and other languages
https://rhvoice.org
GNU General Public License v2.0
1.53k stars 230 forks source link

Android build failed (Execution failed for task ':RHVoice-core:BoostIncludes'. > A problem occurred starting process 'command 'scons'') #790

Open prabhu37 opened 1 year ago

prabhu37 commented 1 year ago

Hi I'm facing this issue on last two days. Can you guys unblock me in this issue

Execution failed for task ':RHVoice-core:BoostIncludes'.

A problem occurred starting process 'command 'scons''

prabhu37 commented 1 year ago

task BoostIncludes(type: Exec) { workingDir '../../..' commandLine 'scons', 'external/libs/boost/include/boost' }

How to give external path for boost library?

CyberTailor commented 9 months ago

Have you also cloned git submodules?

git submodule init
git submodule update