Re: GLib and 64-bit Windows



I think a large amount of errors stem from the fact that it is assumed that sizeof(long) == sizeof(void *)

Both from a 64-bit AMD machine...
Linux:
char: 1
short: 2
int: 4
long: 8
long long: 8
void *: 8
size_t: 8

Win64:
char: 1
short: 2
int: 4
long: 4
long long: 8
void *: 8
HANDLE: 8
size_t: 8

This would certainly explain all sorts of the warnings (not all, of course).


Jake Goulding wrote:
Of course, that would have made more sense... :-)

http://www.myxopho.be/glib-win64-compile.log
And grepped for warning:
http://www.myxopho.be/glib-win64-warnings.log


Tor Lillqvist wrote:
You wouldn't have the file names and line numbers for those
warnings...? (Maybe you could put the whole compilation output
listing up on the web somewhere.)

--tml
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list



--

JAKE GOULDING
Software Engineer
goulding vivisimo com

Viv�imo [Search Done Right�]
1710 Murray Avenue
Pittsburgh, PA 15217 USA
tel: +1.412.422.2499 x105
fax: +1.412.422.2495
vivisimo.com      clusty.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]