Changes between Initial Version and Version 1 of Ticket #40250


Ignore:
Timestamp:
Aug 26, 2013, 4:40:51 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the main.log file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40250

    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Summary changed from octave-devel configure failure to octave-devel configure failure: to build Octave, you must have the PCRE library and header files installed
    • Property Port octave-devel added
  • Ticket #40250 – Description

    initial v1  
    11While updating octave-devel to version 3.6.4_7 +atlas +gcc48 darwin_10, I found a configuration issue:
    22
     3{{{
    34:info:configure checking libqhull/libqhull.h usability... no
    45:info:configure checking libqhull/libqhull.h presence... no
     
    2728:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_math_octave-devel/octave-devel/work/octave-3.6.4" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-umfpack="-lumfpack -lSuiteSparse" --with-blas="-lcblas -lf77blas -latlas" --disable-docs --without-x --without-opengl --with-cholmod="-lcholmod"
    2829:info:configure Exit code: 1
     30}}}
    2931
    3032Looks like some CPPFLAGS are not being set, as both qhull and pcre headers can't be found.