#31479 closed defect (fixed)
libedit: nested functions are disabled
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | leopard tiger | Cc: | kenyon@…, Andrey.E.Antipov@…, orien.madgwick@… |
Port: | libedit |
Description
On Leopard 10.5.8 with Xcode 3.1.4 I can't build libedit:
wtc1.c:62: error: nested functions are disabled, use -fnested-functions to re-enable
Attachments (1)
Change History (9)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 13 years ago by Andrey.E.Antipov@…
comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | tiger added; powerpc removed |
---|
comment:7 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to orien.madgwick@…:
Same for me on Intel.
Wait, really? I've now tested Tiger, Leopard, and Snow Leopard on Intel and they all build fine. Meanwhile Tiger and Leopard on PowerPC don't build.
Anyway, the problem file seems to be in the examples. And the examples don't seem to get installed anyway. So I fixed it in r84981 by just not building the examples in the first place.
comment:8 Changed 13 years ago by Andrey.E.Antipov@…
Thanks, I should have mentioned I had it on Snow Leopard on Intel. It works now, thanks!
Note: See
TracTickets for help on using
tickets.
Same for me.