Opened 13 years ago
Closed 6 years ago
#31800 closed defect (fixed)
Mozart fails to build on Lion
Reported by: | gary.verhaegen@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | lion | Cc: | |
Port: | mozart |
Description
The Mozart package fails to build on Lion. I believe this is due to the suppression of the values.h file in the OS. Here is the relevant line from the log file :
:info:build std.cc:47:20: error: values.h: No such file or directory 1 :info:build In file included from fdaux.hh:32, 2 :info:build from std.hh:30, 3 :info:build from std.cc:29:
Full log attached.
Attachments (1)
Change History (5)
Changed 13 years ago by gary.verhaegen@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to bfulgham@… |
---|
comment:2 Changed 12 years ago by jmroot (Joshua Root)
comment:3 Changed 7 years ago by mf2k (Frank Schima)
Owner: | bfulgham@… deleted |
---|---|
Status: | new → assigned |
See #54043
comment:4 Changed 6 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It's actually because an appropriate platform isn't defined for the #ifdef in platform/emulator/libfd/std.cc for some reason. I don't think values.h ever existed on OS X.