Advertisement
Guest User

Untitled

a guest
Apr 28th, 2010
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. IDProp.c:(.text+0x58): undefined reference to `PyUnicodeUCS2_FromString'
  2. /panfs/panasas1/users/idj03/code/blender-svn/build/linux2/lib/libbf_gen_python.a(IDProp.o):IDProp.c:(.text+0x69): more undefined references to `PyUnicodeUCS2_FromString' follow
  3. /panfs/panasas1/users/idj03/code/blender-svn/build/linux2/lib/libbf_gen_python.a(IDProp.o): In function `IDGroup_repr':
  4. IDProp.c:(.text+0x1a22): undefined reference to `PyUnicodeUCS2_FromFormat'
  5. collect2: ld returned 1 exit status
  6. scons: *** [/panfs/panasas1/users/idj03/code/blender-svn/build/linux2/bin/blender] Error 1
  7. scons: building terminated because of errors.
  8. idj03@spock:~/code/blender-svn/blender$ nm /opt/py31/lib/libpython3.1.a | fgrep UnicodeUCS2
  9. U PyUnicodeUCS2_AsUTF8String
  10. U PyUnicodeUCS2_Decode
  11. U PyUnicodeUCS2_DecodeUTF8
  12. U PyUnicodeUCS2_IsIdentifier
  13. U PyUnicodeUCS2_FromString
  14. U PyUnicodeUCS2_FromUnicode
  15. U PyUnicodeUCS2_AsEncodedString
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement