-
Notifications
You must be signed in to change notification settings - Fork 166
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
Boost path issues #28
Comments
Using "FLAGS = -O3 -Wno-unused-result -I/boost_1_73_0/" also gave the same errors. |
This repo is 6 years old, boost was update quite a bit, event C++11 will make this code not compile. You can check out my fork I updated it with more recent library compat. https://github.com/Narsil/seshat Cheers. |
@Narsil Hey thanks. I will check out your fork and let you know. Thanks. |
Hey @Narsil
|
You're missing libxerces |
Yes, well you don't feed png/jpeg images to this algorithm, but SCG_INK format. You can have the spec with a little google: https://www.scg.uwaterloo.ca/mathbrush/publications/corpus.pdf It's important because strokes contain more information than raw picture (a vertical line can be either an upward stroke or a downward stroke, and that can change an algorithm's decision for maths). If you have only images at hand, then you can use other algorithms to get back a stroke path, but that's another problem that is not contained is this repo's code. |
Thanks @Narsil Appreciate your help. |
does this work for windows? |
Hello @falvaro
I have downloaded the boost libraries from https://dl.bintray.com/boostorg/release/1.73.0/source/ (boost_1_73_0.7z)
After that, I have set the path as "FLAGS = -O3 -Wno-unused-result -I/boost_1_73_0/boost/"
Then I try to build using make and I get a lot of errors. I have posted one error.
What seems to be the issue in this case?
Thanks.
The text was updated successfully, but these errors were encountered: