kdev4 x86_64 build error
David Nolden
david.nolden.kdevelop at art-master.de
Sun Jul 8 23:52:40 UTC 2007
Am Sonntag, 8. Juli 2007 23:31:20 schrieb Bernd Buschinski:
> int = void*
> doesnt work on x64 because of the difference in size
> patch fixes typo/mismatch
I've applied the patch. Although I find it strange that it doesn't compile,
after all you can also convert 64-bit int to 32-bit int. It's int =
(int)void* after all, which means explicit. :)
greetings, David
More information about the KDevelop-devel
mailing list