Rebuild failure with gcc4
Brought to you by:
bfennema
Hi,
Please have a look at the error (and many warnings)
that gcc4-pre spits out when trying to recompile udftools :
http://fedoraproject.org/extras/development/build-logs/i386/udftools-1.0.0b3-2.log
I'm not skilled enough to fix any, only to report
unfortunately.
Matthias
Logged In: YES
user_id=1174090
Same problem here with gcc4.0
That fails to compile in file wrudf/wrudf.c on this line :
(char *)spm += spm->partitionMapLength;
gcc claims "undefined lvalue in assignment"
Removing the cast '(char *)' get the stuff compiling, but
I'm not sure that it is correct for execution.
That is all that prevent udftools with gcc4.