On Friday, November 5, 2010 6:28pm, "Roman Lacko" <backup.rla...@gmail.com> 
said:
> I uploaded the fixed version of pyside-pkgsetup-0.4.2.

Thanks. I got this new version and am using it. I "git pull"'d everything 
again. Some issues remain.

1. I have installed libxml2 and libxslt from 
http://users.skynet.be/sbi/libxml-python/binaries/, but I still see the 
warnings below in the cmake output from apiextractor:

-- Could NOT find LibXml2  (missing:  LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
-- Could NOT find LibXslt  (missing:  LIBXSLT_LIBRARIES LIBXSLT_INCLUDE_DIR)

** Is this serious? it does not seem to break the build immediately. I added 
the directory containing libxml2.dll and libxslt.dll to PATH, but that didn't 
help.

2. ** Also now the build is breaking earlier, in pyside. See below. It appears 
to be missing overload information for registerTimer. I thought this might be 
due to the libxml2/libxslt errors above, but I'm not sure why I wouldn't have 
seen this before. Also, I wanted to make sure the build was not broken, and so 
did a test build on Linux. That had no problems.


Scanning dependencies of target QtCore
[  2%] Building CXX object 
PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp.obj
qabstracteventdispatcher_wrapper.cpp
C:\Documents and 
Settings\dhalbert\Desktop\pyside-pkgsetup-0.4.2\modules\pyside\build\PySide\QtCore\PySide\QtCore\qabstracteventdispatcher_wrapper.cpp(999)
 : error C2660: 'QAbstractEventDispatcherWrapper::registerTimer' : function 
does not take 2 arguments
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe' : return code 
'0x2'
Stop.
NMAKE : fatal error U1077: '"c:\program files\microsoft visual studio 
9.0\vc\bin\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\program files\microsoft visual studio 
9.0\vc\bin\nmake.exe"' : return code '0x2'
Stop.
Traceback (most recent call last):
  File "create_package.py", line 363, in main
    compile_module(module)
  File "create_package.py", line 178, in compile_module
    raise Exception("Error compiling " + module[0])
Exception: Error compiling pyside
None

_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to