Opened 10 years ago
Last modified 7 years ago
#44129 closed defect
cmake: fix build against libc++ on Lion — at Version 3
Reported by: | mojca (Mojca Miklavec) | Owned by: | css@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | lion | Cc: | jeremyhu@…, egall@…, ryandesign@… |
Port: | cmake |
Description (last modified by mojca (Mojca Miklavec))
Building CMake against libc++
seems to be broken on Lion. The reason is that the bootstrap cmake sometimes cuts the lines at 1024 characters.
See:
- http://public.kitware.com/pipermail/cmake-developers/2014-June/010712.html
- http://www.cmake.org/Bug/view.php?id=15039
The dirty workaround is to run a few commands manually, but it would be nice to find a proper patch.
Change History (3)
comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)
Cc: | egall@… added |
---|
comment:2 Changed 10 years ago by mojca (Mojca Miklavec)
Cc: | ryandesign@… added |
---|
graphite2
is also affected by this bug.
comment:3 Changed 10 years ago by mojca (Mojca Miklavec)
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Cc Me!