ChimeraTK / ControlSystemAdapter

An adapter layer which allows to use control applications with different control system software environments.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Include error #7

Closed jmrahm closed 7 years ago

jmrahm commented 7 years ago

Hello, I get an include file error during build process.

In file included from ChimeraTK-ControlSystemAdapter/tests/src/testReferenceTestCoreWithTread.cpp:6:0: ChimeraTK-ControlSystemAdapter/tests/include/ChimeraTK/ControlSystemAdapter/Testing/IndependentTestCore.h:7:58: fatal error: ChimeraTK/ControlSystemAdapter/ProcessScalar.h: No such file or directory

Maybe there is a missing include_directories in cmake file? Best regards

mhier commented 7 years ago

There no longer is a ProcessScalar.h include file, the ProcessArray.h should be included instead. This should now be fixed in the master. (In our continuous integration test environment the old header file was still present in the installation directory and obviously taken from there, until the automatic clean happened this night...)