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 net-www/gnash/0.8.4/1


Ignore:
Timestamp:
12/31/08 19:17:50 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • net-www/gnash/0.8.4/1

    v1 v2  
    1   
     1 * cp /boot/common/share/libtool/config/config.guess . 
     2 * cp /boot/common/share/libtool/config/config.sub . 
     3 * libtoolize --force --copy 
     4 * aclocal 
     5 * automake --add-missing 
     6 * autoconf 
     7 * ./configure --prefix=/boot/common --enable-gui=sdl 
     8 
     9Errors out due to missing dependencies: 
     10 
     11{{{ 
     12config.status: linking testsuite/libbase/gnashrc-local.in to testsuite/libbase/gnashrc-local 
     13config.status: executing depfiles commands 
     14config.status: executing default-1 commands 
     15config.status: executing libtool commands 
     16 
     17Configurable options are: 
     18        Intel 810 LOD bias hack disabled (default). Use --enable-i810-lod-bias to enable. 
     19        MIT-SHM X extension support disabled (default). Use --enable-mit-shm to enable. 
     20        POSIX Threads support enabled (default) 
     21        DMalloc support disabled (default). Use --enable-dmalloc to enable. 
     22        NPAPI plugin disabled. 
     23        KPARTS plugin disabled. 
     24        GNOME help disabled (default). Use --enable-ghelp to enable. 
     25        Building Cygnal media server disabled. 
     26        Building the Flash debugger is disabled. 
     27        Top level for cross compiling support files is:  
     28        Enabling security features:  localconnection 
     29        GUI toolkits supported: sdl 
     30        Renderers supported: agg 
     31        Media handler: gst 
     32        Using SDL for sound handling 
     33        Using sysv mode for shared memory 
     34 
     35Configured paths for i586-pc-haiku are: 
     36        DocBook document processing disabled (default) 
     37        XML flags are: -I/boot/common/include/libxml2 
     38        XML libs are: -L/boot/common/lib -lxml2 -lz -lm 
     39        JPEG flags are: default include path 
     40        JPEG libs are: -ljpeg -lz   
     41        GIF flags are: default include path 
     42        GIF libs are: -lgif -ljpeg -lz   
     43        PNG flags are: -I/boot/common/include/libpng12   
     44        PNG libs are: -lpng12   
     45        SDL flags are: -I/boot/common/include/SDL -D_GNU_SOURCE=1 
     46        SDL libs are: -L/boot/common/lib -lSDL 
     47        POSIX Threads flags are: -Kthread 
     48        CURL flags are: -I/boot/common/include 
     49        CURL libs are: -L/boot/common/lib -lcurl 
     50        AGG Pixel format is: all 
     51        PYTHON is /boot/common/bin/python 
     52        Z flags are: default include path 
     53        Z libs are: -lz   
     54        FreeType flags are: -I/boot/common/include/freetype2 -I/boot/common/include   
     55        FreeType libs are: -L/boot/common/lib -lfreetype -lz   
     56        Fontconfig flags are: -I/boot/common/include   
     57        Fontconfig libs are: -lfontconfig   
     58 
     59        WARNING: without --enable-docbook we will use the cached 
     60                 documentation files included in the gnash distribution. 
     61                 If you change files in doc/C, you should --enable-docbook. 
     62        WARNING: You need to have the Ming development package 
     63                 installed to run most of the tests in Gnash testsuite. 
     64                 Install it from http://www.libming.org/ 
     65                 or .deb users: apt-get install libming-dev 
     66        WARNING: You need to have the Ming utilities package 
     67                 installed to run most of the tests in Gnash testsuite. 
     68                 Install it from http://www.libming.org 
     69                 or .deb users: apt-get install libming-util 
     70        WARNING: You need to have the MTASC compiler packages installed 
     71                 to run some of the tests in Gnash testsuite. 
     72                 You can install it from http://mtasc.org 
     73                 or .deb users: apt-get install mtasc 
     74        WARNING: You need to have the HAXE compiler packages installed 
     75                 to run some of the tests in Gnash testsuite. 
     76                 You can install it from http://haxe.org 
     77                 or .deb users: apt-get install haxe (version 2 or later required) 
     78        WARNING: You need to have the 'swfmill' tool installed 
     79                 to run some of the tests in Gnash testsuite. 
     80                 You can install it from http://swfmill.org/ 
     81                 or .deb users: apt-get install swfmill 
     82        WARNING: You need to have 'swfc' from SWFTools installed 
     83                 to run some of the tests in Gnash testsuite. 
     84                 You can install it from http://www.swftools.org/ 
     85                 or .deb users: apt-get install swftools 
     86        WARNING: You need the dejagnu package installed to get a summary 
     87                 report after running ''make check'' 
     88                 Install it from http://www.gnu.org/software/dejagnu/ 
     89                 or .deb users: apt-get install dejagnu 
     90 
     91Gnash should still compile even with these warnings.  If it doesn't, 
     92report the warnings as a bug. 
     93 
     94        ERROR: GST media handling requested but gstreamer-0.10+ not found 
     95               Install it from http://www.gstreamer.net 
     96               or .deb users: apt-get install libgstreamer0.10-dev 
     97               or .rpm users: yum install gstreamer-devel 
     98               or             yast install gstreamer010-devel 
     99ERROR: No pthread development package installed! 
     100        ERROR: No AGG development package installed! 
     101               Install it from http://www.antigrain.com 
     102               or .deb users: apt-get install libagg-dev 
     103               or .rpm users: yum install agg-devel 
     104        ERROR: No BOOST development package installed! 
     105               Install it from http://www.boost.org 
     106               or .deb users: apt-get install libboost-dev libboost-thread-dev 
     107               or .rpm users: yum install boost-devel 
     108configure: error: Please install required packages 
     109~/gnash-0.8.4>  
     110 
     111}}} 
     112 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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