[New-bugs-announce] [issue6104] OSX framework builds fail after r72861 move of _locale into core library
Ned Deily
report at bugs.python.org
Mon May 25 09:39:04 CEST 2009
New submission from Ned Deily <nad at acm.org>:
Undefined symbols:
"_CFStringConvertEncodingToIANACharSetName", referenced from:
_PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)
"_CFStringGetSystemEncoding", referenced from:
_PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)
"_CFStringGetCStringPtr", referenced from:
_PyLocale_getdefaultlocale in libpython3.1.a(_localemodule.o)
SOLUTION:
add "-framework CoreFoundation" to Makefile target
"$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)"
build of temporary minimal framework bootstrap
----------
components: Build
files: patch-nad0025-py3k.txt
messages: 88304
nosy: benjamin.peterson, nad, ronaldoussoren
severity: normal
status: open
title: OSX framework builds fail after r72861 move of _locale into core library
type: compile error
versions: Python 3.1
Added file: http://bugs.python.org/file14066/patch-nad0025-py3k.txt
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6104>
_______________________________________
More information about the New-bugs-announce
mailing list