Hey there,
I am having a problem compiling the vstserver in order to use the k_vst
external. I am running the latest Demudi system (1.2.1), and I have
installed the version of Wine posted specifically for use with vstserver.
Unfortunately I am quite new to this and need some help interpreting the
error message I am getting (which I have pasted below). Any help would be
much appreciated:
demudi:/usr/src/vstserver-0.3.1# make
echo "
cd servant/win;
/usr/local/bin/winemaker --lower-none --nolower-include --nosource-fix
--nobanner --nobackup -I../../include -I/usr/local/include/wine/windows
-L../.. -lvstservant -L/usr/local/lib -L/site/lib .;
./configure --with-wine=/usr/local
" >makevstserver.sh
sh makevstserver.sh
Scanning the source directories...
Generating project files...
sh: line 1: autoconf: command not found
.
rm makevstserver.sh
echo "cd servant/win;make" >makevstserver.sh
touch servant/win/dummy.c
sh makevstserver.sh
make[1]: Entering directory /usr/src/vstserver-0.3.1/servant/win' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory
/usr/src/vstserver-0.3.1/servant/win'
make: *** [servant/win/win.exe.so] Error 2
I read: . .
Generating project files... sh: line 1: autoconf: command not found
apt-get install autoconf # ?
HTH
x
Hey there, thanks for the help with my last problem (which I have now surmounted). Another hurdle has arisen. Apparently, when i am compiling the vstserver the windef.h file cannot be found (which I believe are the Wine Headers). I have tried copying this file to every directory that might make sense, but it has not worked. (Right noe the windef.h file resides at /usr/src/wine/include/windef.h .
I am compiling the vstserver is /usr/src/vstserver-0.3.1 .
Can somebody please point me in teh right direction here??
Here is teh error message (thanks in advance):
demudi:/usr/src/vstserver-0.3.1# make
echo "
cd servant/win;
/usr/local/bin/winemaker --lower-none --nolower-include --nosource-fix
--nobanner --nobackup -I../../include -I/usr/local/include/wine/windows
-L../.. -lvstservant -L/usr/local/lib -L/site/lib .;
./configure --with-wine=/usr/local
" >makevstserver.sh
sh makevstserver.sh
Scanning the source directories...
Generating project files...
.
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for sqrt in -lm... yes
checking for iswalnum in -lw... no
checking for gethostbyname... yes
checking for connect... yes
checking for gcc strength-reduce bug... no
checking whether we can build a Linux dll... yes
checking whether we need to define __i386__... checking for egrep... grep -E
no
checking whether we need to define __sparc__... no
checking whether we need to define __sun__... no
checking whether we need to define __powerpc__... no
checking for g++ -fpermissive option... yes
checking for g++ -fno-for-scope option... yes
checking for windef.h... configure: error: Could not find the Wine headers
(windef.h)
make: *** [servant/win/Makefile] Error 1
From: "malik miller" malikilam@hotmail.com To: pd-list@iem.at Subject: Problem Compiling VSTSERVER for k_vst external Date: Sun, 23 Oct 2005 00:15:55 +0000
Hey there,
I am having a problem compiling the vstserver in order to use the k_vst external. I am running the latest Demudi system (1.2.1), and I have installed the version of Wine posted specifically for use with vstserver.
Unfortunately I am quite new to this and need some help interpreting the error message I am getting (which I have pasted below). Any help would be much appreciated:demudi:/usr/src/vstserver-0.3.1# make echo "
cd servant/win;
/usr/local/bin/winemaker --lower-none --nolower-include --nosource-fix --nobanner --nobackup -I../../include -I/usr/local/include/wine/windows -L../.. -lvstservant -L/usr/local/lib -L/site/lib .;
./configure --with-wine=/usr/local
" >makevstserver.sh sh makevstserver.sh Scanning the source directories... Generating project files... sh: line 1: autoconf: command not found . rm makevstserver.sh echo "cd servant/win;make" >makevstserver.sh touch servant/win/dummy.c sh makevstserver.sh make[1]: Entering directory/usr/src/vstserver-0.3.1/servant/win' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory
/usr/src/vstserver-0.3.1/servant/win' make: *** [servant/win/win.exe.so] Error 2