Changes between Initial Version and Version 1 of Ticket #37405, comment 3


Ignore:
Timestamp:
Dec 28, 2012, 6:33:12 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37405, comment 3

    initial v1  
    33starting at line 18922,  and then at line 18930
    44
     5{{{
    56#if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
    67#    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
     
    89#   { (exit 1); exit 1; }; }
    910#fi
     11}}}
    1012
    1113at line 18930
    1214
     15{{{
    1316#if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
    1417#    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
     
    1619#  { (exit 1); exit 1; }; }
    1720#fi
     21}}}
    1822
    1923after that I ran as root in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gconf/gconf/work/GConf-2.28.1
     24{{{
    2025sudo su
    2126
     
    2328make
    2429make install
    25 
     30}}}
    2631
    2732Interestingly this fails:
    2833
     34{{{
    2935$ xgettext --version
    30 
    3136xgettext: A --flag argument doesn't have the <keyword>:<argnum>:[pass-]<flag> syntax: gettext:1:pass-c-format
     37}}}
    3238
    3339and it probably should not....