Guy1524 / wine

Personal Wine Repo
Other
137 stars 9 forks source link

Not buildable #16

Closed Rosentti closed 2 years ago

Rosentti commented 3 years ago

This wine branch doesn't seem to be buildable, because

/usr/lib/gcc/i686-w64-mingw32/11.1.0/../../../../i686-w64-mingw32/bin/ld: brush.cross.o: in function `d2d_brush_fill_cb':
/home/onni/Downloads/wine/dlls/d2d1/../../include/msvcrt/math.h:149: undefined reference to `sincos'
/usr/lib/gcc/i686-w64-mingw32/11.1.0/../../../../i686-w64-mingw32/bin/ld: factory.cross.o: in function `D2D1MakeRotateMatrix@16':
/home/onni/Downloads/wine/dlls/d2d1/../../include/msvcrt/math.h:149: undefined reference to `sincos'
/usr/lib/gcc/i686-w64-mingw32/11.1.0/../../../../i686-w64-mingw32/bin/ld: geometry.cross.o: in function `d2d_geometry_intersect_bezier_line':
/home/onni/Downloads/wine/dlls/d2d1/../../include/msvcrt/math.h:149: undefined reference to `sincos'

Using Arch Linux, what libraries do i need to download to be able to build?

Faalagorn commented 3 years ago

I think Guy's fork is no longer of any use, you should rather keep an eye on official wine or Proton changes instead.