Jump to content

Problem building CCI using CLang 6.0


Recommended Posts

Hi,

when using CCI 0.9.0 with CLang 6.0 I get a compiler error:

cci_broker_handle.h:139:42: error: 
      calling 'get_param_handle' with incomplete return type 'cci::cci_param_untyped_handle'
        return cci_param_typed_handle<T>(get_param_handle(parname));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~

This can be solved by a

#include "cci_cfg/cci_param_typed_handle.h"

at line 27 of cci_broker_handle.h. I have no clue how this works when using gcc (and it works :-S)

Best regards

-Eyck

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...