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