Georg Vollnhals

> thank you for your quick replies.
> I am sorry to show up here again with another error message .. but one
> solved, the next came :-/
> 
> Erik:
> /Anyhow, I have fixed this in CVS now Georg, thanks for reporting this.
> /Erik
> This is solved, thank you!
> but this is the (very long, sorry) error output of make:
> (BTW: getting this errors is very educational. I had to read nearly an
> hour until
> I found out how to redirect the *error* messages under Cygwin bash with
> "2>".
> But the bash and me get more and more friends  :-) )

not really necessary - just copy/paste from the Cygwin window.
 
> (not translated, I only changed the German expressions
> Zeichen => char Fehler   => error)
> 
> In file included from /usr/lib/gcc/i686-pc-
> cygwin/3.4.4/include/c++/vector:72,
>                  from ../../simgear/math/sg_types.hxx:40,
>                  from ../../simgear/misc/sg_path.hxx:36,
>                  from ../../simgear/ephemeris/stardata.hxx:31,
>                  from ephemeris.hxx:45,
>                  from ephemeris.cxx:28:
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h: In
> member function `void std::vector<bool,
> _Alloc>::_M_insert_range(std::_Bit_iterator, _ForwardIterator,
> _ForwardIterator, std::forward_iterator_tag)':
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h:522:
> error: expected unqualified-id vor >>(<<-char
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h: In
> member function `void std::vector<bool,
> _Alloc>::_M_fill_insert(std::_Bit_iterator, size_t, bool)':
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_bvector.h:823:
> error: expected unqualified-id vor >>(<<-char
> In file included from /usr/lib/gcc/i686-pc-
> cygwin/3.4.4/include/c++/vector:75,
>                  from ../../simgear/math/sg_types.hxx:40,
>                  from ../../simgear/misc/sg_path.hxx:36,
>                  from ../../simgear/ephemeris/stardata.hxx:31,
>                  from ephemeris.hxx:45,
>                  from ephemeris.cxx:28:
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc: In member
> function `void std::vector<_Tp,
> _Alloc>::_M_fill_insert(__gnu_cxx::__normal_iterator<typename
> _Alloc::pointer, std::vector<_Tp, _Alloc> >, size_t, const _Tp&)':
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc:307: error:
> expected unqualified-id vor >>(<<-char
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc: In member
> function `void std::vector<_Tp,
> _Alloc>::_M_range_insert(__gnu_cxx::__normal_iterator<typename
> _Alloc::pointer, std::vector<_Tp, _Alloc> >, _ForwardIterator,
> _ForwardIterator, std::forward_iterator_tag)':
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc:384: error:
> expected unqualified-id vor >>(<<-char
> make[3]: *** [ephemeris.o] error 1
> make[2]: *** [all-recursive] error 1
> make[1]: *** [all] error 2
> make: *** [all-recursive] error 1
> 
> Is this a gcc-error or error in ephemeris.* ???
> 

Well, all I can say is that it compiles here, using gcc 3.4.4

I have found it necessary to add the following to my bash_profile:

LDFLAGS="-L/usr/local/lib"
CXXFLAGS="-pipe -O2 -Wall -DWIN32 -DNOMINMAX -DHAVE_WINDOWS_H"  
CFLAGS=$CXXFLAGS

export LDFLAGS
export CXXFLAGS
export CFLAGS

Vivian


_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to