Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Flounder
Description
The instructions on the doc site do not work for if
export REVISION=FunkyFlounder
Symptom:
binding_build_example/helloworld-service> ./conf.d/autobuild/linux/autobuild package -- The C compiler identification is GNU 7.3.1 -- The CXX compiler identification is GNU 7.3.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at conf.d/cmake/config.cmake:184 (include): include could not find load file: CMakeAfbTemplates Call Stack (most recent call first): CMakeLists.txt:3 (include) -- Configuring incomplete, errors occurred! See also "/home/dl9pf/AGLCLASS/binding_build_example/helloworld-service/build/CMakeFiles/CMakeOutput.log". make: *** [conf.d/autobuild/linux/autobuild:67: /home/dl9pf/AGLCLASS/binding_build_example/helloworld-service/build/Makefile] Error 1
Reason is that the cloned repo is for master and not for flounder.
Master already has the cmake module, whereas flounder does not.
Thus the repo needs a flounder branch with working code matching flounder committed.