Code Monkey home page Code Monkey logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Interesting. I had no problem compiling it using sid. I managed somehow to 
build liblept without any copy (just go into src, and run make. DO NOT USE 
./configure).

Anyway strange error.

Original comment by [email protected] on 2 Oct 2010 at 3:37

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Yes, I experienced this compiling it on AmigaOS 4.1 too. The solution for me 
was to add webpio.c and webpiostub.c to the Makefile in src/, as well as 
setting #define HAVE_LIBWEBP 1 in config_auto.h

After rebuilding the library, and manually moving it to the "nodebug" folder, 
the problem was solved.

Original comment by [email protected] on 3 Oct 2010 at 3:54

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
I have exactly the same problem under OpenSuse 11.2

Original comment by [email protected] on 7 Oct 2010 at 2:37

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024

Original comment by [email protected] on 31 Oct 2010 at 2:42

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024

Original comment by [email protected] on 23 Nov 2010 at 10:38

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Can you give a try with the latest version 0.0.4

Original comment by [email protected] on 23 Nov 2010 at 12:40

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Can you try following steps with version 0.0.4 source tar:

untar  0.0.4 source files

1.) cd webp/leptonlib-1.066;

2.) ./configure && make clean && make && sudo make install;

3.) ls -al /usr/local/include/liblept/leptprotos.h; // Verify the date-time 
stamp of this header include file.

4.) ls -alt /usr/local/lib/liblept.a;  // Verify the date-time stamp of newly 
created liblept.a

5.) grep pixWriteWebPwithTargetPSNR /usr/local/include/liblept/leptprotos.h; // 
Verify that this patched leptonica source code (header) have the necessary 
functions required for webpconv.

6.) strings /usr/local/lib/liblept.a | grep pixWriteWebPwithTargetPSNR; // 
Verify that this patched version of liblept.a have the necessary functions 
required for webpconv

7.) cd ../libwebp;

8.) ./configure && make clean && make && sudo make install;

Verify that following command was used to link 'webpconv' binary:
g++ -Werror -Wall -O2 -g -O2 -L/usr/X11R6/lib -L/usr/local/lib  -o webpconv 
webpimg.o webpconv.o -llept -ljpeg -lpng -lz -lm -lvpx -lpthread -lvpx




Original comment by [email protected] on 29 Nov 2010 at 10:53

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024

Original comment by [email protected] on 29 Nov 2010 at 10:55

  • Changed state: Started

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Try with the latest version.
Closing this. Will reopen once get any update from requester.

Original comment by [email protected] on 2 Dec 2010 at 9:16

  • Changed state: Done

from webp.

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.