Opened 11 years ago
Closed 11 years ago
#40243 closed enhancement (fixed)
port capnproto, requirement for textmate2 update
Reported by: | neverpanic (Clemens Lang) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), cooljeanius (Eric Gallager) | |
Port: | capnproto |
Description
The current version of textmate2 needs a new library called capnproto. It uses C++11 and upstream states it needs to be compiled with clang 3.2. Compiling it crashes the compiler. This ticket serves as a point to track WIP of porting capnproto.
Attachments (1)
Change History (3)
Changed 11 years ago by neverpanic (Clemens Lang)
comment:2 Changed 11 years ago by neverpanic (Clemens Lang)
Port: | capnproto added; textmate2 removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Xcode 5's clang successfully compiles the code. Unfortunately, no clang in MacPorts succeeds :(
Committed in r111433.
Note: See
TracTickets for help on using
tickets.
WIP Portfile of capnproto