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

无法生成输出文件 #7

Open
zhanghuang515 opened this issue Jul 14, 2024 · 12 comments
Open

无法生成输出文件 #7

zhanghuang515 opened this issue Jul 14, 2024 · 12 comments

Comments

@zhanghuang515
Copy link

image
通过链接下载cad2x.exe,并安装qt5.12.12.
image
执行转换命令后,瞬间完成但并未发现生成的文件

@orca-zhang
Copy link
Member

应该是链接存在问题,这个版本没有编好

@zhanghuang515
Copy link
Author

可不可以加个发行包,我这块根据介绍的windows构建教程打包报错😂😂😂

@orca-zhang
Copy link
Member

可以,我晚点空了再编译一个试下,你目前遇到的问题是?我前面打的这个包理论上是不需要qt 5.12.12的,看之前错误是std库的问题

@zhanghuang515
Copy link
Author

刚开始我只用的cad2x.exe,执行的时候报错:由于找不到libwinpthread-1.dll,无法继续执行。后来我装了qt5.12.10和wingw7.3.0,还是报这个错。于是我就把qt5.12.10换成qt5.12.12了,不报错了,但是执行后没有输出文件。最后我自己编译,执行qmake -r -- -developer-build -release -platform win32-g++ -no-iconv -no-icu -static -strip -confirm-license -opensource -qt-zlib -qt-freetype报错
image
后面执行make -j20时也报错
image

@zhanghuang515
Copy link
Author

可以,我晚点空了再编译一个试下,你目前遇到的问题是?我前面打的这个包理论上是不需要qt 5.12.12的,看之前错误是std库的问题

纯小白,还请大佬抽点时间弄个发行版😂

@orca-zhang
Copy link
Member

我Windows台式机炸了,应该是显卡烧掉了,新买了一张,要过几天到

@zhanghuang515
Copy link
Author

😂👌

@ozitrance
Copy link

I've been having hard time compiling under wsl/ubuntu as well.

Also pretty much a noob with qt. From what I could understand the qt5-qtmake version apt-get installs (the first part in your instructions) is 5.15.3 so following your instructions I got some error about updating to correct version in datastrem. When installing 5.12.12 manually I get an error trying to execute the 2nd line in the 2nd part ('qmake -qt=qt5 -r -- -developer-build -release -no-iconv -no-icu -static -strip -confirm-license -opensource') saying it cannot find qt installation...

Can you please also update the linux_x64 package please? 🙏

@orca-zhang
Copy link
Member

I've been having hard time compiling under wsl/ubuntu as well.我在 wsl/ubuntu 下编译也遇到了困难。

Also pretty much a noob with qt. From what I could understand the qt5-qtmake version apt-get installs (the first part in your instructions) is 5.15.3 so following your instructions I got some error about updating to correct version in datastrem. When installing 5.12.12 manually I get an error trying to execute the 2nd line in the 2nd part ('qmake -qt=qt5 -r -- -developer-build -release -no-iconv -no-icu -static -strip -confirm-license -opensource') saying it cannot find qt installation...对于 qt 来说也是个菜鸟。据我了解,apt-get 安装的 qt5-qtmake 版本(您的说明中的第一部分)是 5.15.3,因此按照您的说明,我在更新到 datastrem 中的正确版本时遇到了一些错误。手动安装 5.12.12 时,尝试执行第二部分中的第二行时出现错误 ('qmake -qt=qt5 -r -- -developer-build -release -no-iconv -no-icu -static -strip -确认许可证 -opensource') 说找不到 qt 安装...

Can you please also update the linux_x64 package please? 🙏您能同时更新 linux_x64 软件包吗? 🙏

It's OK, what's your requirement about linux_x64 because there's a version of linux_x64 one pre-built there. https://github.com/orcastor/addon-previewer/tree/main/back/cad2x/linux_x64

@ozitrance
Copy link

I've been having hard time compiling under wsl/ubuntu as well.我在 wsl/ubuntu 下编译也遇到了困难。

Also pretty much a noob with qt. From what I could understand the qt5-qtmake version apt-get installs (the first part in your instructions) is 5.15.3 so following your instructions I got some error about updating to correct version in datastrem. When installing 5.12.12 manually I get an error trying to execute the 2nd line in the 2nd part ('qmake -qt=qt5 -r -- -developer-build -release -no-iconv -no-icu -static -strip -confirm-license -opensource') saying it cannot find qt installation...对于 qt 来说也是个菜鸟。据我了解,apt-get 安装的 qt5-qtmake 版本(您的说明中的第一部分)是 5.15.3,因此按照您的说明,我在更新到 datastrem 中的正确版本时遇到了一些错误。手动安装 5.12.12 时,尝试执行第二部分中的第二行时出现错误 ('qmake -qt=qt5 -r -- -developer-build -release -no-iconv -no-icu -static -strip -确认许可证 -opensource') 说找不到 qt 安装...

Can you please also update the linux_x64 package please? 🙏您能同时更新 linux_x64 软件包吗? 🙏

It's OK, what's your requirement about linux_x64 because there's a version of linux_x64 one pre-built there. https://github.com/orcastor/addon-previewer/tree/main/back/cad2x/linux_x64

Thank you! I just saw you made a lot of updates and commits since this release, wondering if there's any fixes or improvements in the new code that is not on this pre-built release from that link?

@orca-zhang
Copy link
Member

I've been having hard time compiling under wsl/ubuntu as well.我在 wsl/ubuntu 下编译也遇到了困难。

Also pretty much a noob with qt. From what I could understand the qt5-qtmake version apt-get installs (the first part in your instructions) is 5.15.3 so following your instructions I got some error about updating to correct version in datastrem. When installing 5.12.12 manually I get an error trying to execute the 2nd line in the 2nd part ('qmake -qt=qt5 -r -- -developer-build -release -no-iconv -no-icu -static -strip -confirm-license -opensource') saying it cannot find qt installation...对于 qt 来说也是个菜鸟。据我了解,apt-get 安装的 qt5-qtmake 版本(您的说明中的第一部分)是 5.15.3,因此按照您的说明,我在更新到 datastrem 中的正确版本时遇到了一些错误。手动安装 5.12.12 时,尝试执行第二部分中的第二行时出现错误 ('qmake -qt=qt5 -r -- -developer-build -release -no-iconv -no-icu -static -strip -确认许可证 -opensource') 说找不到 qt 安装...

Can you please also update the linux_x64 package please? 🙏您能同时更新 linux_x64 软件包吗? 🙏

It's OK, what's your requirement about linux_x64 because there's a version of linux_x64 one pre-built there. https://github.com/orcastor/addon-previewer/tree/main/back/cad2x/linux_x64

Thank you! I just saw you made a lot of updates and commits since this release, wondering if there's any fixes or improvements in the new code that is not on this pre-built release from that link?

The current pre-built versions are all generated based on the latest code, and I hope this answer can alleviate your concerns.

@ozitrance
Copy link

Thank you, I appreciate your quick response and great work

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

3 participants