archlinux fail to build
Opened this issue · 1 comments
starsareintherose commented
(cd ./xshared; gcc -shared -Wl,-soname -Wl,`basename libxview.so.3.2.4 | sed 's/\(\.[0-9]\).*$/\1/'` -o libxview.so.3.2.4~ ?*.o -L/usr/lib64 -lXext -lX11 -L../../libolgx -lolgx -lutil -lc)
/usr/bin/ld: cim_change.o:xview-64bit/build/include/xview_private/i18n_impl.h:51: multiple definition of `xv_domain'; attr.o:xview-64bit/build/include/xview_private/i18n_impl.h:51: first defined here
/usr/bin/ld: cim_size.o:xview-64bit/build/include/xview_private/i18n_impl.h:51: multiple definition of `xv_domain'; attr.o:xview-64bit/build/include/xview_private/i18n_impl.h:51: first defined here
Following are archlinux attempts using the latest source
starsareintherose commented