[Bug 796799] mlog not defined

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 13 16:44:12 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796799

--- Comment #3 from Marcos Kintschner <marcos.ktn at gmail.com> ---
That error occurs when I run bootstrap:

python ./cerbero-uninstalled -c config/win32-msvc-shell.cbc bootstrap

It also gives me the error:

Traceback (most recent call last):
  File ".\cerbero\utils\__init__.py", line 354, in parse_file
    exec(compile(open(filename).read(), filename, 'exec'), dict)
  File "C:/MinGW/msys/1.0/home/rafae/cerbero/config/windows.config", line 52,
in <module>
    os.environ['CFLAGS'] += "-DWINVER=0x0600 -D_WIN32_WINNT=0x0600"
  File "c:\Users\rafae\AppData\Local\Programs\Python\Python36-32\lib\os.py",
line 669, in __getitem__
    raise KeyError(key) from None
KeyError: 'CFLAGS'
Configuration Error: Could not include config file
(C:/MinGW/msys/1.0/home/rafae/cerbero/config/windows.config)

That I can fix with: export set CFLAGS=''

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list