You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ,
I am trying to build EMGUCV in AWS Linux VM with Ubuntu 20.04 - LTS OS.
We are following approach as per official https://emgu.com/wiki/index.php/Download_And_Installation#Building_from_Git.
It is failing in step ./cmake_configure with following Error -
{ ftlzw.c:(.text+0x590): multiple definition of ft_lzwstate_done'; ../install/lib/libfreetype.a(ftlzw.c.o):ftlzw.c:(.text+0x450): first defined here /usr/bin/ld: ../install/lib/libvtkfreetype-9.2.a(ftlzw.c.o): in function ft_lzwstate_io':
ftlzw.c:(.text+0x630): multiple definition of `ft_lzwstate_io'; ../install/lib/libfreetype.a(ftlzw.c.o):ftlzw.c:(.text+0x4f0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Emgu.CV.Extern/CMakeFiles/cvextern.dir/build.make:3334: ../../../../libs/runtimes/ubuntu-x64/native/libcvextern.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:7914: Emgu.CV.Extern/CMakeFiles/cvextern.dir/all] Error 2
make: *** [Makefile:163: all] Error 2 } - Could you please help in getting it resolved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello ,
I am trying to build EMGUCV in AWS Linux VM with Ubuntu 20.04 - LTS OS.
We are following approach as per official https://emgu.com/wiki/index.php/Download_And_Installation#Building_from_Git.
It is failing in step ./cmake_configure with following Error -
{ ftlzw.c:(.text+0x590): multiple definition of
ft_lzwstate_done'; ../install/lib/libfreetype.a(ftlzw.c.o):ftlzw.c:(.text+0x450): first defined here /usr/bin/ld: ../install/lib/libvtkfreetype-9.2.a(ftlzw.c.o): in function
ft_lzwstate_io':ftlzw.c:(.text+0x630): multiple definition of `ft_lzwstate_io'; ../install/lib/libfreetype.a(ftlzw.c.o):ftlzw.c:(.text+0x4f0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Emgu.CV.Extern/CMakeFiles/cvextern.dir/build.make:3334: ../../../../libs/runtimes/ubuntu-x64/native/libcvextern.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:7914: Emgu.CV.Extern/CMakeFiles/cvextern.dir/all] Error 2
make: *** [Makefile:163: all] Error 2 } - Could you please help in getting it resolved.
Beta Was this translation helpful? Give feedback.
All reactions