<div dir="ltr">I'm trying to set up cerbero so I can build gstreamer for Win32, and I am having difficulty getting the bootstrap to complete.<div><br></div><div>The error I get is:  "Recipe 'gettext' failed at the build step 'compile'" (more detail below).</div>

<div><br></div><div>OS is Windows 7 Professional</div><div><br></div><div>I followed the setup instructions in <a href="http://docs.gstreamer.com/display/GstSDK/Building+from+source+using+Cerbero">http://docs.gstreamer.com/display/GstSDK/Building+from+source+using+Cerbero</a></div>

<div><br></div><div>For git we normally have core.autocrlf set globally to true on Windows, so prior to cloning cerbero I set it false globally, did the clone, set it true globally again, and set it false locally within ~/cerbero.</div>

<div><br></div><div>For ~/.cerbero/cerbero.cbc I have:<br></div><div>=========</div><div><div>import os</div><div>from cerbero.config import Platform, Architecture, Distro, DistroVersion</div><div><br></div><div>target_platform=Platform.WINDOWS</div>

<div>target_distro=Distro.WINDOWS</div><div>target_distro_version=DistroVersion.WINDOWS_7</div><div>target_arch=Architecture.X86</div></div><div><div>=========</div><div></div></div><div><br></div><div>I found I had to disable Avast antivirus while doing the bootstrap because it thought conftest.exe was suspicous (Win32:Evo-gen).</div>

<div><br></div><div>Following is the context for the error message:<br></div><div><br></div><div> libtool: link: i686-w64-mingw32-gcc -shared  .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain</div>

<div>.o .libs/hash-string.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigett</div><div>ext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/threadlib.o</div>

<div> .libs/lock.o .libs/relocatable.o .libs/langprefs.o .libs/localename.o .libs/log.o .libs/printf.o .libs/setlocale.o .libs/version.o</div><div>.libs/xsize.o .libs/osdep.o .libs/intl-compat.o .libs/libintl.res.o   -Lc:/Users/Jeremy/cerbero/build-tools/lib  -O2 -Wl,--disable-a</div>

<div>uto-import -Wl,--export-all-symbols   -o .libs/libintl-8.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libin</div><div>tl.dll.a</div><div>Creating library file: .libs/libintl.dll.a</div><div>
libtool: link: i686-w64-mingw32-ar cru .libs/libintl.a  bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o lo</div>
<div>admsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp</div><div>.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o log.o printf.o setlocale.o version.o xsize.o osdep.o int</div>

<div>l-compat.o libintl.res.o</div><div>libtool: link: i686-w64-mingw32-ranlib .libs/libintl.a</div><div>c:\Users\Jeremy\cerbero\mingw\w32\bin\i686-w64-mingw32-ranlib.exe: '.libs/libintl.a': No such file</div><div>

make: *** [<a href="http://libintl.la">libintl.la</a>] Error 1</div><div>***** Error running 'bootstrap' command:</div><div>Recipe 'gettext' failed at the build step 'compile'</div><div><br></div>
<div>
<br></div><div>Any help appreciated!</div><div><br></div><div>-Jeremy</div></div>