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/paragui/1.1.8/1


Ignore:
Timestamp:
12/24/08 00:11:36 (7 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/paragui/1.1.8/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 * fix configure.ac and rerun libtoolize if needed 
     5 * aclocal -I m4 
     6 * autoconf 
     7 * automake 
     8 * delete physfs folder in the src folder, and install pre-built physfs binary 
     9 * ./configure --prefix=/boot/common 
     10 * make 
     11 
     12{{{  
     13 Make gives some errors, remove lines from Makefile.am that are causing the make failures and rerun automake and then make. 
     14If you get a error for not able to find -lstd++ then create a symlink /boot/common/lib/std++.so to std++.r4.so 
     15}}} 
     16 
     17TODO: Need to step through this one again to get the exact process, and possible patches. 
     18 
     19{{{ 
     20Test programs in the test folder are all failing for "Unable to initialize PhysicsFS !" so need to figure out why that's not working. 
     21}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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