Changes between Initial Version and Version 1 of Ticket #56781, comment 12


Ignore:
Timestamp:
Aug 8, 2018, 9:29:46 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56781, comment 12

    initial v1  
    22
    33A. Error reported by Blokkendoos
    4 Problem: error: unknown type name 'CGLError'; did you mean 'GError'?
    5 Fix. 1. Activate non-x11 versions of all gstreamer1 +x11 packages.
     4Problem:
     5{{{
     6error: unknown type name 'CGLError'; did you mean 'GError'?
     7}}}
     8Fix.
     91. Activate non-x11 versions of all gstreamer1 +x11 packages.
    6102. Upgrade gstreamer1-gst-plugins-bad
    7113. Activate non-x11 versions of all gstreamer1 packages.
    812I had the above error. The following works for me:
     13{{{
    914sudo port activate gstreamer1-gst-plugins-base @1.14.1_5+cocoa+ogg
    1015sudo port activate gstreamer1-gst-plugins-good @1.12.4_1+pulseaudio
     
    1419sudo port activate gstreamer1-gst-plugins-good @1.14.1_1+pulseaudio+x11
    1520sudo port rev-upgrade
     21}}}
    1622
    1723B. Error reported by mopihopi
    18 Problem: fatal error: 'gst/gl/gl.h' file not found
     24Problem:
     25{{{
     26fatal error: 'gst/gl/gl.h' file not found
     27}}}
    1928I had a different file missing. Mine was provided by gstreamer1.
    2029Fix:
     30{{{
    2131sudo port deactivate gstreamer1
    2232sudo port activate gstreamer1
     33}}}
    2334(the missing file was then found in the right place)
    2435So, I am **guessing** that to fix the missing gst/gl/gl.h... (a guess)
     36{{{
    2537port provides /opt/local/include/gstreamer-1.0/gst/gl/gl.h
    2638/opt/local/include/gstreamer-1.0/gst/gl/gl.h is provided by: gstreamer1-gst-plugins-base
     39}}}
    2740So I would guess
     41{{{
    2842sudo port deactivate gstreamer1-gst-plugins-base
    2943sudo port activate gstreamer1-gst-plugins-base
     44}}}
    3045
    3146See how this goes and report progress or problems.