PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 106 - boostpythongenerator-0.3.2 will not compile
: boostpythongenerator-0.3.2 will not compile
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: BoostPythonGenerator
: HEAD
: PC Linux
: P5 blocker
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-12-08 20:10 EET by Dan Felts
Modified: 2010-03-24 16:46 EET (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Felts 2009-12-08 20:10:21 EET
I am trying to compile PySide from source:

Followed the steps, when I get to boostpythongenerator it will not compile. 
Cmake runs fine.

Os Ubuntu 9.10

OUTPUT:

ddfelts@ddfelts-desktop:~/Downloads/boostpythongenerator-0.3.2$ cmake
CMakeLists.txt 
-- Found ApiExtractor: /usr/local/lib/libapiextractor.so
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/ddfelts/Downloads/boostpythongenerator-0.3.2
ddfelts@ddfelts-desktop:~/Downloads/boostpythongenerator-0.3.2$ make
[ 16%] Building CXX object
src/CMakeFiles/boostpython_generator.dir/convertergenerator.cpp.o
/home/ddfelts/Downloads/boostpythongenerator-0.3.2/src/convertergenerator.cpp:
In member function ‘virtual void ConverterGenerator::finishGeneration()’:
/home/ddfelts/Downloads/boostpythongenerator-0.3.2/src/convertergenerator.cpp:59:
error: ‘m_packageName’ was not declared in this scope
/home/ddfelts/Downloads/boostpythongenerator-0.3.2/src/convertergenerator.cpp:64:
warning: ‘AbstractMetaFunctionList Generator::filterFunctions(const
AbstractMetaClass*)’ is deprecated (declared at
/usr/local/include/generatorrunner/generator.h:252)
/home/ddfelts/Downloads/boostpythongenerator-0.3.2/src/convertergenerator.cpp:64:
warning: ‘AbstractMetaFunctionList Generator::filterFunctions(const
AbstractMetaClass*)’ is deprecated (declared at
/usr/local/include/generatorrunner/generator.h:252)
/home/ddfelts/Downloads/boostpythongenerator-0.3.2/src/convertergenerator.cpp:112:
error: ‘m_numGeneratedWritten’ was not declared in this scope
make[2]: ***
[src/CMakeFiles/boostpython_generator.dir/convertergenerator.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/boostpython_generator.dir/all] Error 2
make: *** [all] Error 2

Using the latest Boost from Ubuntu 9.10 apt sources.
Comment 1 Didier Raboud 2009-12-09 14:12:42 EET
Hi,

I can confirm this. This is simply due to the fact that
http://qt.gitorious.org/pyside/boostpythongenerator/commit/47f10f814e1f4c088cf9069915c27b32e10e40f5
is not in the downloadable tarball.

Please update :)

Best regards, 

OdyX
Comment 2 renato filho 2009-12-09 15:58:56 EET
Package fixed.