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 dev-util/indent


Ignore:
Timestamp:
06/15/08 22:12:17 (7 years ago)
Author:
scottmc
Comment:

updated build notes after haiku ticket 2262 was fixed

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/indent

    v4 v5  
    1313=== work in progress (scottmc) === 
    1414 
    15 [http://dev.haiku-os.org/ticket/2262 Haiku ticket 2262] 
     15~~[http://dev.haiku-os.org/ticket/2262 Haiku ticket 2262]~~ 
    1616 
    17 ~~Need BeOS config.guess file~~ Use Haiku config.guess and config.sub files, then Make fails: 
     17~~Need BeOS config.guess file~~[[BR]] 
     18previous Make fail: 
    1819{{{ 
    19 ~/indent-2.2.9> make 
    20 /bin/make  all-recursive 
    21 make[1]: Entering directory `/boot/home/indent-2.2.9' 
    22 Making all in intl 
    23 make[2]: Entering directory `/boot/home/indent-2.2.9/intl' 
    24 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  intl-compat.c 
    25 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  bindtextdom.c 
    26 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  dcgettext.c 
    27 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  dgettext.c 
    28 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  gettext.c 
    29 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  finddomain.c 
    30 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  loadmsgcat.c 
    31 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  localealias.c 
    32 /boot/home/indent-2.2.9/intl/localealias.c: In function `read_alias_file': 
    33 /boot/home/indent-2.2.9/intl/localealias.c:243: warning: comparison between pointer and integer 
    34 /boot/home/indent-2.2.9/intl/localealias.c:253: warning: comparison between pointer and integer 
    35 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  textdomain.c 
    36 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  l10nflist.c 
    37 gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  explodename.c 
    3820gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2  dcigettext.c 
    3921In file included from /boot/home/indent-2.2.9/intl/dcigettext.c:224: 
    … …  
    4729~/indent-2.2.9>   
    4830}}} 
     31Use Haiku config.guess and config.sub files.[[BR]] 
     32Then builds with ./configure --prefix=/boot/common, make, make install.[[BR]] 
     33Regression folder has a TEST program that passes all regression tests. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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