I get the following compile error if libiconv is installed (which I need)
Session.C:1661:18: error: no matching function for call to 'libiconv'
if ((ret = iconv(cd, &ip, &ileft, &op, &oleft)) == (size_t) -1) {
I managed to work around it by moving /usr/local/include/iconv.h, but
then it complained about invalid characters when building
programs/localized which I worked around by only building the C locale
which got it to compile, but then ttsession segfaulted. I've attached
~/.dt/startlog and a backtrace from gdb to this email from the segfault
--
Pouar
#0 0x0000000800983eb8 in _Tt_new_ptr::operator= (this=0x7fffffffd558, x=@0x10)
at tt_new_ptr.C:88
#1 0x0000000000414a98 in _Tt_string_buf_ptr::operator= (this=0x7fffffffd558,
x=@0x10) at tt_string.h:71
#2 0x0000000000414077 in _Tt_string::operator= (this=0x7fffffffd558, s=@0x10)
at tt_string.h:110
#3 0x0000000800953c13 in parse_Xdisplay_string (
display=<value optimized out>, host=@0x7fffffffd558,
svnum=@0x7fffffffd540, hostname=@0x7fffffffd550) at mp_desktop.C:420
#4 0x00000008009536b1 in _Tt_desktop::init (this=0x803408380,
dt_handle=<value optimized out>) at mp_desktop.C:128
#5 0x000000000042af08 in _Tt_s_session::s_init (this=0x803412100)
at mp_s_session.C:192
#6 0x000000000041ea44 in _Tt_s_mp::s_init (this=0x80340a540) at mp_s_mp.C:134
#7 0x000000000040f0f6 in main (argc=2, argv=0x7fffffffe328) at mp_server.C:387
--- Sat Apr 25 11:58:43 CDT 2015
--- /usr/dt/bin/Xsession starting...
--- Xsession started by xinit
--- setting font path...
--- sourcing /home/pouar/.dtprofile...
--- sourcing /usr/dt/config/Xsession.d/0010.dtpaths...
--- sourcing /usr/dt/config/Xsession.d/0020.dtims...
--- sourcing /usr/dt/config/Xsession.d/0030.dttmpdir...
--- sourcing /usr/dt/config/Xsession.d/0060.dtsysenv...
--- starting /usr/dt/bin/dthello -file /usr/dt/copyright &
--- starting /usr/dt/bin/dtsearchpath -ksh
--- starting /usr/dt/bin/dtappgather &
--- execing /usr/dt/bin/dtsession ...
not execing /home/pouar/.profile (see /home/pouar/.dtprofile)
/usr/dt/bin/Xsession: line 659: 62576: Memory fault
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel