Closed pchundi closed 9 years ago
Never mind, I have solved it by upgrading the libstdc++. (found the solution here: http://stackoverflow.com/questions/19386651/how-to-fix-usr-lib-libstdc-so-6-version-glibcxx-3-4-15-not-found)
Related to issue https://github.com/bytedeco/javacpp-presets/issues/22 but most recent discussion is in https://github.com/bytedeco/javacpp-presets/issues/74
@pchundi
Can you explain what you did. Because I was not able to follow that article.
@qweasdzxcpoi I just updated the libstdc++ on my host. The version asked for in java stacktrace, was newer than what was installed on my host.
Hi,
I cloned the javacv-examples project and tried running the first example within SBT. The code compiled and all repo's were resolved but am getting the following error when running the example.