Bug 519052 - To build generated code on Windows users must use cmake from Cygwin not from CMake website
Summary: To build generated code on Windows users must use cmake from Cygwin not from ...
Status: CLOSED FIXED
Alias: None
Product: Papyrus-rt
Classification: Modeling
Component: documentation (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Windows 7
: P3 normal
Target Milestone: 1.0.0   Edit
Assignee: Charles Rivet CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2017-06-30 15:04 EDT by Ernesto Posse CLA
Modified: 2017-07-28 16:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ernesto Posse CLA 2017-06-30 15:04:17 EDT
This needs to be added to the release notes:

When building generated code on Windows with Cygwin, users must install and use cmake from Cygwin, rather than CMake from https://cmake.org, otherwise the build fails with several CMake errors, such as being unable to load several of the RTS .cmake files even if they exist and are in the correct location.
Comment 1 Ernesto Posse CLA 2017-06-30 15:11:09 EDT
Also, we should have a note warning users that there are potential conflicts between MinGW installed separately from Cygwin and Cygwin compilers. 

We should recommend that the user installs only Cygwin and ensures he has the Path environment variable correctly to point to the Cygwin 'bin' directory.
Comment 2 Charles Rivet CLA 2017-07-18 16:16:39 EDT
Release note created for v1.0 - removing the corresponding flags.
Comment 3 Charles Rivet CLA 2017-07-20 10:13:08 EDT
Two release notes have been created to address this. See https://wiki.eclipse.org/Papyrus-RT/Releases/Oxygen_v1.0_Release_Notes#Warnings.2C_Notes.2C_and_Tips
Comment 5 Charles Rivet CLA 2017-07-28 16:16:06 EDT
Closing.
Information added to both release note and user documentation on the wiki
Please modify wiki if a problem is found.