#1550: OpenEXR -----------------------------------------+---------------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: enhancement | Status: new Priority: normal | Milestone: future Component: BOOK | Version: SVN Severity: minor | Resolution: Keywords: | -----------------------------------------+---------------------------------- Comment (by Luca):
There's a 1.5.0 development release but I never tested. Anyway the "problem" was solved with a sed, the solution already done on CBLFS (http://cblfs.cross-lfs.org/index.php/OpenEXR) is adding prior to configure: {{{ sed -i "s:-lGL:-L${XORG_PREFIX}/lib &:" configure }}} and then the build commands: {{{ ./configure --prefix=/usr make make check make install }}} To build the examples (disable by default) there is the switch {{{ --enable-imfexamples }}} For installed FLKT and Cg it's possible to pass the switches: {{{ --with-fltk-config=PATH --with-cg-prefix=PFX }}} To choose which OpenGL headers to use there's the switch: {{{ --with-gl-includes=PFX }}} Programs installed: exrdisplay, exrenvmap, exrheader, exrmakepreview, exrmaketiled, exrstdattr. Libraries installed: libHalf.{a,so}, liblex.{a,so}, libilmlmf.{a,so}, libilmThread.{a,so}, liblmath,{a,so}. Installed directories: /usr/include/OpenEXR, /usr/share/doc/OpenEXR-1.4.0. -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/1550#comment:4> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
