Opened 13 years ago
Closed 13 years ago
#33966 closed defect (fixed)
gwyddion: #error "Only <glib.h> can be included directly."
Reported by: | nlaanait@… | Owned by: | rowue@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | haspatch | Cc: | yeti@…, berneves@…, ryandesign (Ryan Carsten Schmidt) |
Port: | gwyddion |
Description
I encounter an error while building gwyddion on OS 10.6. Attached is the log file (main.log) it looks like it's a glib2 error. I'd appreciate any help.
Attachments (2)
Change History (6)
Changed 13 years ago by nlaanait@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | yeti@… added |
---|---|
Owner: | changed from macports-tickets@… to rowue@… |
Port: | gwyddion added |
Summary: | Gwyddion build error (glib2) → gwyddion: #error "Only <glib.h> can be included directly." |
Changed 13 years ago by yeti@…
Attachment: | gwyddion-r13351.diff added |
---|
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | berneves@… added |
---|---|
Keywords: | haspatch added |
Has duplicate #34116.
comment:4 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yup, same as many other tickets filed in the past 48 hours for other ports. Probably the same fix too: either update to a newer version, or if none is available or that doesn't help, replace occurrences of "#include <glib/anything.h>" with "#include <glib.h>".