Hi,

        I need some help understanding a problem when re-compiling the deb
sources from ppa.

I downloaded
darktable_1.4.1+55~g904759d.orig.tar.gz
and
darktable_1.4.1+55~g904759d-0pmjdebruijn1~saucy.debian.tar.gz from the ppa.

When creating the package via 'dpkg-buildpackage -rfakeroot', the
process finishes and the program seems to run without problems. When I
manually compile the same sources, like so:

mkdir build
cd build
cmake -DBUILD_CMSTEST=1 -DCMAKE_BUILD_TYPE=Release
-DBINARY_PACKAGE_BUILD=1 ..    (that's what's in debian/rules)
make -j8

I would expect the same binaries to be created. However, when running
the manually compiled darktable, I do not get an image preview when
opening an image, only a big darktable icon.

The 'configure' output in both cases is identical. 'ldd' against the
package-build and manual build darktable executable lists the same
libraries. However, libdarktable.so is ~5x bigger when compiling
manually than the lib that comes out of the package.

I also tried running the build.sh script, and it behaves the same as the
manual compile - no image preview (for RAW or jpeg) when inside the
import dialog. I also tried different versions from git, no luck getting
the preview working when compiling manually.

Could anyone help me try to understand why there should be a difference
in the outcome of the two procedures, and what could go wrong on the
manual compile attempt that brakes the image preview?


Thanks a bunch,

- B



------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to