Am Mittwoch, 1. Mai 2013, 22:28:44 schrub Wayne Vosberg: > Yesterday I did an online update from Ubuntu 12.10 to 13.04. Everything > appeared to go smoothly. > > Afterwards, when I went to rebuild Darktable (from git), it failed looking > for /usr/lib/libIlmImf.so. I found > the lib was there, just not linked properly into /usr/lib. I fixed that > one and then hit a couple more similar > issues before the build completed successfully. > > I believe I saw that some people have already built on 13.04 without issues > -- but not sure if was a 13.04 > upgrade or scratch install tho ... > > So the question is, is this just something that went wrong during my > upgrade or has anyone else seen > the same problem? > > Note -- here is what I had to do to get Darktable to build: > > $ sudo ln -s /usr/lib/x86_64-linux-gnu/libIlmImf.so.6.0.0 > /usr/lib/libIlmImf.so > $ sudo ln -s /usr/lib/x86_64-linux-gnu/libImath.so.6.0.0 > /usr/lib/libImath.so > $ sudo ln -s /usr/lib/x86_64-linux-gnu/libIex.so.6.0.0 /usr/lib/libIex.so > $ sudo ln -s /usr/lib/x86_64-linux-gnu/libIlmThread.so.6.0.0 > /usr/lib/libIlmThread.so > $ sudo ln -s /usr/include/lensfun/lensfun.h /usr/include/lensfun.h
As I already wrote a few days ago: please don't copy/link files around in your system. Have you cleaned build/ before trying to compile? In general that is not needed, however, when the underlying system changes, cmake has to pick up the new paths and locations. So, please rm -rf build/ and try again. Should that still fail we need to see the output of cmake and/or make. Tobias
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
