[PyKDE] Syntax Errors With SIP Generated Files

Phil Thompson phil at river-bank.demon.co.uk
Sun Mar 17 12:59:44 GMT 2002


Goran Spuzic wrote:
> 
> Hi All,
> 
> I am trying a very very very simple example with SIP. After I run SIP on
> the .sip file I am getting syntax errors when I try to compile the
> results with g++. I'm using SIP 3.0 on SunOS 5.5.1 with g++
> egcs-2.91.66. The files and commands I use are listed below;

The first error messages are refering to SIP_EXPORT which should be
defined as being empty (for SunOS) in sip.h. Are you sure you have your
include paths correct and are picking up the correct copies of sip.h and
Python.h?

Phil




More information about the PyQt mailing list