Setting up GStreamer Build environment having a bootstrap failure

David Wells dwells at blackcreekisc.com
Thu Oct 15 12:27:26 PDT 2015


Hello all,

Hoping to provide information to help one of you to help me. 

I'm working with a Virtual machine running Windows 7 win32. It is dedicated for compiling GStreamer modules.

Below are the steps I took to set up build environment following README (see attachment) text file found in Cerbero directory. 
I'm missing something and hoping that by laying out these steps someone will recognize what it is. :)

  * Install python-2.7.10.msi
  * Install Git-2.5.3-32-bit.exe
	^ change destination folder to c:\Git
	^ check Additional icons for quick launch and desktop
	^ check Use a TrueType font in all console windows
	^ Use Git and optional Unix tools from the Windows Command Prompt
	^ Checkout as-is, commit as-is
	^ Use MinTTY (the default terminal of MSys2)
	^ Check Enable file system caching
  * Install mingw-get-setup.exe
	^ check ...also install support for the graphical user interface
	^ select ... just for me (the current user)
	^ check ... in the start menu
	^ check ... on the desktop
	^ On MinGW Installation Manager
	       + Select 'All Packages' in left window panel
	       + in top right window panel for each in list set 'Mark for Installation'
	       + once complete expand Installation Menue option and 'Apply Changes'
  * Install cmake-3.3.2-win32-x86.exe
	^ select Add CMake to the system PATH for all users
	^ check Create CMake Desktop Icon
	^ change Destination Folder to be c:\CMake
  * Download yasm-1.3.0-win32.exe
	^ rename to yasm.exe
	^ copy it to c:\MinGW\bin folder
  * Install Wix35.msi
  * Install Microsoft SDK 7.1
  * Install Windows Driver Kit 7.1.0
  * Open Windows Environment Variables
	^ System variables
	      + Edit 'Path' by adding
		;c:\Git\bin
		;c:\MinGW\bin
		;c:\MinGW\msys\1.0\bin
	      + Resulting Path Variable is
		C:\Python27\
		;C:\Python27\Scripts
		;%SystemRoot%\system32
		;%SystemRoot%
		;%SystemRoot%\System32\Wbem
		;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
		;C:\CMake\bin
		;C:\Program Files\Microsoft Windows Performance Toolkit\
		;c:\MinGW\bin
		;c:\MinGW\msys\1.0\bin
		;C:\Git\cmd
		;C:\Git\mingw32\bin
		;C:\Git\usr\bin
  * Open Git Bash console application and execute command
	$ echo "explort PATH=\"\$PATH:/c/Python27:c/Git/bin\"" > ~\.profile
  * Open Git Bash console application
	^ Get all modules found on gstreamer.freedesktop.org/modules useing followin git command
	$ git clone git://anongit.freedesktop.org/gstreamer/modulename
  * Open Git Bash console application
	^ change director to cerbero
	^ run ./cerbero-uninstalled bootstrap
	       + bootstrap fails with sh: configure: command not found
		- See attachment
		- Note I have run bootstrap prior to this output.


Thank you for your time and any help you are able to provide.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Bootstrap.txt
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151015/d50e5b6f/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: README
Type: application/octet-stream
Size: 3348 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151015/d50e5b6f/attachment.obj>


More information about the gstreamer-devel mailing list