User forums > General (but related to Code::Blocks)
linux, code completion
D101101:
--- Quote from: dmoore on October 25, 2013, 11:05:31 am ---Wrong output - that is the console. The debug log is in a Tab on the main app window in a panel at the bottom of the screen - same panel as compiler output just different tab.
--- End quote ---
--- Code: (Code::Blocks Debug) ---Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading menubar...
ScriptedWizard: loaded
ProjectsImporter: loaded
Compiler: loaded
AStylePlugin: loaded
Abbreviations: loaded
CodeCompletion: loaded
Debugger: loaded
ToDoList: loaded
Autosave: loaded
FilesExtensionHandler: loaded
ClassWizard: loaded
OpenFilesList: loaded
Project wizard added for 'Empty project'
Project wizard added for 'Fortran application'
Project wizard added for 'Fortran library'
Project wizard added for 'Fortran DLL'
Project wizard added for 'Console application'
Project wizard added for 'D application'
Project wizard added for 'FLTK project'
Project wizard added for 'GLFW project'
Project wizard added for 'GLUT project'
Project wizard added for 'GTK+ project'
Project wizard added for 'Irrlicht project'
Project wizard added for 'Lightfeather project'
Project wizard added for 'Matlab project'
Project wizard added for 'OpenCV project'
Project wizard added for 'OpenGL project'
Project wizard added for 'Ogre project'
Project wizard added for 'Code::Blocks plugin'
Project wizard added for 'QT4 project'
Project wizard added for 'SDL project'
Project wizard added for 'SFML project'
Project wizard added for 'Static library'
Project wizard added for 'Shared library'
Project wizard added for 'wxWidgets project'
Build-target wizard added for 'Console'
Build-target wizard added for 'Static library'
Build-target wizard added for 'wxWidgets'
Project wizard added for 'ARM Project'
Project wizard added for 'AVR Project'
Project wizard added for 'TriCore Project'
Project wizard added for 'PowerPC Project'
Project wizard added for 'MCS51 Project'
File(s) wizard added for 'Empty file'
File(s) wizard added for 'C/C++ source'
File(s) wizard added for 'C/C++ header'
File(s) wizard added for 'Fortran source'
Scripted wizard plugin activated
Foreign projects importer plugin activated
Added compiler "GNU GCC Compiler"
Added compiler "Intel C/C++ Compiler"
Added compiler "GDC D Compiler"
Added compiler "GNU Fortran Compiler"
Added compiler "G95 Fortran Compiler"
Added compiler "GNU GCC Compiler for ARM"
Added compiler "GNU GCC Compiler for MSP430"
Added compiler "PGI Fortran Compiler"
Added compiler "LLVM D Compiler"
Added compiler "GNU GCC Compiler for PowerPC"
Added compiler "LLVM Clang Compiler"
Added compiler "*No Compiler*"
Added compiler "Digital Mars D Compiler"
Added compiler "GNU GCC Compiler for TriCore"
Added compiler "Tiny C Compiler"
Added compiler "Small Device C Compiler"
Added compiler "GNU GCC Compiler for AVR"
Compiler plugin activated
Source code formatter (AStyle) plugin activated
Abbreviations plugin activated
Code completion plugin activated
Debugger plugin activated
Todo List plugin activated
Autosave plugin activated
Files extension handler plugin activated
Class wizard plugin activated
Open files list plugin activated
Loading toolbar...
ClassBrowser::UpdateClassBrowserView(): No active project available.
Initializing plugins...
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
Loading project file...
Parsing project file...
Loading target Debug
Loading target Release
Loading project files...
1 files loaded
Done loading project in 23ms
Project's base path: /home/sergey/.programming/project/codeblocks/test/
Project's common toplevel path: /home/sergey/.programming/project/codeblocks/test/
Mozilla universal detection engine detected 'Pure *ASCII*'.
Final encoding detected: Unicode 8 bit (UTF-8) (ID: 41)
Project data set for /home/sergey/.programming/project/codeblocks/test/main.c
Top Editor: /home/sergey/.programming/project/codeblocks/test/main.c
NativeParser::DoFullParsing(): AddCompilerPredefinedMacros failed!
NativeParser::DoFullParsing(): Adding three kind of files to batch-parser
NativeParser::DoFullParsing(): Added 1 header&source file(s) for project 'test' to batch-parser...
ClassBrowser::UpdateClassBrowserView(): No active project available.
NativeParser::GetAllPathsByFilename(): Traversing '/home/sergey/.programming/project/codeblocks/test' for: main.*
NativeParser::GetAllPathsByFilename(): Found 1 files:
- /home/sergey/.programming/project/codeblocks/test/main.c
NativeParser::CreateParser(): Finish creating a new parser for project 'test'
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
NativeParser::OnParserStart(): Starting batch parsing for project 'test'...
NativeParser::OnParserEnd(): Project 'test' parsing stage done!
Project 'test' parsing stage done (1 total parsed files, 1 tokens in 0 minute(s), 0.012 seconds).
NativeParser::GetAllPathsByFilename(): Traversing '/home/sergey/.programming/project/codeblocks/test' for: main.*
NativeParser::GetAllPathsByFilename(): Traversing ' - /home/sergey/.programming/project/codeblocks/test/' for: main.*
NativeParser::GetAllPathsByFilename(): Found 1 files:
- /home/sergey/.programming/project/codeblocks/test/main.c
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
Re-parsed 1 files.
NativeParser::OnParserStart(): Starting re-parsing for project 'test'...
Project 'test' parsing stage done (1 total parsed files, 1 tokens in 0 minute(s), 0.011 seconds).
NativeParser::GetAllPathsByFilename(): Traversing '/home/sergey/.programming/project/codeblocks/test' for: main.*
NativeParser::GetAllPathsByFilename(): Traversing ' - /home/sergey/.programming/project/codeblocks/test/' for: main.*
NativeParser::GetAllPathsByFilename(): Found 1 files:
- /home/sergey/.programming/project/codeblocks/test/main.c
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
Reparsing when typing for editor /home/sergey/.programming/project/codeblocks/test/main.c
NativeParser::OnParserStart(): Starting re-parsing for project 'test'...
Project 'test' parsing stage done (1 total parsed files, 1 tokens in 0 minute(s), 0.012 seconds).
NativeParser::GetAllPathsByFilename(): Traversing '/home/sergey/.programming/project/codeblocks/test' for: main.*
NativeParser::GetAllPathsByFilename(): Traversing ' - /home/sergey/.programming/project/codeblocks/test/' for: main.*
NativeParser::GetAllPathsByFilename(): Found 1 files:
- /home/sergey/.programming/project/codeblocks/test/main.c
ClassBrowser::OnThreadEvent(): Updating class browser...
ClassBrowser::OnThreadEvent(): Class browser updated.
--- End code ---
--- Quote ---Are you using a custom compiler install?
--- End quote ---
No
D101101:
--- Quote from: BlueHazzard on October 25, 2013, 10:00:27 am ---Settings->Compiler
greetings
--- End quote ---
where?
BlueHazzard:
everything you set here is a global compiler option... so if you set here a search path, this is a search path for every project...
dmoore:
I am confused why you don't have the "Caching GCC default include dir ..." messages in your log. You can probably workaround by adding those paths to compiler settings -> search directories tab but you should not have to, it should just work.
D101101:
I have added this paths to search directories for compiler and linker, it works.
Thank you.
P.S. I didn't try to do this because I thought if the code compiles without errors, then it is set up correctly..
Navigation
[0] Message Index
[*] Previous page
Go to full version