Re: [fluid-dev] making a standalone fluidsynth plugin on Mac

2012-03-27 Thread R.L. Horn
On Wed, 28 Mar 2012, Antoine Schmitt wrote: Or is glib installed on all linux machines by default, Pretty much. As far as libffi is concerned, you could try an older version of glib (earlier than April, 2011, or thereabouts) that doesn't have that dependency. FWIW, you're not alone in your

Re: [fluid-dev] making a standalone fluidsynth plugin on Mac

2012-03-27 Thread Antoine Schmitt
Indeed, and the pitfall in which I am now was clearly mentionned already then... ;( Ok, so my only solution is to build a static glib on Mac and on Windows. Pray for me Le 28 mars 12 à 01:20, Ebrahim Mayat a écrit : On Mar 27, 2012, at 6:47 PM, Antoine Schmitt wrote: Thanks Ebrahim. T

Re: [fluid-dev] making a standalone fluidsynth plugin on Mac

2012-03-27 Thread Ebrahim Mayat
On Mar 27, 2012, at 6:47 PM, Antoine Schmitt wrote: Thanks Ebrahim. This is incredibly complex ! I cannot believe that I am the only one having this problem. How do you people deploy fluidsynth-based executables on machines that do not have glib installed ? Or is glib installed on all linux

Re: [fluid-dev] making a standalone fluidsynth plugin on Mac

2012-03-27 Thread Antoine Schmitt
Thanks Ebrahim. This is incredibly complex ! I cannot believe that I am the only one having this problem. How do you people deploy fluidsynth-based executables on machines that do not have glib installed ? Or is glib installed on all linux machines by default, and this is a Mac and Windows-o