Re: [Flightgear-devel] Compile Error:cannot convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type'

2009-02-13 Thread Vivian Meazza
- From: »ÆÖ¾Ó [mailto:hzy5...@163.com] Sent: 13 February 2009 01:25 To: flightgear-devel@lists.sourceforge.net Subject: [Flightgear-devel] Compile Error:cannot convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type' I checked out the fresh source code. When I compiled

Re: [Flightgear-devel] Compile Error:cannot convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type'

2009-02-13 Thread James Turner
On 13 Feb 2009, at 09:23, Vivian Meazza wrote: It compiles here under MSVC8, but I’m aware of at least one other report of this problem. The current analysis is that if you compile in release mode, it works OK, but the error appears in debug mode. If you try that, I would be interested in

Re: [Flightgear-devel] Compile Error:cannot convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type'

2009-02-13 Thread 黄志勇
convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type' I checked out the fresh source code. When I compiled it with MSVC 8.0, I got these error info. I know the error comes from two lines in file positioned.cxx. Why I got these error info? Is the problem of MSVC

Re: [Flightgear-devel] Compile Error:cannot convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type'

2009-02-13 Thread Vivian Meazza
] Compile Error:cannot convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type' On 13 Feb 2009, at 09:23, Vivian Meazza wrote: It compiles here under MSVC8, but I'm aware of at least one other report of this problem. The current analysis is that if you compile in release

[Flightgear-devel] Compile Error:cannot convert parameter 1 from 'FGPositioned *const ' to 'const FGPositioned::Type'

2009-02-12 Thread 黄志勇
I checked out the fresh source code. When I compiled it with MSVC 8.0, I got these error info. I know the error comes from two lines in file positioned.cxx. Why I got these error info? Is the problem of MSVC 8.0 Compiler or FG source code? Please help me! Thanks.