mwunsch / overscan

A live coding environment for live streaming video
https://www.overscan.tv/
GNU Lesser General Public License v3.0
35 stars 2 forks source link

error 'couldn't open "libgirepository-1.0.dylib" ' #2

Open spdegabrielle opened 5 years ago

spdegabrielle commented 5 years ago

Hi,

Firstly - thank you for making #lang overscan - it is much appreciated and I look forward to twitch streaming some coding sessions using it.

I have found that Overscan fails to find libgirepository-1.0.dylib.

When I run:

#lang overscan
(broadcast (videotestsrc)
           (audiotestsrc)
           (filesink "/dev/null"))

DrRacket returns:

Welcome to DrRacket, version 7.2 [3m].
Language: overscan, with debugging; memory limit: 2048 MB.
. ffi-lib: couldn't open "libgirepository-1.0.dylib" (dlopen(libgirepository-1.0.dylib, 6): image not found)

Interactions disabled: overscan does not support a REPL (no #%top-interaction)

I understand if you have moved on from this project. I'm going to persist in trying to get it working and will submit a PR if I'm successful.

If you can offer any advice it would be appreciated.

Kind regards,

Stephen

My notes: