[MacPorts] #13576: camlimages fails to compile

MacPorts trac at macosforge.org
Thu Dec 13 07:12:37 PST 2007


#13576: camlimages fails to compile
-----------------------------------+----------------------------------------
  Reporter:  henrik at pilegaard.org  |       Owner:  macports-dev at lists.macosforge.org
      Type:  defect                |      Status:  new                              
  Priority:  Normal                |   Milestone:                                   
 Component:  ports                 |     Version:  1.5.2                            
Resolution:                        |    Keywords:                                   
-----------------------------------+----------------------------------------
Comment (by henrik at pilegaard.org):

 I had similar problem when using Tiger. Here I was able to cure my problem
 by making the following change in the portfile:[[BR]]


 Replace the lines[[BR]]


 configure.cflags-append "-L${prefix}/lib"[[BR]]


 configure.env DPORT_CAMLDIR="${prefix}/lib/ocaml"[[BR]]


 by[[BR]]


 configure.env LDFLAGS="-L${prefix}/lib" CFLAGS="-I${prefix}/include
 -L${prefix}/lib" DPORT_CAMLDIR="${prefix}/lib/ocaml"

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13576#comment:1>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list