c) How do i remove default software distributed by the digi layer? In the local.conf there is for example no line for the default webserver. Do i have to edit the layer?
d) I try to use eclipse to create my own project. Creating a C++ project my linker seem to not knowing my own classes. I get always undefined reference error for my own classes and its methods. Its a very basic Hello World programm with a testclass printing “Hello World”. In eclipse I choosed “Hello World C++ Autotools Project”
Alright I’m working on it, but just another question:
Using Eclipse I am wondering how to add the sqlite3 library? I can use #include “sqlite3.h” and the file is found. But i always get an error “undefined reference”.
Using the autotools c++ project it seems to not have the classic library section under properties -> c++ build.