Rxvt-Unicode on Solaris 8 & gcc v.3.3.2

Marc Lehmann schmorp at schmorp.de
Mon Mar 27 08:00:23 CEST 2006


On Sun, Mar 26, 2006 at 04:49:54PM -0800, Mun Johl <mun_johl at sierralogic.com> wrote:
> I just downloaded the latest rxvt-unicode sources (for the first time)
> and tried compiling on my Solaris 8 system with gcc v.3.3.2; however,
> I was unsuccessful:

This is a bug in your compilation environment:

> command.C:2808: error: `mbrtowc' undeclared (first use this function)

mbrtowc is standard C++ and resides in the cwchar header, which is
included in command.C (via rxvt.h/rxvtlib.h). If it is missing then this
indicates a serious bug in your implementation of C++.

> Any assistance would be greatly appreciated.

I suggest you report this to your vendor.

-- 
                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