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 dev-libs/atk/1.25.2/1


Ignore:
Timestamp:
12/18/08 23:05:54 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/atk/1.25.2/1

    v1 v2  
     1 * cp /boot/common/share/libtool/config.guess . 
     2 * cp /boot/common/share/libtool/config.sub . 
     3 * libtoolize --force --copy 
     4 * aclocal 
     5 * add `AC_CONFIG_MACRO_DIR([m4])' to configure.in  
     6   --This must be insterted after any lines containing *_INIT* 
     7 * add ACLOCAL_AMFLAGS = -I m4 in Makefile.am.  
     8 * automake 
     9 * autoconf  
     10 * Remove the following line from configure: GTK_DOC_CHECK(1.8)  
     11 * ./configure --prefix=/boot/common 
    112  
     13 * make, make fails, then you have to remove something from a makefile referring to gtk_doc, rerun make, and it then needs to have GTK_DOC_CHECK remove from configure again, then run make again and this time it works... go figure. 
     14 
     15 * make install 
     16 
     17builds a shared lib, but not a static one... 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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