User forums > Help
code::blocks hangs at startup
blauzahn:
Both glycin libraries themselves do not link (dynamically) to any library whose name includes wrap:
--- Code: ---$ ldd /usr/lib/libglycin-*.so |grep wrap
$
--- End code ---
Lufex:
Same problem here, Arch KDE Plasma.
Not sure if this helps but I got around the start up freeze by turning off (removing) all the wxsmith.zips from /usr/share/codeblocks/
Hope this helps at least narrowing down the issue.
Miguel Gimenez:
wxSmith is the only plugin still using PNG, every other plugins are now using SVG. Maybe glycin has problems loading these PNG, but booting in safe mode should work.
blauzahn:
I might have skipped all wxSmith stuff in cmake with
--- Code: ----with-contrib-plugins=all,-wxsmith,-wxsmithaui,-wxsmithcontrib ...
--- End code ---
Will check this evening. Deleting the corresponding zip-files is a quick way.
--safe-mode unfortunately does not work as I stated before.
Thanks for your answers.
blauzahn:
cb works again when the zip-files of the three wxsmith plugins are deleted. Alternatively, disabling them when calling configure (not cmake) works as well as expected.
Obviously, wxSmith can not be used in that case.
Thanks again for the help.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version