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/libgpg-error/1.6/1


Ignore:
Timestamp:
12/30/08 21:24:54 (7 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libgpg-error/1.6/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 * ./autogen.sh 
     5 * ./configure --prefix=/boot/common 
     6 * make 
     7 
     8 make fails: 
     9 
     10{{{ 
     11In file included from /boot/home/libgpg-error-1.6/src/code-from-errno.c:32: 
     12/boot/home/libgpg-error-1.6/src/code-from-errno.h:22: parse error before `-' 
     13/boot/home/libgpg-error-1.6/src/code-from-errno.h:22: warning: decimal constant is so large that it is unsigned 
     14/boot/home/libgpg-error-1.6/src/code-from-errno.h:109: warning: This file contains more `}'s than `{'s. 
     15/boot/home/libgpg-error-1.6/src/code-from-errno.c: In function `gpg_err_code_from_errno': 
     16/boot/home/libgpg-error-1.6/src/code-from-errno.c:68: parse error before `)' 
     17/boot/home/libgpg-error-1.6/src/code-from-errno.c:68: parse error before `)' 
     18/boot/home/libgpg-error-1.6/src/code-from-errno.c:68: parse error before `)' 
     19/boot/home/libgpg-error-1.6/src/code-from-errno.c:79: `err_code_from_index' undeclared (first use in this function) 
     20/boot/home/libgpg-error-1.6/src/code-from-errno.c:79: (Each undeclared identifier is reported only once 
     21/boot/home/libgpg-error-1.6/src/code-from-errno.c:79: for each function it appears in.) 
     22/boot/home/libgpg-error-1.6/src/code-from-errno.c: In function `gpg_err_code_from_syserror': 
     23/boot/home/libgpg-error-1.6/src/code-from-errno.c:95: parse error before `)' 
     24/boot/home/libgpg-error-1.6/src/code-from-errno.c:95: parse error before `)' 
     25/boot/home/libgpg-error-1.6/src/code-from-errno.c:95: parse error before `)' 
     26/boot/home/libgpg-error-1.6/src/code-from-errno.c:106: `err_code_from_index' undeclared (first use in this function) 
     27make[3]: *** [libgpg_error_la-code-from-errno.lo] Error 1 
     28make[3]: Leaving directory `/boot/home/libgpg-error-1.6/src' 
     29make[2]: *** [all] Error 2 
     30make[2]: Leaving directory `/boot/home/libgpg-error-1.6/src' 
     31make[1]: *** [all-recursive] Error 1 
     32make[1]: Leaving directory `/boot/home/libgpg-error-1.6' 
     33make: *** [all] Error 2 
     34~/libgpg-error-1.6>  
     35}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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