I'm trying to run xine-ui in Nevada b25 (Solaris Express build 25)
without success.
Here is what I have right now:
- xinelib should be compiled with gcc and linked with gld, Solaris
native ld doesn't work (lots of relocation problems)
- there are several glibc functions used by xinelib and xine-ui that
doesn't have an implementation in Solaris libc and the xine
configuration step doesn't check for. These are strsep, strndup and
getline. I replaced them with implementations I found in the web.
- gxine cannot be built with the gnome version shipped, as it requires
gnome 2.10, so I tried xine-ui
xine-ui dumps core after initialising the xshm extension, this is the
stack trace:
#0 0xce3ff4f8 in resolve_object () from /usr/lib/libX11.so.4
#1 0xce3ff854 in _XsunOsDynamicLoad () from /usr/lib/libX11.so.4
#2 0xce3a2763 in _XOpenLC () from /usr/lib/libX11.so.4
#3 0xce3b5cf7 in _XlcCurrentLC () from /usr/lib/libX11.so.4
#4 0xce3ed917 in _XkbGetCharset () from /usr/lib/libX11.so.4
#5 0xce3eb879 in _XkbLoadDpy () from /usr/lib/libX11.so.4
#6 0xce3b77b8 in XKeysymToKeycode () from /usr/lib/libX11.so.4
#7 0x080c2d7f in xitk_init ()
Can anybody give me a tip on what is wrong?
Thanks, Alf
_______________________________________________
opensolaris-discuss mailing list
[email protected]