Csound Csound-dev Csound-tekno Search About

[Cs-dev] updated and still does not compile

Date2007-04-15 08:57
Fromjpff
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

Date2007-04-15 13:36
From"David Akbari"
SubjectRe: [Cs-dev] updated and still does not compile
AttachmentsNone  

Date2007-04-15 15:34
Fromjpff
SubjectRe: [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  when it shoudl be
"AEffEditor.hpp", and that includes code from all over.
  There is something fundamentally broken here.  Can we have a simple
buildable system again?  Or should be move immediately to remove all
GUI code from the base system and extend the API to allow those that
want them to use them?
  As it is I cannot build Csound now, so cannot test changes.  It
would be good to make a release to fix the sfont fiasco, but we cannot
now.

==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