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 4 and Version 5 of net-libs/libyahoo2/0.7.7/1


Ignore:
Timestamp:
03/21/09 06:57:00 (6 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • net-libs/libyahoo2/0.7.7/1

    v4 v5  
    22 
    33For now see : http://dev.osdrawer.net/wiki/imkit/Getting_Dependencies 
     4 
     5 
     6 
     7WIP notes: 
     8 
     9install pkgconfig-0.23+glib-1.2.10 
     10{{{ 
     11echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.in 
     12echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am 
     13wget http://ports.haiku-files.org/export/272/haikuports/trunk/dev-libs/glib/pkgconfig_glib-1.2.10-installable.diff 
     14patch -p0 -i pkgconfig_glib-installable-Naur.diff 
     15cd glib-1.2.10 
     16libtoolize --force --install 
     17aclocal 
     18automake 
     19autoconf 
     20cd .. 
     21libtoolize --force --install 
     22aclocal 
     23automake 
     24autoconf 
     25configure --prefix=/boot/common 
     26}}} 
     27 
     28 
     29Download + build libyaho2 
     30{{{ 
     31svn co https://libyahoo2.svn.sourceforge.net/svnroot/libyahoo2/branches/RELEASE_0_7_7_BRANCH/libyahoo2 
     32cd libyahoo2 
     33sh gen 
     34configure --prefix=/boot/common --with-struct-callbacks LDFLAGS=-lnetwork 
     35make 
     36}}} 
     37NOTE : svn might give an error, something about PROFIND or PROPFIND.   Keep retrying the svn command. eventually it'll succeed. 
     38{{{ 
     39svn: PROPFIND request failed on '/svnroot/libyahoo2/branches/RELEASE_0_7_7_BRANCH/libyahoo2' 
     40svn: PROPFIND of '/svnroot/libyahoo2/branches/RELEASE_0_7_7_BRANCH/libyahoo2': Could not read status line: Secure connection truncated (https://libyahoo2.svn.sourceforge.net) 
     41}}} 
     42 
     43 
     44selected output from libyaooh2's configure: 
     45{{{ 
     46checking for ANSI C header files... (cached) yes 
     47checking errno.h usability... no 
     48checking errno.h presence... yes 
     49configure: WARNING: errno.h: present but cannot be compiled 
     50configure: WARNING: errno.h:     check for missing prerequisite headers? 
     51configure: WARNING: errno.h: see the Autoconf documentation 
     52configure: WARNING: errno.h:     section "Present But Cannot Be Compiled" 
     53configure: WARNING: errno.h: proceeding with the preprocessor's result 
     54configure: WARNING: errno.h: in the future, the compiler will take precedence 
     55configure: WARNING:     ## ---------------------------------------------------- ## 
     56configure: WARNING:     ## Report this to libyahoo2-users@lists.sourceforge.net ## 
     57configure: WARNING:     ## ---------------------------------------------------- ## 
     58checking for errno.h... yes 
     59checking for stdlib.h... (cached) no 
     60.... 
     61checking for pkg-config... no 
     62checking for GLIB - version >= 2.0.0... no 
     63*** A new enough version of pkg-config was not found. 
     64*** See http://www.freedesktop.org/software/pkgconfig/ 
     65checking for glib-config... /boot/common/bin/glib-config 
     66checking for GLIB - version >= 1.2.8... yes 
     67 
     68}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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