osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
674 stars 41 forks source link

trying the install on mageia8 #209

Closed fhenryco closed 2 years ago

fhenryco commented 2 years ago

In mageia8 , various libraries are not found by ld : for instance i get the message

/usr/bin/ld : can't find -ladvapi32

yet the dll is there

/usr/lib64/wine/advapi32.dll

and i have added paths in your makefile accordingly

so i dont understand why the libraries are not found...any help would be appreciated

osxmidi commented 2 years ago

In mageia8 , various libraries are not found by ld : for instance i get the message

/usr/bin/ld : can't find -ladvapi32

yet the dll is there

/usr/lib64/wine/advapi32.dll

and i have added paths in your makefile accordingly

so i dont understand why the libraries are not found...any help would be appreciated

I'm not sure what is causing it.

Maybe the Makefile needs a path for the 32 bit version in the LINK_WINE32 line.

fhenryco commented 2 years ago

eventually i managed to make it work in mageia because i dont need wine32 for my VSTs. what i still dont understand is the difference between embedded and standalone versions...

osxmidi commented 2 years ago

eventually i managed to make it work in mageia because i dont need wine32 for my VSTs. what i still dont understand is the difference between embedded and standalone versions...

The standalone versions were old versions that had a separate window (not a window embedded into the daws plugin window).