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

Re: src:qtwebkit=2.2.0-3 symbol mismatch



Sune Vuorela dixit:

>It would be great if you could attach the full build log, and not just the
>errors.

OK, sure.

>It would also be nice if you could dig up what the following types are
>typedef'ed to on m68k:
>
>size_t

unsigned int

>ssize_t

__ssize_t, which itself is:
__extension__ typedef int __ssize_t;

>int64_t

typedef int int64_t __attribute__ ((__mode__ (__DI__)));
__extension__ typedef signed long long int __int64_t;

>uint64_t

Not defined from QtCore, weirdly enough. Via <stdint.h> I get:
typedef unsigned long long int uint64_t;

QtCore pulls this:
__extension__ typedef unsigned long long int __uint64_t;

>qptrdiff

typedef QIntegerForSizeof<void*>::Signed qptrdiff;

>quintptr

typedef QIntegerForSizeof<void*>::Unsigned quintptr;

>qreal

typedef double qreal;



Hope that helps; if not, tell me what else I can do to help.

bye,
//mirabilos
-- 
  “Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool.”
						-- Edward Burr

Attachment: qtwebkit_2.2.0-3_m68k.build.xz
Description: Binary data


Reply to: