[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openexr-devel] PyIlmBase: v2.1.0 not build
From: |
Rusmir Dusko |
Subject: |
Re: [Openexr-devel] PyIlmBase: v2.1.0 not build |
Date: |
Mon, 24 Feb 2014 03:51:50 +0100 |
User-agent: |
Mutt/1.5.22 (2013-10-16) |
> Hey - I will take a closer look, but a cursory glance does not show the
> location of where this lib might be installed. The only places I can see
> are /usr/lib and /usr/local/lib. Is the PyImath library installed there?
In FreeBSD install all libraries in
/usr/local/lib
For FreeBSD is important that all Ports use Stage, please take look at
https://wiki.freebsd.org/ports/StageDir
PyImath library isn't installed there i see it only in
/usr/local/ports/local/In-Review/graphics/pyilmbase/work/pyilmbase-2.1.0/PyImath/libPyImath.la
Normal is that first install in
/usr/local/ports/local/In-Review/graphics/pyilmbase/work/stage//usr/local/lib
and later in
/usr/local/lib
In .libs I see
libPyImath.a
libPyImath.lai
libPyImath.so
libPyImath.so.2
ls -l libPyImath.la
libPyImath.la -> ../libPyImath.la
ls -l libPyImath.so
libPyImath.so -> libPyImath.so.2
> Thanks
> Piotr
> On 23 February 2014 18:23, Rusmir Dusko <address@hidden> wrote:
> > Hello now PyIlmBase good find boost-python-libs.
> >
> > Here are installed
> >
> > boost-all-1.55.0 The "meta-port" for boost libraries
> > boost-docs-1.55.0 Documentation for libraries from boost.org
> > boost-jam-1.55.0 Build tool from the boost.org
> > boost-libs-1.55.0 Free portable C++ libraries (without
> > Boost.Python)
> > boost-python-libs-1.55.0 Framework for interfacing Python and C++
> > ilmbase-2.1.0 ILM Base libraries a.k.a. Half, IlmThread,
> > Imath, and Iex
> > OpenEXR-2.1.0_1 High dynamic-range (HDR) image file format
> >
> > Have used in Makefile
> >
> > CPPFLAGS+= -I${LOCALBASE}/include
> > LDFLAGS+= -L${LOCALBASE}/lib
> >
> >
> > But now get these failures
> >
> > /usr/bin/ld: cannot find -lPyImath
> > c++: error: linker command failed with exit code 1 (use -v to see
> > invocation)
> >
> >
> > Please look enclosed
> >
> > PyIlmBase-build.log.tar.gz
> >
> > and
> >
> > https://redports.org/buildarchive/20140223104500-4039/
> >
> >
> > Please correct these issue.
--
Best regards,
Rusmir Dusko
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Openexr-devel] PyIlmBase: v2.1.0 not build,
Rusmir Dusko <=