orcastor / cad2x-converter

🗜️【CAD转换命令行工具】支持从DXF、DWG转换成DXF、PDF、PNG、SVG格式 [cad2x] Minimal stand-alone CLI tool convert CAD files (DXF / DWG) to other formats (DXF / PDF / PNG / SVG)
GNU Lesser General Public License v2.1
55 stars 9 forks source link

无法生成输出文件 #7

Open zhanghuang515 opened 2 months ago

zhanghuang515 commented 2 months ago

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

orca-zhang commented 2 months ago

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

zhanghuang515 commented 2 months ago

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

orca-zhang commented 2 months ago

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

zhanghuang515 commented 2 months ago

刚开始我只用的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 commented 1 month ago

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

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

orca-zhang commented 1 month ago

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

zhanghuang515 commented 1 month ago

😂👌

ozitrance commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Thank you, I appreciate your quick response and great work