Re: LinVST 64bit Deb Package *Try at own risk!
Posted: Sat Dec 02, 2017 3:29 am
@ubuntuuser
OK I'm trying to compile the source for 1.7.6 on 32bit and I'm getting the same errors as before... I'm using the 'wine-rt' version of Wine from the KXStudio repositories and I'm certain I have the development libraries installed
Here is the error:
OK I'm trying to compile the source for 1.7.6 on 32bit and I'm getting the same errors as before... I'm using the 'wine-rt' version of Wine from the KXStudio repositories and I'm certain I have the development libraries installed
Here is the error:
Code: Select all
isotester@avl32box:~/PACKAGING/LINVST-SOURCE/LinVst-1.7$ make
g++ -fPIC -O2 -DLVRT -DSEM -c linvst.cpp -o linvst.unix.o
g++ -fPIC -O2 -DLVRT -DSEM -c remotevstclient.cpp -o remotevstclient.unix.o
g++ -fPIC -O2 -DLVRT -DSEM -c remotepluginclient.cpp -o remotepluginclient.unix.o
g++ -fPIC -O2 -DLVRT -DSEM -c paths.cpp -o paths.unix.o
g++ linvst.unix.o remotevstclient.unix.o remotepluginclient.unix.o paths.unix.o -shared -lpthread -ldl -lX11 -lrt -o linvst.so
wineg++ -m64 -O2 -DSEM -I/usr/include/wine-development/windows -c lin-vst-server.cpp -o lin-vst-server.wine.o
In file included from /usr/include/c++/6/stdlib.h:36:0,
from lin-vst-server.cpp:22:
/usr/include/c++/6/cstdlib:41:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
winegcc: g++ failed
Makefile:52: recipe for target 'lin-vst-server.wine.o' failed
make: *** [lin-vst-server.wine.o] Error 2
isotester@avl32box:~/PACKAGING/LINVST-SOURCE/LinVst-1.7$