[Cs-dev] updated and still does not compile
Date | 2007-04-15 08:57 |
From | jpff |
Subject | [Cs-dev] updated and still does not compile |
It seems as if there is no file AEffEditor.hpp Are we assumed to build without the widgets? Actually that would be a good idea anyway, as we discussed in Berlin g++ -o InOut/widgets.os -c -fexceptions -Wall -g -O2 -DLINUX -DPIPES -DCS_VSTHOST -DNO_FLTK_THREADS -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DBETA -DHAVE_SOCKETS -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -I. -IH -I/usr/lib/jvm/java-1.5.0/include -I/usr/lib/jvm/java-1.5.0/include/linux -I/usr/local/include -I/usr/include -I/usr/X11R6/include InOut/widgets.cpp In file included from InOut/widglobals.h:55, from InOut/widgets.cpp:24: ./Opcodes/vst4cs/src/vsthost.h:31:26: error: AEffEditor.hpp: No such file or directory ./Opcodes/vst4cs/src/vsthost.h:46: error: expected initializer before '*' token ./Opcodes/vst4cs/src/vsthost.h:54: error: ISO C++ forbids declaration of 'AEffect' with no type ./Opcodes/vst4cs/src/vsthost.h:54: error: expected ';' before '*' token ./Opcodes/vst4cs/src/vsthost.h:56: error: ISO C++ forbids declaration of 'AEffEditor' with no type ==John ffitch ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-04-15 13:36 |
From | "David Akbari" |
Subject | Re: [Cs-dev] updated and still does not compile |
Attachments | None |
Date | 2007-04-15 15:34 |
From | jpff |
Subject | Re: [Cs-dev] updated and still does not compile |
This is insane! I cannot understand the InOut level code depending on Steinberg code, let alone something in frontends/CsoundVST which is not part of the vanilla build. As it is the code includes |