Need Help building on Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Need Help building on Windows

emanuel
second try with MinGW64 + QtCreator:
log-build-error-Windows11.txt
Reply | Threaded
Open this post in threaded view
|

Re: Need Help building on Windows

dxli
It says the cstring header missing.

emanuel wrote
second try with MinGW64 + QtCreator:
log-build-error-Windows11.txt
Reply | Threaded
Open this post in threaded view
|

Re: Need Help building on Windows

emanuel
This post was updated on .
Ah, is missing in the src not in compiler.
Reply | Threaded
Open this post in threaded view
|

Re: Need Help building on Windows

dxli
It's possible that the header is missing from the source file.

I will have a look.
Reply | Threaded
Open this post in threaded view
|

Re: Need Help building on Windows

dxli
In reply to this post by emanuel
I pushed a fix for cstring issue.

https://github.com/LibreCAD/LibreCAD/commit/b1828a08df4a7d456edc270c47774bb9faa865b3

Yes, the code of JWW library is not up to production in code quality, but the code is for a specialized area, so not much motivation for other developers to work on it.
emanuel wrote
Ah, is missing in the src not in compiler.