[MacPorts] #35177: mplayer2 fails to compile: conflicting types for 'Cursor'
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: mplayer2 --------------------------------------+------------------------------------- Trying to install the mplayer2 port, I get this error: {{{ :info:build /usr/bin/gcc-4.2 -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -std=gnu99 -pipe -O2 -arch x86_64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -falign-loops=16 -shared-libgcc -mdynamic-no-pic -I. -I/opt/local/include -I/opt/local/include/freetype2 -O2 -arch x86_64 -Wno- pointer-sign -I/opt/local/include -I/opt/local/include/freetype2 -DPIC -I/usr/X11/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/fribidi -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libdvdread -c -o libvo/vo_corevideo.o libvo/vo_corevideo.m :info:build In file included from /opt/local/include/X11/Xlib.h:44, :info:build from libvo/gl_common.h:41, :info:build from libvo/vo_corevideo.m:38: :info:build /opt/local/include/X11/X.h:103: error: conflicting types for 'Cursor' :info:build /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawTypes.h:267: error: previous declaration of 'Cursor' was here :info:build make: *** [libvo/vo_corevideo.o] Error 1 }}} There seems to be some naming conflict with an X library. -- Ticket URL: <https://trac.macports.org/ticket/35177> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: mplayer2 --------------------------------------+------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => cal@… -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by cal@…): I cannot reproduce this. What version of OS X are you using? -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by samuel.bateman@…): Replying to [comment:2 cal@…]:
I cannot reproduce this. What version of OS X are you using?
I am using a Mac Pro with OS X 10.6.8. My Xcode version is 3.2.6. I have also attached the output from "port installed", in case it matters. Thanks for looking into this. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Changes (by cal@…): * cc: sasoph@… (added) * keywords: => haspatch Comment: Can you try the attached patch against the port directory of mplayer2, i.e. {{{ cd $(port dir mplayer2) curl -OL http://trac.macports.org/raw- attachment/ticket/35177/mplayer2-vo_corevideo-x11-naming-conflict.patch patch -p0 <mplayer2-vo_corevideo-x11-naming-conflict.patch sudo port clean mplayer2 }}} and retry? Has (partial) duplicate #35166. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by sasoph@…): 10.5.8 PPC, Xcode 3.1.4 mplayer2 with the patch, gives an error: {{{ /usr/bin/gcc-4.0 -MD -MP -Wundef -Wstrict-prototypes -Wmissing- prototypes -Wdisabled-optimization -Wno-pointer-sign -std=gnu99 -O2 -arch ppc -maltivec -mabi=altivec -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -falign-loops=16 -shared-libgcc -mdynamic-no-pic -I. -I/opt/local/include -I/opt/local/include/freetype2 -O2 -arch ppc -Wno- pointer-sign -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/fribidi -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libdvdread -c -o libvo/vo_corevideo.o libvo/vo_corevideo.m In file included from /opt/local/include/X11/Xlib.h:44, from libvo/gl_common.h:41, from libvo/vo_corevideo.m:40: /opt/local/include/X11/X.h:103: error: conflicting types for 'Cursor' /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawTypes.h:269: error: previous declaration of 'Cursor' was here make: *** [libvo/vo_corevideo.o] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by samuel.bateman@…): I am also getting the same error after applying the patch. I'm not sure what {{{#define NO_X11_INCLUDES}}} does, since grep shows no other use of that define: {{{ $ grep -R NO_X11_INCLUDES work/mplayer2-2.0-20120606/ grep: work/mplayer2-2.0-20120606/DOCS/xml/it/skin.xml: No such file or directory grep: work/mplayer2-2.0-20120606/DOCS/xml/zh_CN/skin.xml: No such file or directory work/mplayer2-2.0-20120606/libvo/vo_corevideo.m:#define NO_X11_INCLUDES }}} -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by cal@…): My bad, please try again with the updated patch `mplayer2-vo_corevideo-x11 -naming-conflict.2.patch`. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by sasoph@…): I'm still getting a similar error: {{{ /usr/bin/gcc-4.0 -MD -MP -Wundef -Wstrict-prototypes -Wmissing- prototypes -Wdisabled-optimization -Wno-pointer-sign -std=gnu99 -O2 -arch ppc -maltivec -mabi=altivec -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -falign-loops=16 -shared-libgcc -mdynamic-no-pic -I. -I/opt/local/include -I/opt/local/include/freetype2 -O2 -arch ppc -Wno- pointer-sign -I/opt/local/include -I/opt/local/include/freetype2 -I/usr/X11/include -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include -I/opt/local/include/fribidi -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/libdvdread -c -o libvo/vo_corevideo.o libvo/vo_corevideo.m In file included from /opt/local/include/X11/Xlib.h:44, from /opt/local/include/GL/glx.h:38, from libvo/gl_common.h:41, from libvo/vo_corevideo.m:40: /opt/local/include/X11/X.h:103: error: conflicting types for 'Cursor' /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawTypes.h:269: error: previous declaration of 'Cursor' was here make: *** [libvo/vo_corevideo.o] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by samuel.bateman@…): Even with the second patch which doesn't include "x11_common.h", there is still a naming error because of the include "GL/glx.h". Maybe support for X11 and/or GLX should simply be disabled in the configure flags. X11 and Carbon/Quartz are sort of incompatible anyway. I've attached a patch for the Portfile with "--disable-x11" and "--disable-xv", which I was able to successfully get to compile on my system. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by sasoph@…): mplayer2-vo_corevideo-disable-x11.patch returns this error: {{{ libvo/cocoa_common.m:43: error: cannot find protocol declaration for 'NSWindowDelegate' libvo/cocoa_common.m: In function 'vo_cocoa_init': libvo/cocoa_common.m:142: error: 'NSApplicationActivationPolicyRegular' undeclared (first use in this function) libvo/cocoa_common.m:142: error: (Each undeclared identifier is reported only once libvo/cocoa_common.m:142: error: for each function it appears in.) libvo/cocoa_common.m:142: warning: no '-setActivationPolicy:' method found libvo/cocoa_common.m:142: warning: (Messages without a matching method signature libvo/cocoa_common.m:142: warning: will be assumed to return 'id' and accept libvo/cocoa_common.m:142: warning: '...' as arguments.) libvo/cocoa_common.m: In function 'vo_cocoa_uninit': libvo/cocoa_common.m:150: error: 'NSApplicationPresentationDefault' undeclared (first use in this function) libvo/cocoa_common.m:150: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m: In function '-[GLMPlayerWindow fullscreen]': libvo/cocoa_common.m:417: error: 'NSApplicationPresentationHideDock' undeclared (first use in this function) libvo/cocoa_common.m:417: error: 'NSApplicationPresentationHideMenuBar' undeclared (first use in this function) libvo/cocoa_common.m:417: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m:420: warning: 'GLMPlayerWindow' may not respond to '-setStyleMask:' libvo/cocoa_common.m:427: error: 'NSApplicationPresentationDefault' undeclared (first use in this function) libvo/cocoa_common.m:427: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m:429: warning: 'GLMPlayerWindow' may not respond to '-setStyleMask:' libvo/cocoa_common.m: In function '-[GLMPlayerWindow applicationWillBecomeActive:]': libvo/cocoa_common.m:573: error: 'NSApplicationPresentationHideDock' undeclared (first use in this function) libvo/cocoa_common.m:574: error: 'NSApplicationPresentationHideMenuBar' undeclared (first use in this function) libvo/cocoa_common.m:574: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m: In function '-[GLMPlayerWindow applicationWillResignActive:]': libvo/cocoa_common.m:581: error: 'NSApplicationPresentationDefault' undeclared (first use in this function) libvo/cocoa_common.m:581: warning: no '-setPresentationOptions:' method found make: *** [libvo/cocoa_common.o] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by cal@…): sasoph, it seems unlikely that disabling x11 would cause problems with undeclared Cocoa data structures. Please clean mplayer2 and re-try and attach your main.log if it still fails. Samuel, the patch works fine for me on Lion, but that doesn't tell anything, because it worked fine for me before disabling x11, too. I'll wait for sasoph's feedback if you don't mind. Also, disabling x11 probably means a number of dependencies can be dropped from the Portfile. I'll need more time to look into what can be removed (unless you want to?). -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by sasoph@…): 10.5.8 PPC, Xcode 3.1.4 Here's my procedure: [[BR]]sudo port sync # Deactivate conflicting ports [[BR]]sudo port deactivate mplayer-devel [[BR]]#2 Force, as gegl depends on it [[BR]]sudo port -f deactivate ffmpeg sudo port activate ffmpeg-devel cd $(port dir mplayer2) [[BR]]sudo curl -OL https://trac.macports.org/raw- attachment/ticket/35177/mplayer2-vo_corevideo-disable-x11.patch [[BR]]sudo patch -p0 <mplayer2-vo_corevideo-disable-x11.patch [[BR]]sudo port clean mplayer2 sudo port -v install mplayer2 Same error as above. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by cal@…): I don't know why this fails for you… `NSWindowDelegate` is defined in `/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSWindow.h`, which should be included from `/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/AppKit.h`, which should be included from `/System/Library/Frameworks/Cocoa.framework/Versions/A/Headers/Cocoa.h`, which is included from `cocoa_common.m` in line 20. (NB: I checked this in the 10.6 SDK on Lion, not against the versions shipped with Lion). Are you sure your Xcode installation is complete? Samuel, I'm attaching a patch against the Portfile that should completely disable X11 and also remove the unnecessary dependencies. Can you test whether this still builds for you? -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by sasoph@…): I've found all the files and references you mentioned, so do you still think my Xcode is at fault? /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSWindow.h: [[BR]] @interface NSObject(NSWindowDelegate) /System/Library/Frameworks/AppKit.framework/Versions/C/Headers/AppKit.h: [[BR]] #import <AppKit/NSWindow.h> /System/Library/Frameworks/Cocoa.framework/Versions/A/Headers/Cocoa.h: [[BR]] #import <AppKit/AppKit.h> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_mplayer2/mplayer2/work/mplayer2-2.0-20120606/libvo/cocoa_common.m [[BR]] #import <Cocoa/Cocoa.h> -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by samuel.bateman@…): cal, your patch works for me. mplayer2 compiles fine after applying it. sasoph, a quick Google search reveals this (https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSWin...): "Available in OS X v10.6 and later." But you are using 10.5. I've attached a patch based on the workaround found here (http://forum.jogamp.org/Mac-OS-X-10-5-compile-error-td858747.html). sasoph, could you try this? First, apply the mplayer2-disable-x11.patch, then apply the mplayer2-appkit-fix-for-10.5.patch, then try building again. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by cal@…): Commited `mplayer2-disable-x11.patch` in r95853. I'm leaving this open to fix the appkit issue, too. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by sasoph@…): Since cal has committed -disable-x11.patch, I assumed that I only need use -appkit-fix-for-10.5.patch. If so, there are more errors: {{{ libvo/cocoa_common.m: In function 'vo_cocoa_init': libvo/cocoa_common.m:146: error: 'NSApplicationActivationPolicyRegular' undeclared (first use in this function) libvo/cocoa_common.m:146: error: (Each undeclared identifier is reported only once libvo/cocoa_common.m:146: error: for each function it appears in.) libvo/cocoa_common.m:146: warning: no '-setActivationPolicy:' method found libvo/cocoa_common.m:146: warning: (Messages without a matching method signature libvo/cocoa_common.m:146: warning: will be assumed to return 'id' and accept libvo/cocoa_common.m:146: warning: '...' as arguments.) libvo/cocoa_common.m: In function 'vo_cocoa_uninit': libvo/cocoa_common.m:154: error: 'NSApplicationPresentationDefault' undeclared (first use in this function) libvo/cocoa_common.m:154: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m: In function '-[GLMPlayerWindow fullscreen]': libvo/cocoa_common.m:421: error: 'NSApplicationPresentationHideDock' undeclared (first use in this function) libvo/cocoa_common.m:421: error: 'NSApplicationPresentationHideMenuBar' undeclared (first use in this function) libvo/cocoa_common.m:421: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m:424: warning: 'GLMPlayerWindow' may not respond to '-setStyleMask:' libvo/cocoa_common.m:431: error: 'NSApplicationPresentationDefault' undeclared (first use in this function) libvo/cocoa_common.m:431: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m:433: warning: 'GLMPlayerWindow' may not respond to '-setStyleMask:' libvo/cocoa_common.m: In function '-[GLMPlayerWindow applicationWillBecomeActive:]': libvo/cocoa_common.m:577: error: 'NSApplicationPresentationHideDock' undeclared (first use in this function) libvo/cocoa_common.m:578: error: 'NSApplicationPresentationHideMenuBar' undeclared (first use in this function) libvo/cocoa_common.m:578: warning: no '-setPresentationOptions:' method found libvo/cocoa_common.m: In function '-[GLMPlayerWindow applicationWillResignActive:]': libvo/cocoa_common.m:585: error: 'NSApplicationPresentationDefault' undeclared (first use in this function) libvo/cocoa_common.m:585: warning: no '-setPresentationOptions:' method found make: *** [libvo/cocoa_common.o] Error 1 }}} -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' --------------------------------------+------------------------------------- Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: haspatch | Port: mplayer2 --------------------------------------+------------------------------------- Comment(by samuel.bateman@…): It seems like the cocoa_common.m file contains a lot of code which uses AppKit functionality not available in OS X versions < 10.6. For instance, everything related to the "PresentationOptions", which is used to implement fullscreen support. I have never done any Cocoa and/or Objective-C programming before, so I don't know what (if anything) can be done to make this work in 10.5. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:18> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35177: mplayer2 fails to compile: conflicting types for 'Cursor' ---------------------------------------+------------------------------------ Reporter: samuel.bateman@… | Owner: cal@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: fixed | Keywords: haspatch Port: mplayer2 | ---------------------------------------+------------------------------------ Changes (by cal@…): * status: new => closed * resolution: => fixed Comment: It doesn't seem there's anything I can do here to make mplayer2 work on 10.5. Try reporting upstream or adapting the Portfile to disable the offending parts (probably --disable-cocoa). If you can come up with a patch to fix the build on 10.5 I'll be happy to apply it. -- Ticket URL: <https://trac.macports.org/ticket/35177#comment:19> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts