View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013521CMakeCMakepublic2012-09-06 12:572016-06-10 14:31
ReporterTimotei 
Assigned ToKitware Robot 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformPCOSWindowsOS VersionXP or 7 x86+x64
Product VersionCMake 2.8.9 
Target VersionFixed in Version 
Summary0013521: MSYS - Incorrect generation of build script
DescriptionHello. 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.
Steps To Reproduce1) 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042117)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-09-06 12:57 Timotei New Issue
2016-06-10 14:28 Kitware Robot Note Added: 0042117
2016-06-10 14:28 Kitware Robot Status new => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team