Hello,
I am trying to compile the basic helloworld.txt code from Astra SDK.
So, far I only use astra::initialze and astra::terminate.
I have added the include paths
When i build it in codeblocks, i get the following error in astra_core.hpp:
In function ‘astra::initialize()’
Undefined reference to ‘astra_initialize’
In function ‘astra::terminate()’
Undefined reference to ‘astra_terminate’
This is happening to other functions too.
I have included the path:
/home/ubuntu/Downloads/AstraSDK-0.5.0-20160426T102744Z-vs2015-win64/include/
containing the folders astra, astra_core, common to the search directories in the build options as a relative path, so i don’t have to add the .cpp and .hpp files indivdually.