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

window 10 编译问题和解决方案 #6

Open
Moonmore opened this issue May 30, 2023 · 7 comments
Open

window 10 编译问题和解决方案 #6

Moonmore opened this issue May 30, 2023 · 7 comments

Comments

@Moonmore
Copy link

Moonmore commented May 30, 2023

编译环境

  1. 操作系统: window 10
  2. 编译环境:mingw
  3. g++版本:8.1.0

编译问题:

error: 'M_PI' was not declared in this scope

解决方案:

CMakeLists.txt top level 加上 add_definitions(-D_USE_MATH_DEFINES)

编译命令:

cd SummerTTS/build
cmake -G "MinGW Makefiles" ..
make -j 8

参考方案:

https://github.com/orgs/robotology/discussions/81

@huakunyang
Copy link
Owner

非常感谢,等我空了的时候,会在Windows上测试你的方案

@huakunyang
Copy link
Owner

huakunyang commented May 30, 2023 via email

@Moonmore
Copy link
Author

Moonmore commented Jun 2, 2023

请问下后续有开放模型的训练和优化的计划吗 =-=

@Moonmore Moonmore closed this as completed Jun 2, 2023
@Moonmore Moonmore reopened this Jun 2, 2023
@huakunyang
Copy link
Owner

请问下后续有开放模型的训练和优化的计划吗 =-=

有这个计划,陆续来吧

@943fansi
Copy link

943fansi commented Jun 3, 2023

@Moonmore Could you run the newest version on Windows platform?

@Moonmore
Copy link
Author

Moonmore commented Jun 6, 2023

@Moonmore Could you run the newest version on Windows platform?
I compiled the previous version, haven't tried the latest version yet.

@aiaimimi0920
Copy link

aiaimimi0920 commented Jan 7, 2024

@Moonmore @943fansi
I think I have solved the issue of Windows compilation. You can try my method:
#35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants