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

Comeau libcomo baut nicht



Hallo

Ich habe für meine Arbeiten mit C++ neulich den Comeau C++ Compiler
erworben (http://www.comeaucomputing.com/), und versuche nun, die
dazugehörige stdlib unter Debian (Lenny) zu compilieren.

Hat hier jemand Erfahrung damit gemacht? Ich bekomme aktuell folgenden
Fehler:

==========

$ make -f Makefile.como
como -c --no_plv --export -D_POSIX_SOURCE=1 -O -I. -DLIBCIO=
--diag_suppress=68,177 -D__REALLY_NEW_LINUXES -D_SVID_SOURCE=1 --no_g++
-no_A c_locale_stub.cxx # 2>&1 |                                 more
Comeau C/C++ 4.3.3 (Oct 24 2003 16:00:23) for RedHat_LINUX_INTEL_ELF
Copyright 1988-2003 Comeau Computing.  All rights reserved.
MODE:non-strict warnings C++

"/usr/include/wchar.h", line 52: catastrophic error: could not open source
          file "stddef.h"
  # include <stddef.h>
                      ^

1 catastrophic error detected in the compilation of "c_locale_stub.cxx".
Compilation terminated.
make: *** [c_locale_stub.o] Fehler 4
christoph@akazieLX:/opt/como433/libcomo$ make -f Makefile.como
como -c --no_plv --export -D_POSIX_SOURCE=1 -O -I. -DLIBCIO=
--diag_suppress=68,177 -D__REALLY_NEW_LINUXES -D_SVID_SOURCE=1 --no_g++
-no_A c_locale_stub.cxx # 2>&1 | more
Comeau C/C++ 4.3.3 (Oct 24 2003 16:00:23) for RedHat_LINUX_INTEL_ELF
Copyright 1988-2003 Comeau Computing.  All rights reserved.
MODE:non-strict warnings C++

"/usr/include/wchar.h", line 52: catastrophic error: could not open source
          file "stddef.h"
  # include <stddef.h>
                      ^

1 catastrophic error detected in the compilation of "c_locale_stub.cxx".
Compilation terminated.
make: *** [c_locale_stub.o] Fehler 4

==========

libcomo hat bei mir Version 3.1

Danke

  Christoph

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: