<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/16 Gazoo <span dir="ltr"><<a href="mailto:gazoo@42.dk" target="_blank">gazoo@42.dk</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hey Guys,<br>
<br>
I'm hoping to ask the occasional stupid question while trying to compile my<br>
own version of GStreamer using Cerbero (which I keep wanting to write as<br>
Cerebro). I'm doing this in order to get at the gst-plugin-gl! Following<br>
this guide here:<br>
<br>
<a href="http://docs.gstreamer.com/display/GstSDK/Building+from+source+using+Cerbero" target="_blank">http://docs.gstreamer.com/display/GstSDK/Building+from+source+using+Cerbero</a><br>
<br>
I've run into a spot of 'trubz'. When trying to run the build from my<br>
checked out git repo (using the cerebro-uninstalled boostrap command), I get<br>
the following error:<br>
<br>
Traceback (most recent call last):<br>
  File "./cerbero-uninstalled", line 8, in <module><br>
    from cerbero.main import main<br>
  File ".\cerbero\main.py", line 34, in <module><br>
    from cerbero import config, commands<br>
  File ".\cerbero\config.py", line 25, in <module><br>
    from cerbero.utils import _, system_info, validate_packager,<br>
to_unixpath,\<br>
  File ".\cerbero\utils\shell.py", line 41, in <module><br>
    PLATFORM = system_info()[0]<br>
  File ".\cerbero\utils\__init__.py", line 194, in system_info<br>
    raise FatalError("Windows version '%s' not supported" % win32_ver)<br>
cerbero.errors.FatalError: Fatal Error: Windows version '8' not supported<br>
<br>
I'd say the error is accurate, but am I truly boned? Can I not compile<br>
GStreamer on Windows 8?<br></blockquote><div><br></div><div>Could you please put a print in cerbero/utils/__init__.py in lin 186?<br></div><div>I don't have Windows 8 to test but it should be supported, you probably provide a patch too, it should be easy to fix :)<br>

<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I also have 1 suggestions, regarding the guide:<br>
<br>
Add a note that a restart of Msys/MinGw is required in order for the path<br>
pointing to Git and Python to take effect.<br></blockquote><div><br></div><div>Thanks for the note <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
For some reason the following command does nada for me:<br>
<br>
echo "alias cerbero='~/cerbero/cerbero-uninstalled'" >> ~/.bashrc<br>
<br>
As I still need to call it via cerbero-uninstalled. Doesn't ~ refer to my<br>
home dir? If so - it should work...<br></blockquote><div>Apparently you have to create a ~/.profile file with msys shell instead<br><br></div><div>Andoni<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
Regards,<br>
Gazoo<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Building-Gstreamer-on-Windows-8-via-cerbero-tp4662615.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Building-Gstreamer-on-Windows-8-via-cerbero-tp4662615.html</a><br>


Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a>
</div></div>