Re: [PD] Gem 0.94 on Mac OS X

2019-03-07 Thread me.grimm
maybe we should get another test version up on deken? mark On Thu, Mar 7, 2019 at 3:26 PM Philippe Boisnard via Pd-list < pd-list@lists.iem.at> wrote: > Dear Iohannes > > I have compiled gem ver 0.94 mar 7 2019 > all is perfect. > pix_image, pix_film and pix_video > > Thank you !!! > > pH > >

Re: [PD] Gem 0.94 on Mac OS X

2019-03-07 Thread Philippe Boisnard via Pd-list
Dear Iohannes I have compiled gem ver 0.94 mar 7 2019 all is perfect. pix_image, pix_film and pix_video Thank you !!! pH > Le 6 mars 2019 à 16:52, Csaba Láng a écrit : > > Dear Iohannes, dear list, > > I compiled the latest Gem on Mac os X Mojave with success, and wanted to > confirm, that

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Federico Camara Halac
I don't know why but in my previous compilation I had disabled AVFoundation... which was probably why I could not load video backends or films Also: the wiki recommended me not to run ./autogen.sh, and to

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread IOhannes m zmölnig
On 3/6/19 10:03 PM, Federico Camara Halac wrote: > objc[22972]: Class GemCocoaView is implemented in both > /usr/local/lib/pd/extra/Gem/gemmacoswindow.pd_darwin (0x107ffc5c8) and > /usr/local/lib/pd/extra/Gem/gemcocoawindow.pd_darwin (0x1090665b8). One of > the two will be used. Which one is

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread IOhannes m zmölnig
On 3/6/19 10:03 PM, Federico Camara Halac wrote: > macos Mojave > 10.14.2 (18C54) > > re: the macoswindow: > > error: [gemmacoswindow]: failed to init GLEW: your system only supports > openGL-1.0 thanks. > > re: cocoawindow: > > objc[22972]: Class GemCocoaView is implemented in both >

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Federico Camara Halac
macos Mojave 10.14.2 (18C54) re: the macoswindow: error: [gemmacoswindow]: failed to init GLEW: your system only supports openGL-1.0 verbose(4): ... you might be able to track this down from the Find menu. error: [gemmacoswindow]: unable to switch to current window (do you have one?), cannot

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Csaba Láng
Iohannes, this is what made me clear why my system has broken pipes or something like that: https://stackoverflow.com/questions/54068035/linking-not-working-in-homebrews-cmake-since-mojave I am not the only one who has troubles with homebrew. My system was originally 10.11 if I remember well, and

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread IOhannes m zmölnig
On 3/6/19 7:37 PM, Csaba Láng wrote: > Fede, > > here you are the commands I used: > $ ./autogen.sh > $ ./configure --with-pd=/Applications/Pd-0.49-1.app/Contents/Resources > --enable-videoAVF so far, on all macOS systems i have tested, AVFoundation is correctly detected automatically, without

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread IOhannes m zmölnig
On 3/6/19 8:57 PM, Fede Camara Halac wrote: > > Thanks!! > > i will compile again later and report back > > > > but what is DUMMY_GL? > > i did not see that in the wiki. I can run gl stuff without that and without > GL_LIBS it's nothing. it's just a dummy. > > the issues i have so far:

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Fede Camara Halac
Thanks!! i will compile again later and report back but what is DUMMY_GL? i did not see that in the wiki. I can run gl stuff without that and without GL_LIBS the issues i have so far: pix_video cant find video backends pix_film only has quicktime4linux i also cant use cocoawindow, only

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Csaba Láng
Yes, more or less. On Wed, Mar 6, 2019 at 7:59 PM Nicolas Montgermont wrote: > Yes! > > Back in business! > You compiled following this guide: > > https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810.12%29 > ? > > Best, > n > > http://nimon.org > > Le 06/03/2019 à

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Nicolas Montgermont
Yes! Back in business! You compiled following this guide: https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810.12%29 ? Best, n http://nimon.org Le 06/03/2019 à 18:45, Jack a écrit : > Good news for Mac users ! > ++ > > Jack > > > > Le 06/03/2019 à 16:52, Csaba Láng a

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Csaba Láng
Fede, here you are the commands I used: $ ./autogen.sh $ ./configure --with-pd=/Applications/Pd-0.49-1.app/Contents/Resources --enable-videoAVF --with-libvlc-CFLAGS=-I/Applications/VLC.app/Contents/MacOS/include --with-libvlc-LIBS='-L/Applications/VLC.app/Contents/MacOS/lib -lvlc'

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Jack
Good news for Mac users ! ++ Jack Le 06/03/2019 à 16:52, Csaba Láng a écrit : > Dear Iohannes, dear list, > > I compiled the latest Gem on Mac os X Mojave with success, and wanted to > confirm, that in the new 64-bit version built-in webcam works again, > pix_image, pix_video and pix_film