Re: Build Errors: calitko-0.6.1

Hi Giles,

Just fixed the problem in SocketAllocator - simply replaced the cast to an int with a cast to QObject * (that’s what SignalMapper supports) - all pointers do have the same size :-).

You could sync up your 0.6.1 branch this way:

bzr pull –remember http://bzr.calitko.org/calitko

Regards,

Peter

Would you like to post a relpy?


This post is a reply to:
Re: Build Errors: calitko-0.6.1
Hi Giles, That's quite weird actually! Maybe your Qt4 installation is messed up... On my machine: ls /usr/local/Trolltech/Qt-4.3.0/mkspecs aix-g++ freebsd-g++40 irix-cc (more...)

Follow-ups:
Re: Build Errors: calitko-0.6.1
> Just fixed the problem in SocketAllocator - simply replaced the cast to an > int with a cast to QObject * (that’s what SignalMapper supports) - all > pointers do have (more...)
Re: Build Errors: calitko-0.6.1
Hi Peter, Just fixed the problem in SocketAllocator - simply replaced the cast to an int with a cast to QObject * (that’s what SignalMapper supports) - all pointers do have (more...)