필터 지우기
필터 지우기

Simulation data inspector not working, error "libcef.so: undefined symbol: gtk_widget_get_mapped"

조회 수: 4 (최근 30일)
We have recently installed R2015a on a new server running SLES-11 SP3. When attempting to start the simulation data inspector in simulink, the following error is issued and the data inspector does not appear.
/tools.suse/mathworks/R2015a//bin//glnxa64//MATLABWindow: symbol lookup error: /tools.suse/mathworks/R2015a/bin/glnxa64/libcef.so: undefined symbol: gtk_widget_get_mapped
Can you advise the solution please (presumably we need a library update?)

채택된 답변

Sumit Tiwari
Sumit Tiwari 2015년 8월 13일
Hi Peter,
From the information that you have provided, I am fairly certain that the fault lies with your version of GTK.
The symbol being referenced by libcef here, ‘gtk_widget_get_mapped’, was introduced with GTK 2.20, whereas SLES 11 SP3 bundles GTK 2.18.9 by default. I suggest that you simply grab the newer version of GTK using YaST, or build it yourself by grabbing the source from this link.
With the new version in place this error should no longer hinder your work. Feel free to post your results here if this doesn’t solve the problem.
Regards,
Sumit Tiwari.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by