Closed ghost closed 4 years ago
If I build with sw build -static -platform Win32 -win-mt then I got only this errors
Try to add -static-dependencies
.
Try to add
-static-dependencies
.
.lib does not build
How to build static leptonica .lib which will no require other .libs or .dlls?
Oh, I see. Seems you need something like this https://stackoverflow.com/questions/13492365/how-to-merge-two-windows-vc-static-library-into-one
There's no such function in sw yet.
And I'm not sure if any build system gives you ability to do this.
Okay. I included to my project all .libs which leptonica needs but i cannot find jp2kio
Yes. Seems like its jp2kio.c from leptonica source code but i dont know how to include it to my project
What symbol is missing? You cut them.
opj is openjpeg library. https://software-network.org/org.sw.demo.uclouvain.openjpeg.openjp2
Yes, thanks!
How to build static leptonica .lib which will no require other .libs or .dlls? If i build with sw build -static -platform Win32 then I got link errors after compiling in my project