MantisBT - CMake
View Issue Details
0013521CMakeCMakepublic2012-09-06 12:572016-06-10 14:31
Timotei 
Kitware Robot 
normalmajoralways
closedmoved 
PCWindowsXP or 7 x86+x64
CMake 2.8.9 
 
0013521: MSYS - Incorrect generation of build script
Hello. I am trying to compile the library libplist: http://cgit.sukimashita.com/libplist.git/ [^] using MSYS. However, it seems for some reason the build script is generated incorrect because it gives me this errors: http://pastebin.com/Vde0B2YB [^] when compiling.

There is no problem with the code as it compiles just fine on Linux/Mac (I've tried it). Also, I've tried modifing locally some of the building parameters and I got somehow working.

Thanks.
1) Install MSYS from http://sourceforge.net/projects/mingw/files/latest/download?source=files [^]
2) When asked about the "Repository catalogues", choose: "Download latest repository catalogues"
3) Set the install path to: "<some directory>\mingw"
-- When asked to select the components, check the: "C Compiler", "C++ Compiler" and "MSYS Basic System"
-- Let the install download and install all the packages it requires.
4) Start the MSYS console from "<some directory>\mingw\msys\1.0\msys.bat"
5) Execute: mingw-get install libtool msys-libxml2 libiconv
6) Do a checkout for libplist: git clone http://git.sukimashita.com/libplist.git [^]
7) Execute: mkdir build; cd build; cmake -G "MSYS Makefiles" ..

Now when trying to link libplist++ you will get that unreferenced errors
No tags attached.
Issue History
2012-09-06 12:57TimoteiNew Issue
2016-06-10 14:28Kitware RobotNote Added: 0042117
2016-06-10 14:28Kitware RobotStatusnew => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042117)
Kitware Robot   
2016-06-10 14:28   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.