i still got this problem and i don't know where is the problem...
does someone have the same problem??
what does it mean "winegcc: gcc failed"?
thanks
emanuele
emanuele ..:: www.rumoridifondo.com ::.. ha scritto:
now i have another problem. after type "make" the terminal tells me:
--------
cp -a `find . | grep 'vstsdk[^/]*\$'`/source/common ./vst
sed -i '/struct VstFileType\|struct VstFileSelect/,/};/d' vst/aeffectx.h
winegcc -mwindows -o fst.exe audiomaster.o fst.o fstinfofile.o gtk.o
jfst.o vsti.o vstwin.o `pkg-config --libs gtk+-2.0` `pkg-config
--libs jack` `pkg-config --libs alsa` -L/usr/X11R6/lib -lX11 -luuid
/usr/bin/ld: cannot find -luuid
collect2: ld returned 1 exit status
winegcc: gcc failed.
make: *** [fst.exe] Error 2
---------
i have yet installed gcc e libwine_devel. my version of wine is
20050725-6mdk
bye emanuele
emanuele ..:: www.rumoridifondo.com ::.. ha scritto:
i found vstsdk2.3 here at
http://www.irf.se/~ionogram/ionogram/SDK/VST%20Plug-Ins%20SDK%202.3/
it is possible to include on fst site the versione of vstsdk that
work? or there are some license problems??
bye
emanuele
torbenh@xxxxxx ha scritto:
On Sun, Jan 22, 2006 at 09:52:41PM +1000, Vaughan Famularo wrote:
you have to either hack the makefile.in or the easiest way for me
was to
create a vst folder in the fst-1.7 directory as well as dumping the
vst
header folder in there as well.
It is a couple of weeks since I went through all of what you are
tackling but I am pretty sure I am right. "make" cannot find the right
files/folders
On Sun, 2006-01-22 at 12:11 +0100, emanuele ..::
www.rumoridifondo.com ::.. wrote:
hi folks,
i've got a problem with fst.
i'm using mandriva 2006 and i have yet installed jack and wine.
i've download the file fst-1.7.tar.gz and the vst dsk from
steinber site (the file is called vstsdk2_4.zip).
the first thing i made is to unzip the fst-1.7.tar.gz into the
directory ~.
then i unzip vstsdk2_4.zip into the directory ~/fst-1.7
then i enter the directory ~/fst-1.7 and i type "$ make".
this below is what the terminal tells me:
-----
cp -a `find . | grep 'vstsdk[^/]*\$'`/source/common ./vst
cp: impossibile fare stat di `./vstsdk2.4/source/common': No such
file or directory
make: *** [hackheaders] Error 1
-----
it's like it doesn't manage to find the files he need. anyway i
find out that the directory vstdsk2.4/source/common doesn't exist.
it's a fst's makefile error, or it's a my error in extract vstsdk?
can anyone help me? does fst1.7 requires an older version of vstsdk?
thats correct. the Makefile stuff was for vstsdk2.3.
i was not aware of a newer version of the sdk...
patches for the Makefile are welcome, i am currently working on other
projects...
thank you all
bye
emanuele
www.rumoridifondo.com