Open Adtrix opened 6 months ago
At the moment this repository is just a copy of vitalium with no changes. My intent was to strip out the oscillators and make it into a standalone effects unit, but I have not been able to get to it yet. I do not have access to a windows computer so I can't help with compiling on Windows unfortunately.
Hey. I've been trying to compile this project to VST3 on Windows 11 using meson and ninja, as per description under BUILD and INSTALL on the project page. Using PowerShell with admin privileges I navigate to the vitalium-fx folder where it's downloaded and run
meson setup build --buildtype release
. That creates a build folder in the project directory (in my case C:\Windows\System32\vitalium-fx) inside of which ninja.build file will sit. Runningninja -C build install
will start the attempt to compile anything that's within the vitalium-fx folder, but so far it gives me a bunch of errors. A reccuring message at the end of each FAILED: section seem to becl : Command line error D8021 : invalid numeric argument '/Wno-class-memaccess'
, which does not tell me anything. There were other kinds of errors before reaching this point, but I've managed to sort them out by installing a software called Git Bash and adding addictional locations to Windows "Path" environment variable (C:\Program Files\Git\bin & C:\Program Files\Git\usr\bin).Here is what I get so far straight after running
ninja -C build install
:Would be really awesome to get this to work. Thanks in advance, Best Regards, Adam 😊