Giter Club home page Giter Club logo

minidjvu's Introduction

  • ๐ŸŽ“ Professor, ๐Ÿ–ณ Department of Computer Science, ๐Ÿข Maynooth University, ๐Ÿ€
  • ๐Ÿ’ก Interests: ๐Ÿง  Theoretical Neurobiology, โ…€โ‹†๐Ÿ‹ Neural Networks, ฮป๐› Higher Order Automatic Differentiation, ๐Ÿ„ข๐Ÿ„’๐Ÿ„—๐Ÿ„”๐Ÿ„œ๐Ÿ„”
  • ๐Ÿš decrepit website
  • ๐Ÿ“ซ Bottomless pit of lost email: ๐Ÿ•ณ
  • ๐Ÿ˜ Mastodon
  • ๐Ÿฅ Debian

minidjvu's People

Contributors

barak avatar onovy avatar svpv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

minidjvu's Issues

Enable tiff support

Hi

I have a problem trying to build minidjvu with tiff support

I type:

g++ -DHAVE_TIFF=1 -I. find -name "*.c*" -O2 -ltiff -o bin/minidjvu

but these errors are returned to me:

/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_data_src': (.text+0x189): undefined reference tojpeg_resync_to_restart'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_destroy': (.text+0x683): undefined reference tojpeg_destroy'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_write_scanlines': (.text+0x79a): undefined reference tojpeg_write_scanlines'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_write_raw_data': (.text+0x8ba): undefined reference tojpeg_write_raw_data'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_finish_compress': (.text+0xb23): undefined reference tojpeg_finish_compress'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_set_colorspace': (.text+0xc4d): undefined reference tojpeg_set_colorspace'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_set_quality': (.text+0xc97): undefined reference tojpeg_set_quality'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_start_compress': (.text+0xcdd): undefined reference tojpeg_start_compress'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_create_decompress': (.text+0x10e2): undefined reference tojpeg_std_error'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_create_decompress': (.text+0x112f): undefined reference tojpeg_CreateDecompress'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_abort': (.text+0x1163): undefined reference tojpeg_abort'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_error_exit': (.text+0x11bf): undefined reference tojpeg_abort'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_create_compress': (.text+0x11f2): undefined reference tojpeg_std_error'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_create_compress': (.text+0x123f): undefined reference tojpeg_CreateCompress'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_set_defaults': (.text+0x1383): undefined reference tojpeg_set_defaults'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_suppress_tables': (.text+0x13bd): undefined reference tojpeg_suppress_tables'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_write_tables': (.text+0x1483): undefined reference tojpeg_write_tables'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_read_scanlines': (.text+0x194a): undefined reference tojpeg_read_scanlines'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_finish_decompress': (.text+0x1986): undefined reference tojpeg_finish_decompress'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_read_header': (.text+0x1b90): undefined reference tojpeg_read_header'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_start_decompress': (.text+0x1d13): undefined reference tojpeg_start_decompress'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_jpeg.o): In function TIFFjpeg_read_raw_data': (.text+0x229a): undefined reference tojpeg_read_raw_data'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogVSetField': (.text+0x80f): undefined reference todeflateParams'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogCleanup': (.text+0x9a3): undefined reference toinflateEnd'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogCleanup': (.text+0x9b7): undefined reference todeflateEnd'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogPostEncode': (.text+0xa25): undefined reference todeflate'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogEncode': (.text+0x1222): undefined reference todeflate'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogPreEncode': (.text+0x25cc): undefined reference todeflateReset'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogSetupEncode': (.text+0x26b5): undefined reference todeflateInit_'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogDecode': (.text+0x284b): undefined reference toinflate'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogDecode': (.text+0x28a1): undefined reference toinflateSync'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogPreDecode': (.text+0x3f8c): undefined reference toinflateReset'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_pixarlog.o): In function PixarLogSetupDecode': (.text+0x407e): undefined reference toinflateInit_'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPCleanup': (.text+0x203): undefined reference todeflateEnd'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPCleanup': (.text+0x22c): undefined reference toinflateEnd'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPPostEncode': (.text+0x295): undefined reference todeflate'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPEncode': (.text+0x354): undefined reference todeflate'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPPreEncode': (.text+0x40c): undefined reference todeflateReset'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPSetupEncode': (.text+0x485): undefined reference todeflateInit_'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPDecode': (.text+0x54c): undefined reference toinflate'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPDecode': (.text+0x595): undefined reference toinflateSync'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPPreDecode': (.text+0x67c): undefined reference toinflateReset'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPSetupDecode': (.text+0x6f2): undefined reference toinflateInit_'
/mnt/devx_301.sfs/usr/bin/../lib/gcc/i486-slackware-linux/4.1.2/../../../libtiff.a(tif_zip.o): In function ZIPVSetField': (.text+0x7d3): undefined reference todeflateParams'
collect2: ld returned 1 exit status

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.