Todd
I'm still on rev 102, which is 1 year old, so I'm not sure what
changed regarding hierarchy.
This is for assburner (changed to burner, I think):
Building: sipstatic /Users/spirit/src/AS/cpp/lib/sip
Running Command: python configure.py -k
Running Command: make
Building: sip /Users/spirit/src/AS/cpp/lib/sip
Running Command: python configure.py
Running Command: make
Building: pyqt /Users/spirit/src/AS/cpp/lib/PyQt4
Running Command: python configure.py
Running Command: make
Building: stone /Users/spirit/src/AS/cpp/lib/stone
Running Command: qmake CONFIG-=debug stone.pro
Running Command: make
Building: pystone /Users/spirit/src/AS/cpp/lib/stone
Running Command: python configure.py
Running Command: make
Building: stonegui /Users/spirit/src/AS/cpp/lib/stonegui
Running Command: qmake CONFIG-=debug stonegui.pro
Running Command: make
Building: classmakerini /Users/spirit/src/AS/cpp/apps/classmaker
Building: classmaker /Users/spirit/src/AS/cpp/apps/classmaker
Running Command: qmake CONFIG-=debug classmaker.pro
Running Command: make
Building: classgen /Users/spirit/src/AS/cpp/lib/classes
Running Command: cd ../../apps/classmaker && ./classmaker -s
/Users/spirit/src/AS/cpp/lib/classes/schema.xml -o
/Users/spirit/src/AS/cpp/lib/classes
Building: classes /Users/spirit/src/AS/cpp/lib/classes
Running Command: qmake CONFIG-=debug classes.pro
Running Command: make
Building: pyclasses /Users/spirit/src/AS/cpp/lib/classes
Running Command: python configure.py
Running Command: make
Building: pyassburner_1_3
/Users/spirit/src/AS/cpp/apps/assburner_1_3
Running Command: python configure.py -k
Running Command: make
Building: assburner_1_3ini
/Users/spirit/src/AS/cpp/apps/assburner_1_3
Building: assburner /Users/spirit/src/AS/cpp/apps/assburner_1_3
Running Command: qmake CONFIG-=debug assburner.pro
Running Command: make
I hope this will help.
Regards,
Zsolt
__________ Information from ESET Mail Security, version of virus signature database 6278 (20110708) __________
The message was checked by ESET Mail Security.
http://www.eset.com
You may need to find sip.so on the pythonpath and kill it.
You can find some information on the ini file in the BuildHOWTO.
I start burner with 'burner -config ab.ini -auto-register -nogui' in
the directory where my ab.ini is.
Regards,
Zsolt
> __________ Information from ESET Mail Security, version of virus signature database 6308 (20110719) __________
>
> The message was checked by ESET Mail Security.
> http://www.eset.com
>
>
>
__________ Information from ESET Mail Security, version of virus signature database 6308 (20110719) __________
First, the Qt project file for classmaker needs to have -lutil added
as one of its linked libraries; if it isn't, the build process will
die there with undefined linker references to 'forkpty' and
'openpty' (referenced by libstone.so).
Secondly, the absubmit build is dying with the following output:
----------------------------------------
g++ -m64 -Wl,-O1 -Wl,-rpath,/usr/local/Qt/4.6.2/lib -o absubmit .out/
main.o -L/usr/local/Qt/4.6.2/lib -L../../lib/classes -lclasses -L../../
lib/stone -L../../lib/absubmit -labsubmit -lstone -lstonegui -Wl,-
rpath . -lQtSql -L/usr/local/pgsql/lib -L/usr/local/Qt/4.6.2/lib -lpq -
lQtXml -lQtGui -L/usr/X11R6/lib64 -lQtNetwork -lQtCore -lpthread
../../lib/classes/libclasses.so: undefined reference to
`Stone::RecordImp::key() const'
----------------------------------------