emra700 / juced

Automatically exported from code.google.com/p/juced
0 stars 0 forks source link

missing operator when compiling juced #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello Juced

I would like to compile juced on fedora 12, 64bit, with planetccrma core
apps installed.

"./manage make all" is missing an operator - I presume the path to the vstsdk

On my installation the path is /usr/include/vstsdk2.3/source/ etc..

Please advise the correct method of specifying the vst path

Simon

Konsole output:

bash-4.0$ rpmbuild -ba juced-0.0svn-r163.spec 
Ausführung(%prep): /bin/sh -e /var/tmp/rpm-tmp.Op1GcP
+ umask 022
+ cd /home/simon/rpmbuild/BUILD
+ cd /home/simon/rpmbuild/BUILD
+ rm -rf juced-0.0svn-r163
+ /usr/bin/gzip -dc /home/simon/rpmbuild/SOURCES/juced-0.0svn-r163.tar.gz
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd juced-0.0svn-r163
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Ausführung(%build): /bin/sh -e /var/tmp/rpm-tmp.Bvkcwz
+ umask 022
+ cd /home/simon/rpmbuild/BUILD
+ cd juced-0.0svn-r163
+ pushd tools/linux
~/rpmbuild/BUILD/juced-0.0svn-r163/tools/linux
~/rpmbuild/BUILD/juced-0.0svn-r163
+ ./manage make all
touch: Fehlendes Dateioperand
„touch --help“ gibt weitere Informationen.

Original issue reported on code.google.com by simon.lewis@slnet-online.de on 6 Feb 2010 at 3:42