[MacPorts] #17631: openmotif 2.3.1 does not build

MacPorts noreply at macports.org
Sun Dec 28 15:27:05 PST 2008


#17631: openmotif 2.3.1 does not build
--------------------------------+-------------------------------------------
 Reporter:  fk.fuchs@…          |       Owner:  jeremyhu@…           
     Type:  defect              |      Status:  assigned             
 Priority:  Normal              |   Milestone:  Port Bugs            
Component:  ports               |     Version:  1.6.0                
 Keywords:  build error         |        Port:  openmotif            
--------------------------------+-------------------------------------------

Comment(by jeremyhu@…):

 Ah... I think the problem is xmkmf / imake ... if you notice the two
 compile lines below, yours has an extra '-I/usr/X11/include' before your
 '-I/opt/local/include' ... I think this is coming from xmkmf/imake  ... Do
 you have the imake port installed?  Do you have /usr/X11/bin/xmkmf?  Can
 you try removing those and see if that fixes the problem?  AC_X_PATH is
 nasty and needs to die!

 {{{
 you / fails:
 /bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0
 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
 -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\"
 -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\"
 -I/usr/X11/include  -I/opt/local/include -I/usr/X11/include  -O2 -Wall -g
 -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT List.lo
 -MD -MP -MF .deps/List.Tpo -c -o List.lo List.c

 me / works:
 /bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0
 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./..
 -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\"
 -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\"
 -I/opt/local/include  -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-
 comment -fno-tree-ter -I/opt/local/include -I/opt/local/include/freetype2
 -I/usr/X11/include     -MT List.lo -MD -MP -MF .deps/List.Tpo -c -o
 List.lo List.c
 }}}

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


More information about the macports-tickets mailing list