[
https://issues.apache.org/jira/browse/MESOS-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008841#comment-15008841
]
Diana Arroyo commented on MESOS-3843:
-------------------------------------
The first 2 comments above is relate to the more general differences between
the two build generators. The first 2 comments refer to the description of this
work item. With regards to identifying the subset of comment 1 needed for
building the Mesos Agent binary I did the following per Alex's suggestion
("...probably the easiest way to do this is to attempt to compile
`src/slave/main.cpp` and just let the compiler tell you what’s missing"):
added the slave/main.pp to AGENT_SRC env. variable in CMakeList.txt and
re-compiled with no errors.
> Audit `src/CMakelists.txt` to make sure we're compiling everything we need to
> build the agent binary.
> -----------------------------------------------------------------------------------------------------
>
> Key: MESOS-3843
> URL: https://issues.apache.org/jira/browse/MESOS-3843
> Project: Mesos
> Issue Type: Task
> Components: cmake
> Reporter: Alex Clemmer
> Assignee: Diana Arroyo
>
> `src/CMakeLists.txt` has fallen into some state of disrepair. There are some
> source files that seem to be missing (e.g., the `src/launcher/` and
> `src/linux`/ directories), so the first step is to audit the source file to
> make sure everything we need is there. Likely this will mean looking at the
> corresponding `src/Makefile.am` to see that's missing.
> Once we understand the limitations of the current build, we can fan out more
> tickets or proceed to generating the agent binary, as well as the master.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)