[MacPorts] #22858: ProjectManager build error

MacPorts noreply at macports.org
Sat Dec 12 18:32:25 PST 2009


#22858: ProjectManager build error
--------------------------------+-------------------------------------------
 Reporter:  trog24@…            |       Owner:  macports-tickets@…                   
     Type:  defect              |      Status:  new                                  
 Priority:  Normal              |   Milestone:                                       
Component:  ports               |     Version:  1.8.1                                
 Keywords:                      |        Port:  ProjectManager                       
--------------------------------+-------------------------------------------

Comment(by trog24@…):

 For those interested, the following changes resulted in a successful
 install:

 {{{
 Modules: EditorRulerView.m, SourceEditorDocument.m, and MakeBuilder.m
 Added:  #import <AppKit/NSAttributedString.h>
 }}}

 {{{
 Modules:  NSSetAdditions.m, ProjectModuleLoader.m,
 ProjectTypeDescription.m, ProjectTypeLoader.m, and RelativePathUtilities.m
 Added: #import <Foundation/NSEnumerator.h>
 }}}

 {{{
 Module:  ProjectDocument.m
 Added:  #import <Foundation/NSCharacterSet.h>
         #import <Foundation/NSNotification.h>
 }}}

 {{{
 Modules: ProjectWindowController.m and MakeBuilder.m
 Commented out:  #import <AppKit/NSWindow+Toolbar.h>
 }}}

 {{{
 Module:  ProjectCreater.m
 Added:  #import <Foundation/NSPathUtilities.h>
 }}}

 There were two warnings related to building left, namely:

 {{{
 ProjectWindowController.m: In function '-[ProjectWindowController
 toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:]':
 ProjectWindowController.m:295: warning: class 'NSPopUpButton' does not
 implement the 'NSMenuView' protocol

 FileManager.m: In function '-[FileManager importFiles:]':
 FileManager.m:2328: warning: class 'NSButton' does not implement the
 'NSMenuView' protocol
 }}}

 and 1 warning related to installation, namely:

 {{{
 Warning: violation by /opt/local/GNUstep
 Warning: ProjectManager violates the layout of the ports-filesystems!
 Warning: Please fix or indicate this misbehavior (if it is intended), it
 will be an error in future releases!
 }}}

 I do not know if the program works, only that it installs.

-- 
Ticket URL: <http://trac.macports.org/ticket/22858#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list