HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of media-libs/sdl-image


Ignore:
Timestamp:
07/01/08 16:50:16 (7 years ago)
Author:
scottmc
Comment:

Updated Haiku build notes

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/sdl-image

    v1 v2  
    1313Dependencies: libpng, jpeg, tiff 
    1414 
     15Copy in Haiku config.guess/.sub files.  Then run: 
     16 * aclocal 
     17 * libtoolize --force 
     18 * autoreconf 
     19 * ./configure  can't find jpeg or tiff libraries even though they are included with Haiku 
    1520{{{ 
    16 Builds ok on Haiku, just need to modify configure.guess to use BeOS settings.  Got ./configure WARNINGS on missing jpeg and tiff libs, but I didn't have those installed yet. 
     21checking if gcc static flag -static works... yes 
     22checking if gcc supports -c -o file.o... yes 
     23checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     24checking whether -lc should be explicitly linked in... yes 
     25checking dynamic linker characteristics... no 
     26checking how to hardcode library paths into programs... immediate 
     27checking whether stripping libraries is possible... yes 
     28checking if libtool supports shared libraries... no 
     29checking whether to build shared libraries... no 
     30checking whether to build static libraries... yes 
     31configure: creating libtool 
     32appending configuration tag "CXX" to libtool 
     33checking for ld used by g++... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     34checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNUld... yes 
     35checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... no 
     36checking for g++ option to produce PIC... -fPIC 
     37checking if g++ PIC flag -fPIC works... yes 
     38checking if g++ static flag -static works... yes 
     39checking if g++ supports -c -o file.o... yes 
     40checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... no 
     41checking dynamic linker characteristics... no 
     42checking how to hardcode library paths into programs... immediate 
     43appending configuration tag "F77" to libtool 
     44checking for gcc... (cached) gcc 
     45checking whether we are using the GNU C compiler... (cached) yes 
     46checking whether gcc accepts -g... (cached) yes 
     47checking for gcc option to accept ISO C89... (cached) none needed 
     48checking dependency style of gcc... (cached) gcc 
     49checking for inline... inline 
     50checking for a BSD-compatible install... /bin/install -c 
     51checking whether make sets $(MAKE)... (cached) yes 
     52checking for windres... no 
     53checking for haiku-windres... no 
     54checking for sdl-config... /boot/common/bin/sdl-config 
     55checking for SDL - version >= 1.2.10... yes 
     56checking jpeglib.h usability... no 
     57checking jpeglib.h presence... no 
     58checking for jpeglib.h... no 
     59checking for jpeg_CreateDecompress in -ljpeg... yes 
     60configure: WARNING: *** Unable to find JPEG library (http://www.ijg.org/) 
     61configure: WARNING: JPG image loading disabled 
     62checking png.h usability... yes 
     63checking png.h presence... yes 
     64checking for png.h... yes 
     65checking for png_create_read_struct in -lpng... yes 
     66checking tiffio.h usability... no 
     67checking tiffio.h presence... no 
     68checking for tiffio.h... no 
     69checking for TIFFClientOpen in -ltiff... no 
     70configure: WARNING: *** Unable to find Tiff library (http://www.remotesensing.org/libtiff/) 
     71configure: WARNING: TIF image loading disabled 
     72configure: creating ./config.status 
     73config.status: creating Makefile 
     74config.status: creating SDL_image.spec 
     75config.status: creating SDL_image.qpg 
     76config.status: executing depfiles commands 
     77/boot/test/SDL_image-1.2.6>            
    1778}}} 
     79 
     80I have been able to get this to build the .so file, but need to retrace my steps to figure out exactly what I did to make that happen and then create a patch for it. 
     81 
     82 
     83 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/