We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i get some error when i run make
/usr/bin/ld: CMakeFiles/src.dir/Overlay/GLMetaseq.c.o: undefined reference to symbol 'png_init_io@@PNG12_0' //lib/x86_64-linux-gnu/libpng12.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [src] 错误 1 make[1]: *** [CMakeFiles/src.dir/all] 错误 2 make: *** [all] 错误 2
how to solve?
The text was updated successfully, but these errors were encountered:
I didn't test this program on other than windows. However, I found this page (run GLmetaseq on Mac)
http://d.hatena.ne.jp/nakamura001/20091214/1260814236
Unfortunately, it is written in Japanese. This article said GLmetaseq on Mac support only TGA format, not png and jpeg.
Regards takuya
2015-12-25 22:25 GMT+09:00 myBestLove [email protected]:
i get some error when i run make /usr/bin/ld: CMakeFiles/srcdir/Overlay/GLMetaseqco: undefined reference to symbol 'png_init_io@@PNG12_0' //lib/x86_64-linux-gnu/libpng12so0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [src] 错误 1 make[1]: *** [CMakeFiles/srcdir/all] 错误 2 make: *** [all] 错误 2 how to solve? — Reply to this email directly or view it on GitHub #2.
/usr/bin/ld: CMakeFiles/srcdir/Overlay/GLMetaseqco: undefined reference to symbol 'png_init_io@@PNG12_0' //lib/x86_64-linux-gnu/libpng12so0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: *** [src] 错误 1 make[1]: *** [CMakeFiles/srcdir/all] 错误 2 make: *** [all] 错误 2
— Reply to this email directly or view it on GitHub #2.
Sorry, something went wrong.
Maybe you should give this fork a try: https://github.com/AlexTape/OpenCV-Marker-less-AR
No branches or pull requests
i get some error when i run make
/usr/bin/ld: CMakeFiles/src.dir/Overlay/GLMetaseq.c.o: undefined reference to symbol 'png_init_io@@PNG12_0'
//lib/x86_64-linux-gnu/libpng12.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [src] 错误 1
make[1]: *** [CMakeFiles/src.dir/all] 错误 2
make: *** [all] 错误 2
how to solve?
The text was updated successfully, but these errors were encountered: