Re: Re: Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 onSolaris8micro-Howto

2005-03-07 Thread Giovanni Bajo
Holger Joukl <[EMAIL PROTECTED]> wrote: > I know the reinterpret_cast is evil, but what´s *invalid* about it given > that I know that int is the same as long on my machine? int and long are different types, according to C++. The fact they have the same representation on a given platform does not

Re: Re: Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 onSolaris8micro-Howto

2005-03-07 Thread Holger Joukl
Giovanni wrote: >The fact that "works for you" does not mean that it is a generic enough >solution, and that will work also for other platforms. Accessing a >... >are turned on. Thus, I expect your patched code to break under Linux where >modern compilers are used. It is not even s.th. you could c