Home › Forums › OpenEars › Building Source Code › Reply To: Building Source Code
Hi,
I just met another issue when I tried to build OpenEars.framework.
When I try to build OpenEarsDistribution/OpenEars (2.503) in XCode Version 8.1 (8B62). There was an error: ‘stdio.h’ file not found makeheader.c
And I also try to run
$python framework_prep_script.py
Got error:
Traceback (most recent call last):
File “framework_prep_script.py”, line 10, in <module>
if “OpenEarsDistribution/OpenEars” in os.environ[‘PROJECT_DIR’]:
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py”, line 23, in __getitem__
raise KeyError(key)
KeyError: ‘PROJECT_DIR’
$python framework_prep_script.py
Got error:
Traceback (most recent call last):
File “framework_script.py”, line 859, in <module>
log_handler.setFormatter(logging.Formatter(“%(name)s (” + os.environ[‘PLATFORM_NAME’] + “): %(levelname)s: %(message)s”))
File “/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py”, line 23, in __getitem__
raise KeyError(key)
KeyError: ‘PLATFORM_NAME’
Is it possible to build OpenEars.framework (2.503)?
If so, is there any document? I’ve searched on both website and documents on DownloadOpenEarsDocs.webloc.
Thank you.