Compilation error on Solaris

Marc Lehmann schmorp at schmorp.de
Thu Apr 21 16:23:10 CEST 2005


On Thu, Apr 21, 2005 at 02:24:16PM +0200, Jonas Ã…dahl <tox at dtek.chalmers.se> wrote:
> /usr/ed-pkg/pkg/gcc-3.4.3/lib/gcc/sparc-sun-solaris2.9/3.4.3/include/c++/cwchar:145: error: `::btowc' has not been declared

That is a bug in your C++ implementation that I can't do much about.

You could try and edit the offending file(s) (the ones that include
cwcchar, like src/rxvtlib.h) and replace them by "#include <wchar.h>" to
use the C header directly, which might or might not work.

In any case, you might want to eport this back, because that increases
chances of it being worked around in some future version :)

-- 
                The choice of a
      -----==-     _GNU_
      ----==-- _       generation     Marc Lehmann
      ---==---(_)__  __ ____  __      pcg at goof.com
      --==---/ / _ \/ // /\ \/ /      http://schmorp.de/
      -=====/_/_//_/\_,_/ /_/\_\      XX11-RIPE




More information about the rxvt-unicode mailing list