Re: [gtkmm] compilation errors under IRIX with MIPSpro compiler



"steph" <steph smek ifrance com> writes:

> in directory "glib/glibmm" :
> 
>  /usr/bin/CC -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"glibmm\"
> -Dglibmm_COMPILATION -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
> -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I../../glib
> -I../../glib -I../../pango -I../../pango -I../../atk -I../../atk
> -I../../gdk -I../../gdk -I../../gtk -I../../gtk
> -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include
> -LANG:std -lCio -c convert.cc -Wp,-MDupdate,.deps/convert.TPlo  -DPIC -o
> .libs/convert.o
> cc-1005 CC: ERROR File = ../../glib/glibmm/unicode.h, Line = 32
>   The source file "cctype" is unavailable.
> 
>   #include <cctype>
>                    ^

Try including <ctype.h>. Just in case, include it like this:
extern "C" {
#include <ctype.h>
}

> 1 catastrophic error detected in the compilation of "convert.cc".

I think the MIPSpro compiler developers are being over-dramatic here ;-).

-- 
question = ( to ) ? be : ! be;
                -- Wm. Shakespeare




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]