#13614: Glib2 does not upgrade. "cannot compute sizeof (char)" on configuring. -------------------------------------------------+-------------------------- Reporter: vakuumfluktuation@quantentunnel.de | Owner: ryandesign@macports.org Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Glib2 sizeof char Port: glib2 | -------------------------------------------------+-------------------------- Comment(by vakuumfluktuation@quantentunnel.de): Now it stops with: {{{ [...] checking for gmtime_r... yes checking size of char... 0 checking size of short... 0 checking size of long... 0 checking size of int... 0 checking size of void *... 0 checking size of long long... 0 checking size of __int64... 0 configure: error: *** GLib requires a 64 bit type. You might want to consider *** using the GNU C compiler. }}} As far as I understand the output it's the same problem: it can't get the size of those datatypes!? gcc is {{{gcc -v}}} says {{{ Using built-in specs. Target: powerpc-apple-darwin8 Configured with: /var/tmp/gcc/gcc-5370~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform- name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc- apple-darwin8 --target=powerpc-apple-darwin8 Thread model: posix gcc version 4.0.1 (Apple Computer, Inc. build 5370) }}} So it's there... Why that error about using it? -- Ticket URL: <http://trac.macports.org/ticket/13614#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS