-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! I have the same problem. As far as I know the Makefile is not compatible with the newest version of winebuild. The intersting part of the error message is at the head of the output: # make LD_LIBRARY_PATH=":$LD_LIBRARY_PATH" /usr/bin/winebuild -o dssi-vst-server.exe.dbg.c --debug -C. dssi-vst-server.cpp /usr/bin/winebuild: unrecognized option `--debug' Usage: winebuild [OPTIONS] [FILES] [..] make: *** [dssi-vst-server.exe.dbg.c] Error 1 It seems that --debug is no longer supported. But if I delete --debug manually in the Makefile it doesn't work either: # make LD_LIBRARY_PATH=":$LD_LIBRARY_PATH" /usr/bin/winebuild -o dssi-vst-server.exe.dbg.c -C. dssi-vst-server.cpp Usage: winebuild [OPTIONS] [FILES] [..] make: *** [dssi-vst-server.exe.dbg.c] Error 1 Is the option "-C." correct? Why is ":$LD_LIBRARY_PATH" not substituted? Markus P.S.: Some more infos: # winebuild --version winebuild version 0.9.5 # winebuild --help Usage: winebuild [OPTIONS] [FILES] Options: --as-cmd=AS Command to use for assembling (default: as) -d, --delay-lib=LIB Import the specified library in delayed mode -D SYM Ignored for C flags compatibility -E, --export=FILE Export the symbols defined in the .spec or .def file -e, --entry=FUNC Set the DLL entry point function (default: DllMain) -f FLAGS Compiler flags (only -fPIC is supported) -F, --filename=DLLFILE Set the DLL filename (default: from input file name) -h, --help Display this help message -H, --heap=SIZE Set the heap size for a Win16 dll -i, --ignore=SYM[,SYM] Ignore specified symbols when resolving imports -I DIR Ignored for C flags compatibility -k, --kill-at Kill stdcall decorations in generated .def files -K, FLAGS Compiler flags (only -KPIC is supported) --ld-cmd=LD Command to use for linking (default: ld) -l, --library=LIB Import the specified library -L, --library-path=DIR Look for imports libraries in DIR -M, --main-module=MODULE Set the name of the main module for a Win16 dll --nm-cmd=NM Command to use to get undefined symbols (default: nm) -N, --dll-name=DLLNAME Set the DLL name (default: from input file name) -o, --output=NAME Set the output file name (default: stdout) -r, --res=RSRC.RES Load resources from RSRC.RES --save-temps Do not delete the generated intermediate files --subsystem=SUBSYS Set the subsystem (one of native, windows, console) --target=TARGET Specify target CPU and platform for cross-compiling -u, --undefined=SYMBOL Add an undefined reference to SYMBOL when linking -v, --verbose Display the programs invoked --version Print the version and exit -w, --warnings Turn on warnings Mode options: --dll Build a .c file from a .spec or .def file --def Build a .def file from a .spec file --exe Build a .c file for an executable --relay16 Build the 16-bit relay assembly routines --relay32 Build the 32-bit relay assembly routines The mode options are mutually exclusive; you must specify one and only one. emanuele ..:: www.rumoridifondo.com ::.. wrote: > i've managed to install dssi but now i got a problem with dssi-vst. > > i've installed wine (by urpmi on my mandriva) and then i edit > "Makefile.in" to specify the VST > SDK location. > > then i type autoconf; ./configure; make; > the terminal tells me a long series of errors which starts with > "dssi-vst-server.cpp:" and at the end the terminal tells me "make: *** > [dssi-vst-server.o] Error 1". > > anyone has the same error?? > > bye > emanuele > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD5NkF4ihw6BWdedERAncBAJ4gkOc4yu5xn8SJNOb7TN77b3bqHwCfRbAx wq9E/fZTWQTFzcIF5H48uD0= =Z+iL -----END PGP SIGNATURE-----