Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Error while compiling #12

Open
benmunkres opened this issue Mar 3, 2018 · 4 comments
Open

Error while compiling #12

benmunkres opened this issue Mar 3, 2018 · 4 comments

Comments

@benmunkres
Copy link

When I try to compile this on linux mint 18.2 I get the error:

wineg++ -m32 dssi-vst-scanner.cpp -O2 -ffast-math -fvisibility=hidden -fPIC -mtune=generic -msse -Wall -Ivestige  -I/usr/local/include -I/usr/include/alsa -O0 -c -o dssi-vst-scanner.wine.o
dssi-vst-scanner.cpp:25:21: fatal error: windows.h: No such file or directory
compilation terminated.
winegcc: g++ failed
Makefile:78: recipe for target 'dssi-vst-scanner.wine.o' failed
make: *** [dssi-vst-scanner.wine.o] Error 2

Any ideas about what might be causing this?
Thanks

@falkTX
Copy link
Owner

falkTX commented Mar 3, 2018

even if you get this building, dssi-vst does not work on newer systems right now.
consider using something else.

@benmunkres
Copy link
Author

benmunkres commented Mar 3, 2018

Thanks
What are some alternatives that you would suggest?

@falkTX
Copy link
Owner

falkTX commented Mar 10, 2018

I did not see your edit.
Carla is the application I wrote that can also load windows plugins.
If you run the provided pre-compiled binaries, the windows vst support is included already.
You can just drag&drop dlls on top of the rack view.

@benmunkres
Copy link
Author

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants