[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DDD build fails when using GCC3.2 due to illegal C++
From: |
Andrew Marlow |
Subject: |
DDD build fails when using GCC3.2 due to illegal C++ |
Date: |
Tue, 03 Sep 2002 17:22:33 +0100 |
I just tried to build DDD 3.3 using GCC 3.2 and it fails
when trying to compile PannedGE.C. The error msg is:
PannedGE.C: At global scope:
PannedGE.C:145: invalid conversion from 'void (*)(...) to void(*)()'
There were numerous other warnings about anachronisms and
deprecated features but the problem above is fatal to the build.
It is illegal for a C++ routine to just have optional arguments.
There must be at least one mandatory argument. Looks like GCC3.2
enforces this. I'm sorry I don't have a fix for this.
Regards,
Andrew Marlow.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- DDD build fails when using GCC3.2 due to illegal C++,
Andrew Marlow <=