From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marko Vendelin To: EGCS Subject: 970929 g++ fails to include Date: Tue, 07 Oct 1997 23:49:00 -0000 Message-id: X-SW-Source: 1997-10/msg00313.html g++ (970929) fails to compile the code that includes . For example, when I tried to compile -------------------------------------------------- #include #include main() { } -------------------------------------------------- g++ generated : prompt> c++ -c xdr.C In file included from xdr.C:2: /usr/include/rpc/xdr.h:257: declaration of `operator ++' as non-function /usr/include/rpc/xdr.h:257: confused by earlier errors, bailing out My configuration: Linux/Alpha, RedHat 4.2, only compilers of egcs are installed (no libs) marko