Author Topic: Dictionaries needed! Problem (Font problem)  (Read 5627 times)

Offline Raceman

  • Single posting newcomer
  • *
  • Posts: 3
Dictionaries needed! Problem (Font problem)
« on: January 05, 2013, 05:14:45 am »
Hi all. I'am a beginner programmer, but I managed to install codeblocks and run, but, i got this error:

http://imageshack.us/photo/my-images/99/printone.png

http://imageshack.us/photo/my-images/99/printone.png

In the terminal, show this errors: http://www.mediafire.com/?kplbv4b0l8lcpdp

I'm using Slax 7(Slackware based). I downloaded the version codeblocks-12.11.suse122-19.1.i586.rpm;
the wxWidgets 2.8.12, i downloads only the wxGTK in http://www.wxwidgets.org/downloads/;
Sorry for my English, thanks everyone for read and help me.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Dictionaries needed! Problem (Font problem)
« Reply #1 on: January 05, 2013, 10:21:39 am »
The dictionaries are another thing, but for the font-issue you should use your favorite search-engine to find a solution.

One site I found is: http://www.linuxquestions.org/questions/slackware-14/32-bit-firefox-crashes-in-slackware-multilib-13-1-a-819115/, it might be helpful for you, too.

Offline Raceman

  • Single posting newcomer
  • *
  • Posts: 3
Re: Dictionaries needed! Problem (Font problem)
« Reply #2 on: January 05, 2013, 11:10:23 am »
Well, i fixed. thanks for answer and help.
I apologize for any inconvenience.

Offline Raceman

  • Single posting newcomer
  • *
  • Posts: 3
Re: Dictionaries needed! Problem (Font problem)
« Reply #3 on: January 06, 2013, 08:01:14 am »
You won't belive. I fixed the error, i ran one time, everything ok. but now, the second time i got the error:
libgcc_s.so.1 must be installed for pthread_cancel to work
I seached in google, i downloaded the lib, i changed the LD_PATH, i did everything they say and nothing works.
I know this is not about codeblocks, but can u help me please?

when i run ldd /usr/bin/codeblocks, everything is ok. no dependency is missing.
As you can see,when i run codeblocks in terminal, everything is ok, but less that error:

Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading menubar...
AutoVersioning: loaded
BrowseTracker: loaded
Cccc: loaded
CppCheck: loaded
Cscope: loaded
DoxyBlocks: loaded
EditorConfig: loaded
EditorTweaks: loaded
FileManager: loaded
HexEditor: loaded
IncrementalSearch: loaded
MouseSap: loaded
NassiShneidermanPlugin: loaded
Profiler: loaded
RegExTestbed: loaded
ReopenEditor: loaded
SmartIndentCpp: loaded
SmartIndentFortran: loaded
SmartIndentHDL: loaded
SmartIndentLua: loaded
SmartIndentPascal: loaded
SmartIndentPython: loaded
SmartIndentXML: loaded
SymTab: loaded
ThreadSearch: loaded
ToolsPlus: loaded
Valgrind: loaded
Abbreviations: loaded
AStylePlugin: loaded
Autosave: loaded
BYOGames: loaded
CB_Koders: loaded
ClassWizard: loaded
CodeCompletion: loaded
CodeSnippets: loaded
CodeStat: loaded
Compiler: loaded
copystrings: loaded
Debugger: loaded
FilesExtensionHandler: loaded
cbDragScroll: loaded
EnvVars: loaded
Exporter: loaded
HeaderFixup: loaded
HelpPlugin: loaded
cbKeyBinder: loaded
lib_finder: loaded
OpenFilesList: loaded
ProjectsImporter: loaded
ScriptedWizard: loaded
ToDoList: loaded
wxSmith: loaded
wxSmithMime: loaded
wxSmithContribItems: loaded
AutoVersioning plugin activated
BrowseTracker plugin activated
Cccc plugin activated
CppCheck plugin activated
Cscope plugin activated
DoxyBlocks plugin activated
EditorConfig plugin for Code::Blocks plugin activated
Editor Tweaks plugin: Building menu
Editor Tweaks plugin: making the menu 14
EditorTweaks plugin activated
FileManager plugin activated
HexEditor plugin activated
IncrementalSearch plugin activated
MouseSap plugin activated
NassiShneidermanPlugin plugin activated
Code profiler plugin activated
Regular expressions testbed plugin activated
ReopenEditor plugin activated
SmartIndentCpp plugin activated
SmartIndentFortran plugin activated
SmartIndentHDL plugin activated
SmartIndentLua plugin activated
SmartIndentPascal plugin activated
SmartIndentPython plugin activated
SmartIndentXML plugin activated
Symbol Table Plugin plugin activated
ThreadSearch plugin activated
ToolsPlus plugin activated
Valgrind plugin activated
Abbreviations plugin activated
Source code formatter (AStyle) plugin activated
Autosave plugin activated
BYO Games plugin activated
Koders query plugin activated
Class wizard plugin activated
Code completion plugin activated
Code snippets plugin activated
Code statistics plugin activated
Added compiler "GNU GCC Compiler"
No active project available.
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted


I don't know what to do now...