OpenCV-Marker-less-AR icon indicating copy to clipboard operation
OpenCV-Marker-less-AR copied to clipboard

about libpng12.so.0

Open myBestLove opened this issue 9 years ago • 2 comments

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?

myBestLove avatar Dec 25 '15 13:12 myBestLove

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 https://github.com/takmin/OpenCV-Marker-less-AR/issues/2.

takmin avatar Dec 25 '15 15:12 takmin

Maybe you should give this fork a try: https://github.com/AlexTape/OpenCV-Marker-less-AR

AlexTape avatar May 23 '16 08:05 AlexTape