You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Andrew Schwartzmeyer (JIRA)" <ji...@apache.org> on 2018/07/27 16:26:00 UTC

[jira] [Comment Edited] (MESOS-9115) Stout depends on missing rapidjson headers.

    [ https://issues.apache.org/jira/browse/MESOS-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559959#comment-16559959 ] 

Andrew Schwartzmeyer edited comment on MESOS-9115 at 7/27/18 4:25 PM:
----------------------------------------------------------------------

Also looks like the Windows build is broken, if this build error from yesterday is still relevant: {{fatal error C1083: Cannot open include file: 'rapidjson/stringbuffer.h'}}

Edit: Looks like master is building for me.


was (Author: andschwa):
Also looks like the Windows build is broken, if this build error from yesterday is still relevant: {{ fatal error C1083: Cannot open include file: 'rapidjson/stringbuffer.h'}}

> Stout depends on missing rapidjson headers.
> -------------------------------------------
>
>                 Key: MESOS-9115
>                 URL: https://issues.apache.org/jira/browse/MESOS-9115
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>            Reporter: James Peach
>            Priority: Major
>
> Stout depends on {{<rapidjson/stringbuffer.h>}} and {{<rapidjson/writer.h>}}, and these eventually depend on files in {{<rapidjson/internal/*>}}. When we install Mesos, we aren't installing the rapidjson internal headers, which breaks the build for external Mesos modules.
> {noformat}
> 05:54:07 - In file included from /usr/include/stout/jsonify.hpp:36:0,
> 05:54:07 -                  from /usr/include/stout/json.hpp:41,
> 05:54:07 -                  from /usr/include/mesos/resources.hpp:37,
> 05:54:07 -                  from /usr/include/mesos/slave/isolator.hpp:23,
> 05:54:07 -                  from /usr/include/mesos/module/isolator.hpp:23,
> 05:54:07 -                  from src/isolator.cc:8:
> 05:54:07 - /usr/include/rapidjson/stringbuffer.h:19:28: fatal error: internal/stack.h: No such file or directory
> 05:54:07 -  #include "internal/stack.h"
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)