No such problems here. After updating Ubuntu to 13.04 I just had to reinstall some of the dev packages and made a new checkout. It's building. There are still some java-errors like before. Do I really need this Oracle packages?
Am 29.04.2013, 06:46 Uhr, schrieb Josh Emmons <[email protected]>: > I can confirm the same error while building on Arch linux, and the > openexr > package was just upgraded a few days ago - likely the cause of the > problem(???). Not sure how to solve this issue. > > --josh > > > On Sun, Apr 28, 2013 at 5:01 AM, Tobias Ellinghaus <[email protected]> wrote: > >> Am Sonntag, 28. April 2013, 13:26:56 schrub Darrell Eifert: >> > Thanks to James and Wolfgang for the information about OpenEXR and >> cmake >> / >> > scan. My compile was indeed missing the .so files from the OpenEXR >> dev >> > package (libopenexr-dev 1.6.1-7 in Raring) which I had installed under >> > Quantal. Apparently Raring moved the files from /usr/lib to >> > /usr/lib/x86_64-linux-gnu. Copying the files back to /usr/lib and >> > running the (sudo) rm -rm build command allowed the compile to proceed >> > smoothly. >> >> Copying files around in your system is almost always a very bad idea. I >> would >> advise to undo that, rm -rf build/ and start over. Cmake should be able >> to >> find >> the libraries in their new location, too. If it doesn't work that is >> either a >> bug in our cmake code or in your distribution (I wouldn't be surprised >> if >> it >> was us, we probably have to add that path to >> cmake/modules/FindOpenEXR.cmake). >> >> Tobias >> >> [...] >> >> >> ------------------------------------------------------------------------------ >> Try New Relic Now & We'll Send You this Cool Shirt >> New Relic is the only SaaS-based application performance monitoring >> service >> that delivers powerful full stack analytics. Optimize and monitor your >> browser, app, & servers with just a few lines of code. Try New Relic >> and get this awesome Nerd Life shirt! >> http://p.sf.net/sfu/newrelic_d2d_apr >> _______________________________________________ >> darktable-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/darktable-devel >> ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
