Feature #5743 2014-04-01 00:47
tele
dependencies
1 . I Just learning to program only, but when I using in Linux
example :
#include "mainwindow.h"
#include <gtkmm/application.h>
I need add paths this libs in Settings -> Search directories ( tab )-> Compiler (tab)
example in :
/usr/include/atk-1.0/atk /usr/include/gdk-pixbuf-2.0/gdk-pixbuf /usr/lib64/gtk-2.0/include /usr/include/glib-2.0 /usr/include/gtk-2.0
This is boring, example when I trying run code from tutorials.
All headers are in /usr folder google is not good tool to find this derectory, because paths are diffrend so I use for example mate-search-tool to find this libs
- Tool to find libs in /usr or from other dir will be good for code blocks
2. when I use some well-known (when command found in lib , lib is is known ) or frequently used commands it should me propose for example:
#include "mainwindow.h"
#include <gtkmm/application.h>
- Category
- Programming Languages
- Status
- Open
- Close date
- Assigned to
History
I don't know what does this feature request titled "dependencies" means, can you explain? Also, I don't know what you two sections means? You need to explain what is the expect behavior C::B should do. Thanks.
" dependencies " are libs for project
#include "mainwindow.h"
#include <gtkmm/application.h>
to compile project I need add paths this libs in Settings-> Compiler->Search directories->Linker
I found other way, I added from website new code lite for fedora. I found plugin inside " Library finder " Probably this plugin [ SOLVED ] my problem.
Thanks , please moderator add [Solved] to this topic :)