フィルターのクリア

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.
  1 件のコメント
Peter Stephens
Peter Stephens 2015 年 8 月 20 日
Many thanks Sumit - I think you ar right - I've asked our IT department to do an update to the library.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by