The updates on that branch assume you've installed these:

brew install gtk+3 gtkmm3

Then the output of this command might help you finish the compiling:

  pkg-config --cflags --libs gtk+-3.0 gtkmm-3.0

But I will keep trying this weekend to finish up the github action!

On Sat, Mar 25, 2023 at 5:34 AM Henrik Frisk <fris...@gmail.com> wrote:

>
>
> Den tors 23 mars 2023 kl 21:58 skrev David Braun <br...@ccrma.stanford.edu
> >:
>
>> On this page: https://github.com/DBraun/faust/actions/runs/4458934421 there's
>> an "artifacts" section at the bottom. It may be possible to use some of
>> the libfaust or faust files there, or in more recent runs. I'm hoping to
>> finish this sometime soon so that the main Faust repo can automatically
>> release faust executables and libfaust on all platforms, and faustgen on
>> macos/windows.
>>
>
> Thanks, should have found that! That appears to work, though not with
> ncurses from Homebrew, oddly, but installing ncurses from ports works. You
> do have to set that path to qmake though which is
> /opt/local/libexec/qt5/bin on my system. As for gtk (such as faust2cagtk),
> no matter how I try I cannot get the script to find the header
> gdk/gdkkeysyms.h which is on the system. Adding the -I path to the script
> doesn't help. The error is:
>
> fatal error: 'gdk/gdkkeysyms.h' file not found
> #include <gdk/gdkkeysyms.h>
>
> This is similar for faust2jack. Though the headers live in
> /opt/local/include they are not found.
>
> Thanks!
> /Henrik
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to