i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state: - compiles - webcam turns on (the light) - i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it: - get the latest git-snapshot - checkout the "videoAVF" branch - configure with all the usual flags PLUS "--enable-videoAVF" - build - run - report back
fgmadrs IOhannes
Iohannes,
thanks for your efforts in the name of our Mac society. Give me some time, I will gladly test it.
Best,
Popesz
On Fri, Nov 23, 2018 at 1:27 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state:
- compiles
- webcam turns on (the light)
- i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch
- configure with all the usual flags PLUS "--enable-videoAVF"
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
a couple things:
- live video capture shows blue channel only - pd console gives "clear(): unimplemented)" error - with example patch if I click rendering toggle gem window closes and green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message. - with dialog message I get "[pix_video]: no dialog for current backend"
cheers mark
On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at wrote:
i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state:
- compiles
- webcam turns on (the light)
- i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch
- configure with all the usual flags PLUS "--enable-videoAVF"
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
what is your system? I have already tried to compile Gem since 5 hours, on Mavericks failed, on Mojave had various problems, gave up with missing openGL as now Metal is the thing, or the last drop of water in my glass was ld: library not found for -lglfw3 Now I am on Sierra, still trying to make to work properly pd 0.49-1 but tlc is not installed properly and lost my half of my hair what is left. Right now just hit enter to make for pd-extended, whatever version I do not care just want to be sure I can test pix_video Will get back with a result if will have any after all.
Popesz
On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
a couple things:
- live video capture shows blue channel only
- pd console gives "clear(): unimplemented)" error
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
- with dialog message I get "[pix_video]: no dialog for current backend"
cheers mark
On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at wrote:
i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state:
- compiles
- webcam turns on (the light)
- i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch
- configure with all the usual flags PLUS "--enable-videoAVF"
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________ _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
version 10.14.1 (18B75) MacBook Pro (13-inch, 2016,
hmmm... yeah it can be a pain. did you follow instructions on the github wiki? i know if not followed carefully you can have issues...
m
On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com wrote:
what is your system? I have already tried to compile Gem since 5 hours, on Mavericks failed, on Mojave had various problems, gave up with missing openGL as now Metal is the thing, or the last drop of water in my glass was ld: library not found for -lglfw3 Now I am on Sierra, still trying to make to work properly pd 0.49-1 but tlc is not installed properly and lost my half of my hair what is left. Right now just hit enter to make for pd-extended, whatever version I do not care just want to be sure I can test pix_video Will get back with a result if will have any after all.
Popesz
On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
a couple things:
- live video capture shows blue channel only
- pd console gives "clear(): unimplemented)" error
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
- with dialog message I get "[pix_video]: no dialog for current backend"
cheers mark
On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at wrote:
i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state:
- compiles
- webcam turns on (the light)
- i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch
- configure with all the usual flags PLUS "--enable-videoAVF"
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________ _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
Can you share the link you have in your mind?
On Fri, 23 Nov 2018 at 22:40, me.grimm megrimm@gmail.com wrote:
version 10.14.1 (18B75) MacBook Pro (13-inch, 2016,
hmmm... yeah it can be a pain. did you follow instructions on the github wiki? i know if not followed carefully you can have issues...
m
On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com wrote:
what is your system? I have already tried to compile Gem since 5 hours, on Mavericks failed, on Mojave had various problems, gave up with missing openGL as now Metal is the thing, or the last drop of water in my glass was ld: library not found for -lglfw3 Now I am on Sierra, still trying to make to work properly pd 0.49-1 but tlc is not installed properly and lost my half of my hair what is left. Right now just hit enter to make for pd-extended, whatever version I do not care just want to be sure I can test pix_video Will get back with a result if will have any after all.
Popesz
On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
a couple things:
- live video capture shows blue channel only
- pd console gives "clear(): unimplemented)" error
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
- with dialog message I get "[pix_video]: no dialog for current backend"
cheers mark
On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at wrote:
i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state:
- compiles
- webcam turns on (the light)
- i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch
- configure with all the usual flags PLUS "--enable-videoAVF"
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________ _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
here is the link as projected from my mind :)
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810....
On Fri, Nov 23, 2018 at 4:42 PM Csaba Láng langcsaba@gmail.com wrote:
Can you share the link you have in your mind?
On Fri, 23 Nov 2018 at 22:40, me.grimm megrimm@gmail.com wrote:
version 10.14.1 (18B75) MacBook Pro (13-inch, 2016,
hmmm... yeah it can be a pain. did you follow instructions on the github wiki? i know if not followed carefully you can have issues...
m
On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com wrote:
what is your system? I have already tried to compile Gem since 5 hours, on Mavericks failed, on Mojave had various problems, gave up with missing openGL as now Metal is the thing, or the last drop of water in my glass was ld: library not found for -lglfw3 Now I am on Sierra, still trying to make to work properly pd 0.49-1 but tlc is not installed properly and lost my half of my hair what is left. Right now just hit enter to make for pd-extended, whatever version I do not care just want to be sure I can test pix_video Will get back with a result if will have any after all.
Popesz
On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
a couple things:
- live video capture shows blue channel only
- pd console gives "clear(): unimplemented)" error
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
- with dialog message I get "[pix_video]: no dialog for current backend"
cheers mark
On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at wrote:
i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state:
- compiles
- webcam turns on (the light)
- i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch
- configure with all the usual flags PLUS "--enable-videoAVF"
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________ _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
Unfortunately this is what I used. Just skipped the virtual machin steps and the installation of the homebrew.
On Sat, 24 Nov 2018 at 00:19, me.grimm megrimm@gmail.com wrote:
here is the link as projected from my mind :)
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810....
On Fri, Nov 23, 2018 at 4:42 PM Csaba Láng langcsaba@gmail.com wrote:
Can you share the link you have in your mind?
On Fri, 23 Nov 2018 at 22:40, me.grimm megrimm@gmail.com wrote:
version 10.14.1 (18B75) MacBook Pro (13-inch, 2016,
hmmm... yeah it can be a pain. did you follow instructions on the github wiki? i know if not followed carefully you can have issues...
m
On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com wrote:
what is your system? I have already tried to compile Gem since 5 hours, on Mavericks failed, on Mojave had various problems, gave up with missing openGL as now Metal is the thing, or the last drop of water in my glass was ld: library not found for -lglfw3 Now I am on Sierra, still trying to make to work properly pd 0.49-1 but tlc is not installed properly and lost my half of my hair what is left. Right now just hit enter to make for pd-extended, whatever version I do not care just want to be sure I can test pix_video Will get back with a result if will have any after all.
Popesz
On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
a couple things:
- live video capture shows blue channel only
- pd console gives "clear(): unimplemented)" error
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
- with dialog message I get "[pix_video]: no dialog for current
backend"
cheers mark
On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at wrote:
i just started a videoAVF plugin, that is supposed to give us live-video input on (modern) macOS.
current state:
- compiles
- webcam turns on (the light)
- i don't get an image :-(
however, the behaviour is the same with PhotoBooth (running on Sierra), so the no-image might be a problem related to my system in general.
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch
- configure with all the usual flags PLUS "--enable-videoAVF"
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________ _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
hmmmm... what exact errors you getting?
if you do:
./configure --help
you can see options for configure. whatever errors you are getting try to configure --without-WHATEVER
mark
On Fri, Nov 23, 2018 at 7:21 PM Csaba Láng langcsaba@gmail.com wrote:
Unfortunately this is what I used. Just skipped the virtual machin steps and the installation of the homebrew.
On Sat, 24 Nov 2018 at 00:19, me.grimm megrimm@gmail.com wrote:
here is the link as projected from my mind :)
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810....
On Fri, Nov 23, 2018 at 4:42 PM Csaba Láng langcsaba@gmail.com wrote:
Can you share the link you have in your mind?
On Fri, 23 Nov 2018 at 22:40, me.grimm megrimm@gmail.com wrote:
version 10.14.1 (18B75) MacBook Pro (13-inch, 2016,
hmmm... yeah it can be a pain. did you follow instructions on the github wiki? i know if not followed carefully you can have issues...
m
On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com wrote:
what is your system? I have already tried to compile Gem since 5 hours, on Mavericks failed, on Mojave had various problems, gave up with missing openGL as now Metal is the thing, or the last drop of water in my glass was ld: library not found for -lglfw3 Now I am on Sierra, still trying to make to work properly pd 0.49-1 but tlc is not installed properly and lost my half of my hair what is left. Right now just hit enter to make for pd-extended, whatever version I do not care just want to be sure I can test pix_video Will get back with a result if will have any after all.
Popesz
On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
a couple things:
- live video capture shows blue channel only
- pd console gives "clear(): unimplemented)" error
- with example patch if I click rendering toggle gem window closes
and green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
- with dialog message I get "[pix_video]: no dialog for current
backend"
cheers mark
On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at wrote:
> i just started a videoAVF plugin, that is supposed to give us > live-video > input on (modern) macOS. > > current state: > - compiles > - webcam turns on (the light) > - i don't get an image :-( > > however, the behaviour is the same with PhotoBooth (running on > Sierra), > so the no-image might be a problem related to my system in general. > > if anybody with a working webcam on OSX wants to try it: > - get the latest git-snapshot > - checkout the "videoAVF" branch > - configure with all the usual flags PLUS "--enable-videoAVF" > - build > - run > - report back > > fgmadrs > IOhannes > > _______________________________________________ > GEM-dev mailing list > GEM-dev@lists.iem.at > https://lists.puredata.info/listinfo/gem-dev >
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________ _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
Mark, I am on 10.14, still looking for an update to have the same what you have: 10.14.1. After configure I have a missing openGL warning, which is connected to the make error which cannot find a glfw3 working header, even if it is in the brew install folder: Cellar this is my last ./configure command: ./configure --disable-option-checking '--prefix=/usr/local' '--with-pd=/Applications/Pd-0.48-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' '--without-Carbon-framework' '--with-defaultwindow=gemcocoawindow' '--without-ftgl' '--without-imageMAGICK'
Updating right now my outdated Xcode, and start again the process. If you have any idea why on my Mojave (I already hate even to type this name) the compilation is stopped, please let me know. Best, Popesz
On Sat, Nov 24, 2018 at 2:24 AM me.grimm megrimm@gmail.com wrote:
hmmmm... what exact errors you getting?
if you do:
./configure --help
you can see options for configure. whatever errors you are getting try to configure --without-WHATEVER
mark
On Fri, Nov 23, 2018 at 7:21 PM Csaba Láng langcsaba@gmail.com wrote:
Unfortunately this is what I used. Just skipped the virtual machin steps and the installation of the homebrew.
On Sat, 24 Nov 2018 at 00:19, me.grimm megrimm@gmail.com wrote:
here is the link as projected from my mind :)
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810....
On Fri, Nov 23, 2018 at 4:42 PM Csaba Láng langcsaba@gmail.com wrote:
Can you share the link you have in your mind?
On Fri, 23 Nov 2018 at 22:40, me.grimm megrimm@gmail.com wrote:
version 10.14.1 (18B75) MacBook Pro (13-inch, 2016,
hmmm... yeah it can be a pain. did you follow instructions on the github wiki? i know if not followed carefully you can have issues...
m
On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com wrote:
what is your system? I have already tried to compile Gem since 5 hours, on Mavericks failed, on Mojave had various problems, gave up with missing openGL as now Metal is the thing, or the last drop of water in my glass was ld: library not found for -lglfw3 Now I am on Sierra, still trying to make to work properly pd 0.49-1 but tlc is not installed properly and lost my half of my hair what is left. Right now just hit enter to make for pd-extended, whatever version I do not care just want to be sure I can test pix_video Will get back with a result if will have any after all.
Popesz
On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote:
> hey it works! nice! > > just compiled videoavf branch. little green light turns on when > opening 00.SimpleVideo.pd example. when rendering toggle is clicked window > appears and live video is displayed. > > a couple things: > > - live video capture shows blue channel only > - pd console gives "clear(): unimplemented)" error > - with example patch if I click rendering toggle gem window closes > and green light turns off. the only way to get live image back is either > reload patch or click rendering toggle THEN send [device 0{ message. > - with dialog message I get "[pix_video]: no dialog for current > backend" > > cheers > mark > > > On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at > wrote: > >> i just started a videoAVF plugin, that is supposed to give us >> live-video >> input on (modern) macOS. >> >> current state: >> - compiles >> - webcam turns on (the light) >> - i don't get an image :-( >> >> however, the behaviour is the same with PhotoBooth (running on >> Sierra), >> so the no-image might be a problem related to my system in general. >> >> if anybody with a working webcam on OSX wants to try it: >> - get the latest git-snapshot >> - checkout the "videoAVF" branch >> - configure with all the usual flags PLUS "--enable-videoAVF" >> - build >> - run >> - report back >> >> fgmadrs >> IOhannes >> >> _______________________________________________ >> GEM-dev mailing list >> GEM-dev@lists.iem.at >> https://lists.puredata.info/listinfo/gem-dev >> > > > -- > ____________________ > m.e.grimm, m.f.a, ed.m. > cornell u., tc3 > megrimm.net > ____________________ > _______________________________________________ > GEM-dev mailing list > GEM-dev@lists.iem.at > https://lists.puredata.info/listinfo/gem-dev > _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
yeah make sure your xcode and xcode command lines tools are all up to date. then try again and can you copy and paste errors you get from the console?
also maybe get rid of all the vlc stuff for now and just do: ./configure --without-QuickTime-framework --without-Carbon-framework --with-pd=/Applications/Pd-0.48-1.app/Contents/Resources --with-defaultwindow=gemmacoswindow
trial and error
also adding and issue here might be better than though the Gem-Dev list: https://github.com/umlaeute/Gem/issues
did you read through this? https://github.com/umlaeute/Gem/issues/153
On Sat, Nov 24, 2018 at 8:37 AM Csaba Láng langcsaba@gmail.com wrote:
Mark, I am on 10.14, still looking for an update to have the same what you have: 10.14.1. After configure I have a missing openGL warning, which is connected to the make error which cannot find a glfw3 working header, even if it is in the brew install folder: Cellar this is my last ./configure command: ./configure --disable-option-checking '--prefix=/usr/local' '--with-pd=/Applications/Pd-0.48-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' '--without-Carbon-framework' '--with-defaultwindow=gemcocoawindow' '--without-ftgl' '--without-imageMAGICK'
Updating right now my outdated Xcode, and start again the process. If you have any idea why on my Mojave (I already hate even to type this name) the compilation is stopped, please let me know. Best, Popesz
On Sat, Nov 24, 2018 at 2:24 AM me.grimm megrimm@gmail.com wrote:
hmmmm... what exact errors you getting?
if you do:
./configure --help
you can see options for configure. whatever errors you are getting try to configure --without-WHATEVER
mark
On Fri, Nov 23, 2018 at 7:21 PM Csaba Láng langcsaba@gmail.com wrote:
Unfortunately this is what I used. Just skipped the virtual machin steps and the installation of the homebrew.
On Sat, 24 Nov 2018 at 00:19, me.grimm megrimm@gmail.com wrote:
here is the link as projected from my mind :)
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810....
On Fri, Nov 23, 2018 at 4:42 PM Csaba Láng langcsaba@gmail.com wrote:
Can you share the link you have in your mind?
On Fri, 23 Nov 2018 at 22:40, me.grimm megrimm@gmail.com wrote:
version 10.14.1 (18B75) MacBook Pro (13-inch, 2016,
hmmm... yeah it can be a pain. did you follow instructions on the github wiki? i know if not followed carefully you can have issues...
m
On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com wrote:
> what is your system? > I have already tried to compile Gem since 5 hours, on Mavericks > failed, on Mojave had various problems, gave up with missing openGL as now > Metal is the thing, or the last drop of water in my glass was ld: library > not found for -lglfw3 > Now I am on Sierra, still trying to make to work properly pd 0.49-1 > but tlc is not installed properly and lost my half of my hair what is left. > Right now just hit enter to make for pd-extended, whatever version I > do not care just want to be sure I can test pix_video > Will get back with a result if will have any after all. > > Popesz > > On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote: > >> hey it works! nice! >> >> just compiled videoavf branch. little green light turns on when >> opening 00.SimpleVideo.pd example. when rendering toggle is clicked window >> appears and live video is displayed. >> >> a couple things: >> >> - live video capture shows blue channel only >> - pd console gives "clear(): unimplemented)" error >> - with example patch if I click rendering toggle gem window closes >> and green light turns off. the only way to get live image back is either >> reload patch or click rendering toggle THEN send [device 0{ message. >> - with dialog message I get "[pix_video]: no dialog for current >> backend" >> >> cheers >> mark >> >> >> On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig zmoelnig@iem.at >> wrote: >> >>> i just started a videoAVF plugin, that is supposed to give us >>> live-video >>> input on (modern) macOS. >>> >>> current state: >>> - compiles >>> - webcam turns on (the light) >>> - i don't get an image :-( >>> >>> however, the behaviour is the same with PhotoBooth (running on >>> Sierra), >>> so the no-image might be a problem related to my system in general. >>> >>> if anybody with a working webcam on OSX wants to try it: >>> - get the latest git-snapshot >>> - checkout the "videoAVF" branch >>> - configure with all the usual flags PLUS "--enable-videoAVF" >>> - build >>> - run >>> - report back >>> >>> fgmadrs >>> IOhannes >>> >>> _______________________________________________ >>> GEM-dev mailing list >>> GEM-dev@lists.iem.at >>> https://lists.puredata.info/listinfo/gem-dev >>> >> >> >> -- >> ____________________ >> m.e.grimm, m.f.a, ed.m. >> cornell u., tc3 >> megrimm.net >> ____________________ >> _______________________________________________ >> GEM-dev mailing list >> GEM-dev@lists.iem.at >> https://lists.puredata.info/listinfo/gem-dev >> > _______________________________________________ > GEM-dev mailing list > GEM-dev@lists.iem.at > https://lists.puredata.info/listinfo/gem-dev >
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
Yes I read, it is an earlier discussion between you and me :) Let's wait for the xcode update. Will get back soon! Thanks anyway so far for not giving up!
On Sat, Nov 24, 2018 at 2:50 PM me.grimm megrimm@gmail.com wrote:
yeah make sure your xcode and xcode command lines tools are all up to date. then try again and can you copy and paste errors you get from the console?
also maybe get rid of all the vlc stuff for now and just do: ./configure --without-QuickTime-framework --without-Carbon-framework --with-pd=/Applications/Pd-0.48-1.app/Contents/Resources --with-defaultwindow=gemmacoswindow
trial and error
also adding and issue here might be better than though the Gem-Dev list: https://github.com/umlaeute/Gem/issues
did you read through this? https://github.com/umlaeute/Gem/issues/153
On Sat, Nov 24, 2018 at 8:37 AM Csaba Láng langcsaba@gmail.com wrote:
Mark, I am on 10.14, still looking for an update to have the same what you have: 10.14.1. After configure I have a missing openGL warning, which is connected to the make error which cannot find a glfw3 working header, even if it is in the brew install folder: Cellar this is my last ./configure command: ./configure --disable-option-checking '--prefix=/usr/local' '--with-pd=/Applications/Pd-0.48-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' '--without-Carbon-framework' '--with-defaultwindow=gemcocoawindow' '--without-ftgl' '--without-imageMAGICK'
Updating right now my outdated Xcode, and start again the process. If you have any idea why on my Mojave (I already hate even to type this name) the compilation is stopped, please let me know. Best, Popesz
On Sat, Nov 24, 2018 at 2:24 AM me.grimm megrimm@gmail.com wrote:
hmmmm... what exact errors you getting?
if you do:
./configure --help
you can see options for configure. whatever errors you are getting try to configure --without-WHATEVER
mark
On Fri, Nov 23, 2018 at 7:21 PM Csaba Láng langcsaba@gmail.com wrote:
Unfortunately this is what I used. Just skipped the virtual machin steps and the installation of the homebrew.
On Sat, 24 Nov 2018 at 00:19, me.grimm megrimm@gmail.com wrote:
here is the link as projected from my mind :)
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810....
On Fri, Nov 23, 2018 at 4:42 PM Csaba Láng langcsaba@gmail.com wrote:
Can you share the link you have in your mind?
On Fri, 23 Nov 2018 at 22:40, me.grimm megrimm@gmail.com wrote:
> version 10.14.1 (18B75) > MacBook Pro (13-inch, 2016, > > hmmm... yeah it can be a pain. did you follow instructions on the > github wiki? i know if not followed carefully you can have issues... > > m > > On Fri, Nov 23, 2018 at 4:03 PM Csaba Láng langcsaba@gmail.com > wrote: > >> what is your system? >> I have already tried to compile Gem since 5 hours, on Mavericks >> failed, on Mojave had various problems, gave up with missing openGL as now >> Metal is the thing, or the last drop of water in my glass was ld: library >> not found for -lglfw3 >> Now I am on Sierra, still trying to make to work properly pd 0.49-1 >> but tlc is not installed properly and lost my half of my hair what is left. >> Right now just hit enter to make for pd-extended, whatever version >> I do not care just want to be sure I can test pix_video >> Will get back with a result if will have any after all. >> >> Popesz >> >> On Fri, Nov 23, 2018 at 9:39 PM me.grimm megrimm@gmail.com wrote: >> >>> hey it works! nice! >>> >>> just compiled videoavf branch. little green light turns on when >>> opening 00.SimpleVideo.pd example. when rendering toggle is clicked window >>> appears and live video is displayed. >>> >>> a couple things: >>> >>> - live video capture shows blue channel only >>> - pd console gives "clear(): unimplemented)" error >>> - with example patch if I click rendering toggle gem window closes >>> and green light turns off. the only way to get live image back is either >>> reload patch or click rendering toggle THEN send [device 0{ message. >>> - with dialog message I get "[pix_video]: no dialog for current >>> backend" >>> >>> cheers >>> mark >>> >>> >>> On Fri, Nov 23, 2018 at 7:27 AM IOhannes m zmölnig < >>> zmoelnig@iem.at> wrote: >>> >>>> i just started a videoAVF plugin, that is supposed to give us >>>> live-video >>>> input on (modern) macOS. >>>> >>>> current state: >>>> - compiles >>>> - webcam turns on (the light) >>>> - i don't get an image :-( >>>> >>>> however, the behaviour is the same with PhotoBooth (running on >>>> Sierra), >>>> so the no-image might be a problem related to my system in >>>> general. >>>> >>>> if anybody with a working webcam on OSX wants to try it: >>>> - get the latest git-snapshot >>>> - checkout the "videoAVF" branch >>>> - configure with all the usual flags PLUS "--enable-videoAVF" >>>> - build >>>> - run >>>> - report back >>>> >>>> fgmadrs >>>> IOhannes >>>> >>>> _______________________________________________ >>>> GEM-dev mailing list >>>> GEM-dev@lists.iem.at >>>> https://lists.puredata.info/listinfo/gem-dev >>>> >>> >>> >>> -- >>> ____________________ >>> m.e.grimm, m.f.a, ed.m. >>> cornell u., tc3 >>> megrimm.net >>> ____________________ >>> _______________________________________________ >>> GEM-dev mailing list >>> GEM-dev@lists.iem.at >>> https://lists.puredata.info/listinfo/gem-dev >>> >> _______________________________________________ >> GEM-dev mailing list >> GEM-dev@lists.iem.at >> https://lists.puredata.info/listinfo/gem-dev >> > > > -- > ____________________ > m.e.grimm, m.f.a, ed.m. > cornell u., tc3 > megrimm.net > ____________________ > _______________________________________________ GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
-- ____________________ m.e.grimm, m.f.a, ed.m. cornell u., tc3 megrimm.net ____________________
On 11/23/18 9:32 PM, me.grimm wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window appears and live video is displayed.
i finally read the documentation about "webcam passthru" for virtualbox, and now i get an image in photobooth and ... Pd. hooray.
i fixed a couple of things, namely:
- disabled the debugging output, which would dump the entire raw image data to the terminal...
a couple things:
- live video capture shows blue channel only
fixed. this was a traditional error with converting ABGR to ARGB. videoAVF now uses AUV by default (but can be switched to RGBA)
- pd console gives "clear(): unimplemented)" error
that was just a leftover from porting the ofx code. i've remove it.
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
i noticed this too. still needs fixing.
- with dialog message I get "[pix_video]: no dialog for current backend"
yes. (currently) no dialogs for videoAVF. not sure whether i want to look into that.
gfmdsar IOhannes
Updated Xcode and the Command Line Tools.
configure: error: GL (headers) not found! you need openGL!!! after make: ar: internal ranlib command failed make[3]: *** [libGem.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1
What am I missing?
On Sat, Nov 24, 2018 at 3:06 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/23/18 9:32 PM, me.grimm wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window
appears
and live video is displayed.
i finally read the documentation about "webcam passthru" for virtualbox, and now i get an image in photobooth and ... Pd. hooray.
i fixed a couple of things, namely:
- disabled the debugging output, which would dump the entire raw image
data to the terminal...
a couple things:
- live video capture shows blue channel only
fixed. this was a traditional error with converting ABGR to ARGB. videoAVF now uses AUV by default (but can be switched to RGBA)
- pd console gives "clear(): unimplemented)" error
that was just a leftover from porting the ofx code. i've remove it.
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either
reload
patch or click rendering toggle THEN send [device 0{ message.
i noticed this too. still needs fixing.
- with dialog message I get "[pix_video]: no dialog for current backend"
yes. (currently) no dialogs for videoAVF. not sure whether i want to look into that.
gfmdsar IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
After updating all possible system related softwares, the error remains the same.
libtool: link: rm -fr .libs/libGem.a
libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o .libs/libGem_la-Cache.o .libs/libGem_la-ContextData.o .libs/libGem_la-Dylib.o .libs/libGem_la-Event.o .libs/libGem_la-Exception.o .libs/libGem_la-Files.o .libs/libGem_la-GLStack.o .libs/libGem_la-Image.o .libs/libGem_la-ImageLoad.o .libs/libGem_la-ImageSave.o .libs/libGem_la-PixConvertAltivec.o .libs/libGem_la-PixConvertSSE2.o .libs/libGem_la-Loaders.o .libs/libGem_la-Manager.o .libs/libGem_la-PBuffer.o .libs/libGem_la-Properties.o .libs/libGem_la-Rectangle.o .libs/libGem_la-Settings.o .libs/libGem_la-Setup.o .libs/libGem_la-State.o .libs/libGem_la-VertexBuffer.o
/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1)
ar: internal ranlib command failed
make[3]: *** [libGem.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
On Sat, Nov 24, 2018 at 3:32 PM Csaba Láng langcsaba@gmail.com wrote:
Updated Xcode and the Command Line Tools.
configure: error: GL (headers) not found! you need openGL!!! after make: ar: internal ranlib command failed make[3]: *** [libGem.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [all-recursive] Error 1
What am I missing?
On Sat, Nov 24, 2018 at 3:06 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/23/18 9:32 PM, me.grimm wrote:
hey it works! nice!
just compiled videoavf branch. little green light turns on when opening 00.SimpleVideo.pd example. when rendering toggle is clicked window
appears
and live video is displayed.
i finally read the documentation about "webcam passthru" for virtualbox, and now i get an image in photobooth and ... Pd. hooray.
i fixed a couple of things, namely:
- disabled the debugging output, which would dump the entire raw image
data to the terminal...
a couple things:
- live video capture shows blue channel only
fixed. this was a traditional error with converting ABGR to ARGB. videoAVF now uses AUV by default (but can be switched to RGBA)
- pd console gives "clear(): unimplemented)" error
that was just a leftover from porting the ofx code. i've remove it.
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either
reload
patch or click rendering toggle THEN send [device 0{ message.
i noticed this too. still needs fixing.
- with dialog message I get "[pix_video]: no dialog for current
backend"
yes. (currently) no dialogs for videoAVF. not sure whether i want to look into that.
gfmdsar IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
On 11/24/18 4:11 PM, Csaba Láng wrote:
After updating all possible system related softwares, the error remains the same.
seriously? look again.
you say that you now get:
/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1)
and before you said, that you got:
configure: error: GL (headers) not found! you need openGL!!!
these seem to be very different errors to me.
the new one looks like you were compiling for some architecture (e.g. 'i386') before, and now you've compiled for another architecture (e.g. 'x86_64').
simply doing a "make clean" should fix that.
(the build process does a bit of logic to determine whether it needs to update any intermediate files, but it doesn't check whether the architecture of seemingly up-to-date intermediate files is correct.)
gfmfds IOhannes
On 11/24/18 3:05 PM, IOhannes m zmölnig wrote:
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either reload patch or click rendering toggle THEN send [device 0{ message.
i noticed this too. still needs fixing.
i think i *kind of* fixed this one.
fmards IOhannes
Downloaded the new update what you just mentioned above. ./autogen.sh HOST-OS : Mac OS X 10.14.1 (18B75) HOST-KERNEL: Darwin EMV 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64 x86_64 HOST-#CPU : 8
After ./configure --with-pd=/Applications/Pd-0.48-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' --without-Carbon-framework --with-defaultwindow=gemcocoawindow --without-ftgl --without-imagemagick
capture-support use PLUGINS : yes use v4l : no use v4l2 : no use ieee1394 : yes (libdc1394) use DV : no use Unicap : yes use Video-for-WinDOS : no use QuickTime : no use AVFoundation : yes configure: error: GL (headers) not found! you need openGL!!!
make clean and make gives this error: libtool: link: rm -fr .libs/libGem.a
libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o .libs/libGem_la-Cache.o .libs/libGem_la-ContextData.o .libs/libGem_la-Dylib.o .libs/libGem_la-Event.o .libs/libGem_la-Exception.o .libs/libGem_la-Files.o .libs/libGem_la-GLStack.o .libs/libGem_la-Image.o .libs/libGem_la-ImageLoad.o .libs/libGem_la-ImageSave.o .libs/libGem_la-PixConvertAltivec.o .libs/libGem_la-PixConvertSSE2.o .libs/libGem_la-Loaders.o .libs/libGem_la-Manager.o .libs/libGem_la-PBuffer.o .libs/libGem_la-Properties.o .libs/libGem_la-Rectangle.o .libs/libGem_la-Settings.o .libs/libGem_la-Setup.o .libs/libGem_la-State.o .libs/libGem_la-VertexBuffer.o /opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1) ar: internal ranlib command failed make[2]: *** [libGem.la] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1
Popesz
On Sat, Nov 24, 2018 at 4:22 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/24/18 3:05 PM, IOhannes m zmölnig wrote:
- with example patch if I click rendering toggle gem window closes and
green light turns off. the only way to get live image back is either
reload
patch or click rendering toggle THEN send [device 0{ message.
i noticed this too. still needs fixing.
i think i *kind of* fixed this one.
fmards IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
On 11/24/18 4:40 PM, Csaba Láng wrote:
Downloaded the new update what you just mentioned above. ./autogen.sh HOST-OS : Mac OS X 10.14.1 (18B75) HOST-KERNEL: Darwin EMV 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64 x86_64 HOST-#CPU : 8
After ./configure --with-pd=/Applications/Pd-0.48-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'
shouldn't this be
--with-libvlc-LIBS='-L/Applications/VLC.app/Contents/MacOS/lib -lvlc'
??
use AVFoundation : yes
configure: error: GL (headers) not found! you need openGL!!!
make clean and make gives this error:
so in order to run "make clean" (or "make") you must have had a successful run of "./configure" before.
i guess the only way to debug this, is to inspect the config.log (search for "GL.h" and look out for errors)
libtool: link: rm -fr .libs/libGem.a
libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o
[...]
/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1)
you could also just manually delete all the intermediate files, with something like: $ find . -name "*.o" -delete $ find . -name "*.lo" -delete
before you do that, i'd be interested in what this broken intermediate file actually is, with something like: $ find . -name libGem_la-glew.o -exec file {} +
mdsar IOhannes
Yes I will drill into it tomorrow. Meanwhile, do you think is it a good idea to test the AVF with the .so file from Mark?
Mark, if you recompiled it with the changes Iohannes implemented, can you share the gem_videoAVf.so file?
Best,
Popesz
On Sat, Nov 24, 2018 at 5:07 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/24/18 4:40 PM, Csaba Láng wrote:
Downloaded the new update what you just mentioned above. ./autogen.sh HOST-OS : Mac OS X 10.14.1 (18B75) HOST-KERNEL: Darwin EMV 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64 x86_64 HOST-#CPU : 8
After ./configure
--with-pd=/Applications/Pd-0.48-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'
shouldn't this be
--with-libvlc-LIBS='-L/Applications/VLC.app/Contents/MacOS/lib -lvlc'
??
use AVFoundation : yes
configure: error: GL (headers) not found! you need openGL!!!
make clean and make gives this error:
so in order to run "make clean" (or "make") you must have had a successful run of "./configure" before.
i guess the only way to debug this, is to inspect the config.log (search for "GL.h" and look out for errors)
libtool: link: rm -fr .libs/libGem.a
libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o
[...]
/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1)
you could also just manually delete all the intermediate files, with something like: $ find . -name "*.o" -delete $ find . -name "*.lo" -delete
before you do that, i'd be interested in what this broken intermediate file actually is, with something like: $ find . -name libGem_la-glew.o -exec file {} +
mdsar IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
On 11/24/18 5:25 PM, Csaba Láng wrote:
Yes I will drill into it tomorrow. Meanwhile, do you think is it a good idea to test the AVF with the .so file from Mark?
you could also use the CI-builds found somewhere at: https://git.iem.at/pd/Gem/jobs
right now, you have to manually find the last successfull job for your OS and hit the download button. there's supposed to be a way to get the last compiled artifact, but i couldn't find out how.
gfdsmrt IOhannes
i fixed a couple of things
awesome stuff!! your a wizard ... or THE wizard :)
Meanwhile, do you think is it a good idea to test the AVF with the .so
file from Mark?
maybe there should be some discussion of a release? beta? then testing can be done via deken install... might make it all easier for those trying to compile
On Sat, Nov 24, 2018 at 12:10 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/24/18 5:25 PM, Csaba Láng wrote:
Yes I will drill into it tomorrow. Meanwhile, do you think is it a good idea to test the AVF with the .so
file
from Mark?
you could also use the CI-builds found somewhere at: https://git.iem.at/pd/Gem/jobs
right now, you have to manually find the last successfull job for your OS and hit the download button. there's supposed to be a way to get the last compiled artifact, but i couldn't find out how.
gfdsmrt IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
Iohannes, answering your question: $ find . -name libGem_la-glew.o -exec file {} + ./src/Gem/libGem_la-glew.o: Mach-O 64-bit object x86_64 ./src/Gem/.libs/libGem_la-glew.o: Mach-O 64-bit object x86_64
Does it help in solving the what causes my unsuccessful compilation?
When you suggest to delete the .o and/or .lo files in which folder did you mean it?
On Sat, Nov 24, 2018 at 5:07 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/24/18 4:40 PM, Csaba Láng wrote:
Downloaded the new update what you just mentioned above. ./autogen.sh HOST-OS : Mac OS X 10.14.1 (18B75) HOST-KERNEL: Darwin EMV 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64 x86_64 HOST-#CPU : 8
After ./configure
--with-pd=/Applications/Pd-0.48-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'
shouldn't this be
--with-libvlc-LIBS='-L/Applications/VLC.app/Contents/MacOS/lib -lvlc'
??
use AVFoundation : yes
configure: error: GL (headers) not found! you need openGL!!!
make clean and make gives this error:
so in order to run "make clean" (or "make") you must have had a successful run of "./configure" before.
i guess the only way to debug this, is to inspect the config.log (search for "GL.h" and look out for errors)
libtool: link: rm -fr .libs/libGem.a
libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o
[...]
/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1)
you could also just manually delete all the intermediate files, with something like: $ find . -name "*.o" -delete $ find . -name "*.lo" -delete
before you do that, i'd be interested in what this broken intermediate file actually is, with something like: $ find . -name libGem_la-glew.o -exec file {} +
mdsar IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
sorry, forgot to attach the config.log. according to me openGL headers are available.
On Tue, Nov 27, 2018 at 5:28 PM Csaba Láng langcsaba@gmail.com wrote:
Iohannes, answering your question: $ find . -name libGem_la-glew.o -exec file {} + ./src/Gem/libGem_la-glew.o: Mach-O 64-bit object x86_64 ./src/Gem/.libs/libGem_la-glew.o: Mach-O 64-bit object x86_64
Does it help in solving the what causes my unsuccessful compilation?
When you suggest to delete the .o and/or .lo files in which folder did you mean it?
On Sat, Nov 24, 2018 at 5:07 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/24/18 4:40 PM, Csaba Láng wrote:
Downloaded the new update what you just mentioned above. ./autogen.sh HOST-OS : Mac OS X 10.14.1 (18B75) HOST-KERNEL: Darwin EMV 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5 19:41:49 PDT 2018; root:xnu-4903.221.2~2/RELEASE_X86_64 x86_64 HOST-#CPU : 8
After ./configure
--with-pd=/Applications/Pd-0.48-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'
shouldn't this be
--with-libvlc-LIBS='-L/Applications/VLC.app/Contents/MacOS/lib -lvlc'
??
use AVFoundation : yes
configure: error: GL (headers) not found! you need openGL!!!
make clean and make gives this error:
so in order to run "make clean" (or "make") you must have had a successful run of "./configure" before.
i guess the only way to debug this, is to inspect the config.log (search for "GL.h" and look out for errors)
libtool: link: rm -fr .libs/libGem.a
libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o
[...]
/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o)
malformed
object (unknown load command 1)
you could also just manually delete all the intermediate files, with something like: $ find . -name "*.o" -delete $ find . -name "*.lo" -delete
before you do that, i'd be interested in what this broken intermediate file actually is, with something like: $ find . -name libGem_la-glew.o -exec file {} +
mdsar IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
On 27.11.18 17:40, Csaba Láng wrote:
sorry, forgot to attach the config.log. according to me openGL headers are available.
afaict, you have another (incompatible? at least heavily interfering) set of OpenGL-headers installed on your machine.
you might try to setting the `GL_CFLAGS` and `GL_LIBS` variables to help the configure process, e.g. something like: $ ./configure GL_CFLAGS="-DDUMMY_GL" GL_LIBS="-framework OpenGL"
since mojave apple is starting to fade out openGL, so you might also want to make sure you are building for an older (compat) version of macOS, e.g. 10.12 (my autobuilds run on OSX 10.12). see https://stackoverflow.com/questions/25352389/
gamsdr IOhannes
On 11/27/18 5:28 PM, Csaba Láng wrote:
Iohannes, answering your question: $ find . -name libGem_la-glew.o -exec file {} + ./src/Gem/libGem_la-glew.o: Mach-O 64-bit object x86_64 ./src/Gem/.libs/libGem_la-glew.o: Mach-O 64-bit object x86_64
thanks.
Does it help in solving the what causes my unsuccessful compilation?
no. unfortunately not. however, googling a bit for the error you get with glew, i get:
"Unknown load command" errors can happen when an object is built for one Mac OS X version and then used on an earlier Mac OS X version.
so i guess that you upgraded macOS somewhere inbetween building Gem-with-VLC and the current attempts.
When you suggest to delete the .o and/or .lo files in which folder did you mean it?
all folders inside Gem.
gfmsard IOhannes
after deleting the suggested files, and skipping the VLC plugin, GL headers are still not found, the problem remains:
libtool: link: rm -fr .libs/libGem.a
libtool: link: ar cru .libs/libGem.a .libs/libGem_la-glew.o .libs/libGem_la-Cache.o .libs/libGem_la-ContextData.o .libs/libGem_la-Dylib.o .libs/libGem_la-Event.o .libs/libGem_la-Exception.o .libs/libGem_la-Files.o .libs/libGem_la-GLStack.o .libs/libGem_la-Image.o .libs/libGem_la-ImageLoad.o .libs/libGem_la-ImageSave.o .libs/libGem_la-PixConvertAltivec.o .libs/libGem_la-PixConvertSSE2.o .libs/libGem_la-Loaders.o .libs/libGem_la-Manager.o .libs/libGem_la-PBuffer.o .libs/libGem_la-Properties.o .libs/libGem_la-Rectangle.o .libs/libGem_la-Settings.o .libs/libGem_la-Setup.o .libs/libGem_la-State.o .libs/libGem_la-VertexBuffer.o
/opt/local/bin/ranlib: object: .libs/libGem.a(libGem_la-glew.o) malformed object (unknown load command 1)
ar: internal ranlib command failed
make[3]: *** [libGem.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
On Tue, Nov 27, 2018 at 6:38 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/27/18 5:28 PM, Csaba Láng wrote:
Iohannes, answering your question: $ find . -name libGem_la-glew.o -exec file {} + ./src/Gem/libGem_la-glew.o: Mach-O 64-bit object x86_64 ./src/Gem/.libs/libGem_la-glew.o: Mach-O 64-bit object x86_64
thanks.
Does it help in solving the what causes my unsuccessful compilation?
no. unfortunately not. however, googling a bit for the error you get with glew, i get:
"Unknown load command" errors can happen when an object is built for one Mac OS X version and then used on an earlier Mac OS X version.
so i guess that you upgraded macOS somewhere inbetween building Gem-with-VLC and the current attempts.
When you suggest to delete the .o and/or .lo files in which folder did
you
mean it?
all folders inside Gem.
gfmsard IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
On 23.11.18 13:26, IOhannes m zmölnig wrote:
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch > - configure with all the usual flags PLUS "--enable-videoAVF"
I just tried this quickly on a students' computer and failed at this step.
The README.txt says:
$ ./configure $ make $ make install
there is no configure, but a configure.ac file which looks like a template for autogen.sh. Running that requires autotools? which presumably have to be installed on the system via homebrew? I'm getting a bit rusty on the OSX quirks.
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
Depends, but automake is a must, libtool, gettext and of course Xcode with the matching Command line tools version.
On Mon, Nov 26, 2018 at 6:46 PM Max abonnements@revolwear.com wrote:
On 23.11.18 13:26, IOhannes m zmölnig wrote:
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch > - configure with all the usual flags
PLUS "--enable-videoAVF"
I just tried this quickly on a students' computer and failed at this step.
The README.txt says:
$ ./configure $ make $ make install
there is no configure, but a configure.ac file which looks like a template for autogen.sh. Running that requires autotools? which presumably have to be installed on the system via homebrew? I'm getting a bit rusty on the OSX quirks.
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
hey max,
you check the wiki tutorial?
https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-macOS-Sierra-%2810....
I'm getting a bit rusty on the OSX quirks.
hence the tutorial :)
if there is an easier way we should do a tutorial update but afaik homebrew is required (preferred) for installing automake, libtool, etc
m
On Mon, Nov 26, 2018 at 12:46 PM Max abonnements@revolwear.com wrote:
On 23.11.18 13:26, IOhannes m zmölnig wrote:
if anybody with a working webcam on OSX wants to try it:
- get the latest git-snapshot
- checkout the "videoAVF" branch > - configure with all the usual flags
PLUS "--enable-videoAVF"
I just tried this quickly on a students' computer and failed at this step.
The README.txt says:
$ ./configure $ make $ make install
there is no configure, but a configure.ac file which looks like a template for autogen.sh. Running that requires autotools? which presumably have to be installed on the system via homebrew? I'm getting a bit rusty on the OSX quirks.
- build
- run
- report back
fgmadrs IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at https://lists.puredata.info/listinfo/gem-dev