I had succesfully installed Open-zwave on my ubuntu system with sudo make and sudo make install. After this I wanted to compile the example in this package(go in cpp/example and did "make"), but after this he show me many functions which he not found. This are located in the headerfiles. The headerfiles are included in the main and I changed nothing by the makefile which automaticly created. Had someone the same problem? Here is an example of the errors:
/home/ubuntu/OPENZWAVE/install/open-zwave-master/cpp/examples/MinOZW/.lib/Main.o: In function main':
Main.cpp:(.text.startup+0x7a): undefined reference to
OpenZWave::Manager::getVersionAsString()'
Main.cpp:(.text.startup+0x108): undefined reference to `OpenZWave::Options::Create(std::string const&, std::string const&, std::string const&)'
And there are a lot of this functions missed, which are in the header(which the compiler finds...)
I compile the example with eclipse and via terminal...it's the same.
I hope somone can help. I understand not so much from write my own Makefile. If it is needed, I can copy the generated makefile here in. Thx for your help.