[MacPorts] #46933: stimfit @0.14.1: update 0.14.2
MacPorts
noreply at macports.org
Wed Mar 4 01:54:06 PST 2015
#46933: stimfit @0.14.1: update 0.14.2
-------------------------+---------------------------------
Reporter: christsc@… | Owner: macports-tickets@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: haspatch maintainer
Port: stimfit |
-------------------------+---------------------------------
Comment (by mojca@…):
For some reason the compilation fails for me:
{{{
CXX libstimfit_la-app.lo
In file included from ./gui/app.cpp:51:
./gui/./app.h:207:10: fatal error: 'wx/wxPython/wxPython.h' file not found
#include <wx/wxPython/wxPython.h>
^
1 error generated.
make[3]: *** [libstimfit_la-app.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
}}}
I wanted to diagnose the problem, but when I `cd` inside and run `sudo
make V=1`, it fails with another error:
{{{
> sudo make V=1
make all-recursive
Making all in src
Making all in libstfio
make[3]: Nothing to be done for `all'.
Making all in libstfnum
make[3]: Nothing to be done for `all'.
Making all in stimfit
/bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/clang++
-DHAVE_CONFIG_H -I. -I../..
-I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-DWITH_PYTHON -DHAVE_LAPACK -DHAVE_LAPACK_SUFFIX -DH5_USE_16_API -O2 -g
-I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxPython/3.0/lib/wx/include
/osx_cocoa-unicode-3.0
-I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxPython/3.0/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__
-D__WXOSX_COCOA__ -pipe -Os -arch x86_64 -stdlib=libstdc++ -fPIC -Wall
-c -o libstimfit_la-app.lo `test -f './gui/app.cpp' || echo
'./'`./gui/app.cpp
libtool: compile: /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../..
-I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-DWITH_PYTHON -DHAVE_LAPACK -DHAVE_LAPACK_SUFFIX -DH5_USE_16_API -O2 -g
-I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxPython/3.0/lib/wx/include
/osx_cocoa-unicode-3.0
-I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxPython/3.0/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__
-D__WXOSX_COCOA__ -pipe -Os -arch x86_64 -stdlib=libstdc++ -fPIC -Wall -c
./gui/app.cpp -fno-common -DPIC -o .libs/libstimfit_la-app.o
In file included from ./gui/app.cpp:51:
In file included from ./gui/./app.h:176:
./gui/./../stf.h:27:10: fatal error: 'boost/function.hpp' file not found
#include <boost/function.hpp>
^
1 error generated.
make[3]: *** [libstimfit_la-app.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
}}}
I'm a bit confused.
--
Ticket URL: <https://trac.macports.org/ticket/46933#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list