On Sat, Aug 7, 2010 at 7:08 PM, Patrick LeGresley <[email protected]> wrote: > Hi, > > I've been trying to get the various components of PySide compiled on > Windows, and with the help of Renato a few days ago I figured out why the > generatorrunner test wasn't passing so that is working now and I've been > trying to compile the win32 shiboken branch. My understanding is that > although it isn't properly working with Python it is supposed to compile but > I'm getting this failure: > > [ 39%] Running generator for test binding... > Generating class model... [<-[0;32mOK<-[0m] > Generating enum model... [<-[0;32mOK<-[0m] > Generating namespace model... [<-[0;32mOK<-[0m] > Resolving typedefs... [<-[0;32mOK<-[0m] > Fixing class inheritance... [<-[0;32mOK<-[0m] > Detecting inconsistencies in class model... [<-[1;33mWARNING<-[0m] > hiding of function 'takeChild' in class 'ObjectType' > visibility of function 'publicMethod' modified in class > 'SonOfMDerived1' > hiding of function 'takeChild' in class 'Bucket' > visibility of function 'publicMethod' modified in class 'MDerived1' > hiding of function 'takeChild' in class 'ObjectView' > > > Detecting inconsistencies in typesystem... [<-[0;32mOK<-[0m] > > NMAKE : fatal error U1077: '"C:\Documents and Settings\Patrick > LeGresley\Desktop\PySide\build\bin\generatorrunner.exe"' : return code '0x3' > > > I've tried adding the "--debug-level=full --no-suppress-warnings" flags to > generatorrunner to better understand what is going on and I get this: > > Detecting inconsistencies in typesystem... [<-[0;32mOK<-[0m] > <-[0;32mDEBUG<-[0m :: - operator!=() > <-[0;32mDEBUG<-[0m :: - operator<=() > <-[0;32mDEBUG<-[0m :: - operator>=() > <-[0;32mDEBUG<-[0m :: - operator<() > <-[0;32mDEBUG<-[0m :: - operator+() > <-[0;32mDEBUG<-[0m :: - operator+() > <-[0;32mDEBUG<-[0m :: - operator/() > <-[0;32mDEBUG<-[0m :: - operator*() > <-[0;32mDEBUG<-[0m :: - operator*() > <-[0;32mDEBUG<-[0m :: - operator*() > <-[0;32mDEBUG<-[0m :: - operator*() > <-[0;32mDEBUG<-[0m :: - operator*() > <-[0;32mDEBUG<-[0m :: - operator*() > <-[0;32mDEBUG<-[0m :: - operator*() > <-[0;32mDEBUG<-[0m :: - operator-() > <-[0;32mDEBUG<-[0m :: - operator-() > <-[0;32mDEBUG<-[0m :: - operator>() > <-[0;32mDEBUG<-[0m :: - operator<<() > <-[0;32mDEBUG<-[0m :: native pointer pattern for 'PyString *' > > <-[0;32mDEBUG<-[0m :: generating: samplenamespace_wrapper.cpp > <-[0;32mDEBUG<-[0m :: Generating wrapper implementation for > sample.SampleNamespace > > NMAKE : fatal error U1077: '"C:\Documents and Settings\Patrick > LeGresley\Desktop\PySide\build\bin\generatorrunner.exe"' : return code '0x3' > > > But this hasn't really helped me understand the failure. Has anyone seen > this failure? Any advice would be appreciated...
Yes, I'm experiencing the same problem here, until now I have no idea how to fix it, any help from windows experts is appreciated. > Here's a bit about my setup: > > Windows XP w/ SP3 > CMake 2.8.2 > Qt 4.6.3 (VS 2008) > Microsoft Windows SDK v7.0 Same setup here, but running on a virtual box. > > Thanks, > > Patrick > > _______________________________________________ > PySide mailing list > [email protected] > http://lists.openbossa.org/listinfo/pyside > _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
