Git Product home page Git Product logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Libjpeg is not yet included in the linux build. Your system must have a 
different version of libjpeg installed, so we'll need to fix and include the 
libjpeg (which is distributed with libmv) in the makefile.

Original comment by [email protected] on 29 Jun 2010 at 2:32

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Test run fines before the recent change in the CMakeLists.

Original comment by [email protected] on 29 Jun 2010 at 2:47

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
http://code.google.com/p/libmv/source/diff?spec=svn888&r=888&format=side&path=/t
runk/src/third_party/CMakeLists.txt

Original comment by [email protected] on 29 Jun 2010 at 2:50

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Basically added libpng and zlib to the unix configuration... Don't know if 
there's somehow a dependency on a specific version libjpeg in there? If you 
haven't fixed it by then I'll also try running the tests on my system tonight.

Original comment by [email protected] on 29 Jun 2010 at 2:54

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Perhaps the problem is image_io referring to libjpeg being compiled, but 
actually linking against the library installed on the system...

Original comment by [email protected] on 29 Jun 2010 at 2:59

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
If I comment jpeg-7 on the CMakeLists of thirdParty all the image_io test run 
fines. It uses my local jpeg lib.

I have tried to add the jpeg-7 path in the general CMakeLists but it gives me 
compilation error, because I think the linux header for JPEG lib is not present 
in our jpeg-7 version.

Original comment by [email protected] on 29 Jun 2010 at 3:02

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Current fix for the problem could be :
12  IF(WIN32 OR APPLE OR UNIX)
13        #ADD_SUBDIRECTORY(jpeg-7)
14    ADD_SUBDIRECTORY(zlib)
15    ADD_SUBDIRECTORY(png)
16  ENDIF(WIN32 OR APPLE OR UNIX)
    IF(WIN32 OR APPLE)
      ADD_SUBDIRECTORY(jpeg-7)
    ENDIF(WIN32 OR APPLE)

Original comment by [email protected] on 29 Jun 2010 at 3:05

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Yes that sounds about right to me. It should solve the problem until libjpeg 
can be properly included in the build.

Original comment by [email protected] on 29 Jun 2010 at 3:08

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
We will wait the test on your machine before any commit. If the test failed 
also on your machine, so we will commit the fix (only add_subdirectory jpeg-7 
on win32 and apple).

Original comment by [email protected] on 29 Jun 2010 at 3:13

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Same test fails on my machine. Makes sense since ubuntu has jpeg version 6.2. 
In future I'll try and remember to run the test suite first, thanks!

Original comment by [email protected] on 29 Jun 2010 at 6:08

from libmv.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 15, 2024
Fixed.
See commit : http://code.google.com/p/libmv/source/detail?r=898

Original comment by [email protected] on 3 Jul 2010 at 8:52

  • Changed state: Fixed

from libmv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.