Opened 14 years ago
Closed 14 years ago
#27331 closed defect (fixed)
MyPaint 0.9.0 fails to build with gcc 4.0
Reported by: | ak.ml@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | MyPaint |
Description
I manage to compile MyPaint if I apply the patch proposed (I just added a final newline) in the MyPaint forums: reply #36 in Mac OSX Port thread.
See http://forum.intilinux.com/mypaint-development-and-suggestions/mac-osx-port/msg6236/#msg6236
Patch: http://gitorious.org/~maxy/mypaint/maxy-experimental/commit/94551d74c368892e274750fadb4a4f91bc460db3.diff
$ sudo port -v extract MyPaint $ cd "`port work MyPaint`/mypaint-0.9.0" $ sudo patch -p1 < /path/to/patch-MyPaint.diff"
Also
$ g++ --version i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I am on a MacIntel with Leopard 10.5.8
Attachments (2)
Change History (6)
Changed 14 years ago by ak.ml@…
Attachment: | MyPaint_main.log added |
---|
comment:1 Changed 14 years ago by ak.ml@…
Cc: | ak.ml@… added |
---|
Changed 14 years ago by ak.ml@…
Attachment: | patch-MyPaint.diff added |
---|
The patch i'm applying (just added a final newline)
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Cc: | ryandesign@… ak.ml@… removed |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to ryandesign@… |
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|---|
Summary: | MyPaint 0.9.0 fails to build → MyPaint 0.9.0 fails to build with gcc 4.0 |
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thank you, I verified the problem also exists on Tiger and is fixed by your patch. Committed your patch in r73507.
Note: See
TracTickets for help on using
tickets.
Cc Me!