twistedfall
                                            twistedfall
                                        
                                    That's right, I'll update the docs for the `Ptr`, thanks for the suggestion!
This can happen if your filesystem encoding is not utf-8. I'm going to try to investigate this, maybe there is a solution for this. Thanks for reporting!
The error seems to be coming from `libclang` C library: ``` libclang: crash detected during parsing: { 'source_filename' : 'D:\software\cargo\registry\src\rsproxy.cn-8f6827c7555bfaf8\opencv-0.88.1\src_cpp\aruco.hpp' 'command_line_args' : ['clang', '-isystemD:\software\vcpkg\installed\x64-windows\tools\llvm\lib/clang/17\include', '-isystemC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\include', '-isystemC:\Program Files\Microsoft...
I think you haven't in fact attached the full build log unless I'm missing something
Looks like the stdlib headers are not processed correctly. I'm not sure how to help here to be honest and I've never tested build with mingw. There is also this...
Are you using mingw on Windows too?
Please refer to the item 8 in https://github.com/twistedfall/opencv-rust#troubleshooting Actually it's number 9, not 8
@Skgland Thanks for the help, yeah, I was actually referring to the item 9 @xiaocijun Can you share the full list of the dependencies from you `Cargo.toml`? It can happen...
Such paths should work fine in Windows too. Can you make sure that the indicated file indeed exists? I'm don't really have experience working with Tesseract neither with using Tesseract...
And you're not getting the `STATUS_ACCESS_VIOLATION` error anymore, right?