ggodd / xview-64bit

A working version of 64bit XView.
GNU General Public License v3.0
15 stars 3 forks source link

archlinux fail to build #2

Open starsareintherose opened 1 year ago

starsareintherose commented 1 year ago
(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

xview-64bit.log

Following are archlinux attempts using the latest source

xview-build.patch.txt PKGBUILD.txt

starsareintherose commented 1 year ago

It can be closed, if #3 is merged, and compiled well with the patch. For Arch Users, they can use AUR to install, this repo is quite different from other xview versions