[MacPorts] #22180: tk 8.5.7 does not build

MacPorts noreply at macports.org
Sat Jan 30 18:18:46 PST 2010


#22180: tk 8.5.7 does not build
--------------------------------+-------------------------------------------
 Reporter:  roumbaba@…          |       Owner:  mww@…           
     Type:  defect              |      Status:  new             
 Priority:  Normal              |   Milestone:                  
Component:  ports               |     Version:  1.8.1           
 Keywords:                      |        Port:  tk              
--------------------------------+-------------------------------------------

Comment(by tim@…):

 you probably either don't have the x11 sdk installed, or tk's configure
 script didn't find it.  in my case, it didn't find it.  I modified the
 portfile to add the x11 include path to the configure options, and the
 problem went away.  you can find the portfile using the command "port file
 tk".  find the configure.cppflags line and add your x11 sdk include path
 to it, e.g.,

 configure.cppflags  -I${workpath}/tcl${version}/generic
 -I/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include

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


More information about the macports-tickets mailing list