Re: [robocup-rescue-s] rescue simulator question

From: Arash Rahimi (rahimi@ce.aut.ac.ir)
Date: Thu 12 May 2005 - 11:39:56 GMT


Dear Friends,

I've just prepared a version of R_Civilian package which
is compatible with GCC 3.4.x. You can download it from:

http://ce.aut.ac.ir/~sos/civilian.tar.gz

You should substitute the 'program/civilian' directory in
package 0.46 with this new one. Please let me know if you
still have difficulties with this version.

P.S. I haven't checked the new version with older GCCs.

Regards,
Arash Rahimi,
Member of S.O.S.

> Dear Silvia,
>
> Regarding your problems compiling the package with
> GCC 3.4, as other friends say, most of your problems
> will be solved via a 'make clean' command. But you
> may still experience difficulties with two modules:
>
> * firesimulator: First of all, I suggest you to use
> ResQFreiburg's FireSimulator instead of the one
> you are currently using. But if you still want to
> use the old one, it's very easy to avoid these
> errors. These errors arise from the method used
> to handle template arguments and template class
> inheritance at compile time. To fix it, edit the
> file named xy.hxx and change the following lines:
>
>
> line 14: T x() const { return real(); }
> line 15: T y() const { return imag(); }
>
> to
>
> line 14: T x() const { return this->real(); }
> line 15: T y() const { return this->imag(); }
>
>
> and then you won't experience the errors again.
> This issue can be considered as a bug in GCC 3.4
> but I, personally, don't consider it a bug as I
> know how hard is the maintenance of such name
> resolution infos while compiling. Another solution
> is the addition of -fpermissive option in the
> Makefile.
>
>
>
> * R-Civilian: Sorry! It's not as simple as the last
> one. There are several parts that should be fixed
> in order to make the code compatible with GCC 3.4.
> I try to prepare a fixed version and release it
> soon. You can use 'samplecivilian' instead. It's
> available in the older packages(e.g. 0.44).
>
>
>
> Regards,
> Arash Rahimi,
> Member of S.O.S.
>
>
>
>
>
>
>> Dear Mohammad,
>>
>> I have tried to use 0.46 package as you say.. However It does not works.
>> I
>> have some errors like these in the attached file: errores.txt
>>
>> Can you help me about these errors?
>>
>> Thanks,
>>
>> Silvia
>>
>>>From: Mohammad Mehdi Saboorian <saboorian@gmail.com>
>>>Reply-To: Mohammad Mehdi Saboorian <saboorian@gmail.com>
>>>To: "sasuarez@silver.udg.es" <sasuarez@silver.udg.es>, rescue
>>>simulation <robocup-rescue-s@cc.gatech.edu>
>>>Subject: Re: [robocup-rescue-s] rescue simulator question
>>>Date: Tue, 10 May 2005 23:21:02 +0430
>>>
>>>try to use 0.46 package instead.
>>>if there are still problems, please ask with specified error output.
>>> have fun
>>>Mohammad Mehdi Saboorian
>>>SBCe_Saviour member
>>> On 5/10/05, sasuarez@silver.udg.es <sasuarez@silver.udg.es> wrote:
>>> >
>>> > Dear all,
>>> >
>>> > I have the debian gnu 3.0 operating system, and when I have tried to
>>>make
>>> > the simulator ver. 0.44 I have some errors...
>>> >
>>> > What should I do?
>>> >
>>> > Can Somebody helpme?
>>> >
>>> > Thanks
>>> >
>>> > SIlvia
>>> > _______________________________________________
>>> > robocup-rescue-s mailing list
>>> > robocup-rescue-s@mailman.cc.gatech.edu
>>> > https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s
>>> >
>>>_______________________________________________
>>>robocup-rescue-s mailing list
>>>robocup-rescue-s@mailman.cc.gatech.edu
>>>https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s
>>
>> _______________________________________________
>> robocup-rescue-s mailing list
>> robocup-rescue-s@mailman.cc.gatech.edu
>> https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s
>>
>
> _______________________________________________
> robocup-rescue-s mailing list
> robocup-rescue-s@mailman.cc.gatech.edu
> https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s
>

_______________________________________________
robocup-rescue-s mailing list
robocup-rescue-s@mailman.cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/robocup-rescue-s



This archive was generated by hypermail 2.1.3 : Thu 12 May 2005 - 12:02:38 GMT