I won't bore everybody with the further details, but I had
to make these slight changes to get 0.61.1 to compile on
my ultra5 at work.  (see attached diff files)

It's nothing serious, of course..  Good news is, it's
working now.

-- 
Chris Grossmann
home: chris_grossmann(at)bigfoot.com
*** blackbox-0.61.1/configure   Mon Oct  9 11:59:53 2000
--- blackbox_pure/configure     Mon Oct  9 00:16:58 2000
***************
*** 1455,1465 ****
  else
    cat > conftest.$ac_ext <<EOF
  #line 1458 "configure"
  #include "confdefs.h"
  #include <$ac_hdr>
- int main(){return(0);}  
  EOF
  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  { (eval echo configure:1463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
  if test -z "$ac_err"; then
--- 1455,1464 ----
*** blackbox-0.61.1/src/i18n.cc Mon Oct  9 12:12:47 2000
--- blackbox_pure/src/i18n.cc   Wed May 31 18:42:49 2000
***************
*** 50,60 ****
    i18n = &static_i18n;
  
    i18n->openCatalog(catalog);
  }
  
- stderr = "";
  
  I18n::I18n(void) {
  #ifdef    HAVE_SETLOCALE
    locale = setlocale(LC_ALL, "");
    if (! locale) {
--- 50,59 ----

Reply via email to