Here's some simple changes I needed to make to get the
current CVS snapshot (around ver 0.4.2 ?) to compile on
Mandrake Linux 9.0 (upgraded from 8.2).
The problem seemed to be with two member functions
having default values being given to their arguments,
when the prototype already specified these defaults -
the compiler didn't like it.
Maybe the change would properly be made at the
prototype definition instead. . .I'm not much of a C++
coder, but this worked anyway.
To get this to work:
* FIRST APPLY the '[ 628306 ] Fix for gcc 3.x'
(mutella-gcc32.patch) patch.
* Then apply this patch (mutella-gcc32mdk90.patch).
Additional patch for gcc 3.2/Mandrake 9.0
Logged In: YES
user_id=337781
Could you please test the most recent CVS and mail me if you
gon any problems.
M
Logged In: YES
user_id=645377
Current CVS compiles fine now under Mandrake Linux 9.0
(upgraded from 8.2)., gcc 3.2, without needing this patch
and the previous gcc 3.2 patch.