Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The compiler doesn't recognize AquesTalkTTS sources #54

Open
meganetaaan opened this issue Oct 9, 2018 · 1 comment
Open

The compiler doesn't recognize AquesTalkTTS sources #54

meganetaaan opened this issue Oct 9, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@meganetaaan
Copy link
Owner

Describe the bug
The compiler doesn't recognize AquesTalkTTS sources in this library then fails to compile

To Reproduce
Steps to reproduce the behavior:

  1. setup aquestalk_esp32 library except copying AquesTalkTTS sources
  2. compile

Expected behavior
You don't need to copy AquesTalkTTS files. They are included in this library.

Logs
Compile error appears.

Environment (please complete the following information):

  • OS: Linuxsources
  • IDE: VSCode with PlatformIO
  • Versions
  • This library(M5Stack-Avatar)
  • M5Stack
@meganetaaan meganetaaan added the bug Something isn't working label Oct 9, 2018
@meganetaaan meganetaaan self-assigned this Oct 9, 2018
@3110
Copy link

3110 commented Jan 12, 2022

Though this is not the best solution, you can compile AquestTalkTTS files in your library with the following setting in platformio.ini.

[env:m5stack-core-with-aquestalk]
build_flags = 
    -I.pio/libdeps/${PIOENV}/M5Stack-Avatar/lib/AquesTalkTTS # added
    -laquestalk
    -Llib/aquestalk-esp32/src/esp32 
lib_extra_dirs = .pio/libdeps/${PIOENV}/M5Stack-Avatar/lib # added
lib_deps =
    M5Stack
    M5Stack-Avatar
    AquesTalkTTS # added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants