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

Re: Comeau libcomo baut nicht



Am Donnerstag, den 03.04.2008, 18:40 +0200 schrieb Christoph Egger:

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

Die liegt unter /usr/include/linux. Vielleicht brauchst du etwas wie

-I/usr/include/linux

(Schuss ins Blaue)

MfG Daniel


Reply to: