Help with C++ transition from GCC 3.x to 4.x

Garrett Cooper youshi10 at u.washington.edu
Wed Mar 28 06:01:53 UTC 2007


Alejandro Pulver wrote:
> On Tue, 27 Mar 2007 20:32:01 -0300
> Alejandro Pulver <alepulver at FreeBSD.org> wrote:
> 
>> On Tue, 27 Mar 2007 19:37:51 -0300
>> Alejandro Pulver <alepulver at FreeBSD.org> wrote:
>>
>>> Hello.
>>>
>>> I have problems with updating the "games/airrox" port to make it build
>>> with GCC 4.x, as it fails in the linking stage.
>>>
>>> The port is attached (which fixes a trivial problem), and so the
>>> corresponding log.
>>>
>>> Any help would be appreciated.
>>>
>>> Thanks and Best Regards,
>>> Ale
>> Attachments were stripped, here they go again in plain text.
>>
> 
> See:
> 
> http://people.freebsd.org/~alepulver/airrox.log
> http://people.freebsd.org/~alepulver/airrox.shar
> 
> This is not my day, I'd better go to sleep.
> 
> Best Regards,
> Ale

Looks like the majority of the problems stem from the fact that
something changed in the way that the indirection of operators are
overloaded with gcc-4.x (seems like the errors being reported are a bit
erroneous).

I'd check with the maintainers upstream about this..
-Garrett


More information about the freebsd-ports mailing list