Changes between Version 1 and Version 2 of Ticket #43412, comment 5


Ignore:
Timestamp:
May 5, 2014, 5:49:25 PM (10 years ago)
Author:
posita (Matt Bogosian)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43412, comment 5

    v1 v2  
    66* I moved your patch's {{{patch-support-erlang-R17.diff}}} file into the {{{files}}} subdirectory of {{{.../ports/databases/couchdb}}} before doing a {{{port build couchdb}}}.
    77
    8 I can't quite figure this out, because I'm pretty sure everything appears to be where configure should be able to find it:
     8I can't quite figure this out, because I'm pretty sure everything appears to be where {{{configure}}} should be able to find it:
    99
    1010{{{
     
    2929-rw-r-----  1 [[USER]]  [[USER]]  13549 Apr  7 11:31 ic.h
    3030}}}
     31
     32What I don't understand is this (from {{{config.log}}}):
     33
     34{{{
     35configure:18661: result: no
     36configure:18661: checking erl_driver.h presence
     37configure:18661: /usr/bin/clang++ -E -I${exec_prefix}/lib/erlang/usr/include -I/usr/lib/erlang/usr/include -I/usr/local/lib/erlang/usr/include -I/opt/local/lib/erlang/usr/include -I/[[PREFIX]]/include -I/opt/local/include -I/usr/local/include -I/usr/include  conftest.cpp
     38conftest.cpp:40:10: fatal error: 'erl_driver.h' file not found
     39#include <erl_driver.h>
     40         ^
     411 error generated.
     42}}}
     43
     44Is {{{configure}}} not substituting the appropriate value for {{{${exec_prefix}}}}, or am I just unfamiliar with reading {{{configure}}} logs?