Just cloned the git repo on sourceforge to try out faust (first exposure
- it's cool!)

To get the examples to compile using MacPorts Qt4 on OSX 10.9, I found
it necessary to modify Makefile.qtcompile for qmake to include the
network module for .  The following modification in the ### Darwin
stanza appears to have worked:

cd $(TMP); qmake -project "QT += widgets printsupport network" "$(DEFS)"
"INCLUDEPATH+=/usr/local/include/faust/"
"INCLUDEPATH+=/usr/local/include/faust/osclib" "LIBS+=$(LIB)"
"HEADERS+=/usr/local/include/faust/gui/faustqt.h"

-Ken

------------------------------------------------------------------------------
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to