Source: cegui-mk2
Followup-For: Bug #810972

Hi,

I can confirm this problem, and I am trying to solve it. I checked the CEGUI's
wiki about CEED¹, and I fail to see what's missing for the moments. Indeed,
trying to import PyCEGUI fails.

Python 2.7.11 (default, Jan 11 2016, 21:04:40)
[GCC 5.3.1 20160101] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyCEGUI.so
>>> Traceback (most recent call last):
>>>   File "<stdin>", line 1, in <module>
>>>   ImportError: ./PyCEGUI.so: undefined symbol:
>>>   _ZTIN5boost6python15instance_holderE

I am doing some tests, and apparently the problem is related to linking. In
fact, I changed it for PyCEGUI.so and now the error is the following:

Following problems found:
PyCEGUI was found but PyCEGUIOpenGLRenderer is missing! CEED can't render
embedded CEGUI without it. (exception:
/usr/lib/python2.7/dist-packages/cegui-0.8/PyCEGUIOpenGLRenderer.so: undefined
symbol: _ZN5CEGUI18OpenGLRenderTargetINS_12RenderTargetEED2Ev)
Your environment doesn't meet critical prerequisites! Can't start!

Let me finish patching everything what is needed to upload a new revision soon.

Regards,

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-rc8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

1. http://cegui.org.uk/wiki/CEED#Complete_Install_Notes_for_Ubuntu

--
Muammar El Khatib.
http://muammar.me | http://proyectociencia.org

Reply via email to