From: Maciej L. <Mac...@be...> - 2005-10-13 19:46:26
|
Hi All, I’ve made the latest version of OpenC++ based on the snapshot given by some of this list expert on Cygwin 1.5.18-1 (gcc 3.4.4.). Then, I was trying to compile one of the example that is injected with the distribution, as follows: $ occ2 BeforeClass.mc occ2: command failed: /usr/local/bin/occ --private--external-driver -E <BeforeClass.ii --private--output BeforeClass.occ.tmp 2>BeforeClass.feedback ..and the content of the BeforeClass.feedback is: $ cat BeforeClass.feedback /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/cpp_type_traits.h:83: parse error before `>' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/cpp_type_traits.h:90: parse error before `template' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/cpp_type_traits.h:102: parse error before `>' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_tree.h:72: parse error before `std' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_map.h:66: parse error before `std' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_map.h:119: parse error before `typedef' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_map.h:126: parse error before `typedef' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_map.h:624: parse error before `template' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_multimap.h:66: parse error before `std' /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/char_traits.h:49: parse error before `__gnu_cxx' The same output I get when I try to use other examples. Any suggestion? Best Rgds, Maciek Leks |