Tim,
Working with the new Qt3 from svn, I have found 2 issues:
(1) It still needs to be patched for gcc-4.6 (see gcc46-arch.diff); and (2) The link in src/include for src/inputmethod/qinputcontextfactory.h is missing
i think that patches over qt3 are not well applied or documented.. not controled for corrected worked!
rakinm i currently not finish my work over qt3 due all patches must be revised, well documented and added to changelog, due hard work of trinity team, this are dificult for all, i can do but i propost make a tarball and give to some boy to upload to svn..
currently suse patches it to complete, the rest (from slack, arch, geento, debian, and kde) i have applied and analizing&documented
sorry, i can work with svn, i dont have 24/7 net conection and my per sesion only hav 7-15 minutes and its very slow, the only avantage its that i can connect various times at day..
On Thu, May 12, 2011 at 12:38 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote:
Tim,
Working with the new Qt3 from svn, I have found 2 issues:
(1) It still needs to be patched for gcc-4.6 (see gcc46-arch.diff); and (2) The link in src/include for src/inputmethod/qinputcontextfactory.h is missing
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On 05/12/2011 12:32 PM, PICCORO McKAY Lenz wrote:
i think that patches over qt3 are not well applied or documented.. not controled for corrected worked!
rakinm i currently not finish my work over qt3 due all patches must be revised, well documented and added to changelog, due hard work of trinity team, this are dificult for all, i can do but i propost make a tarball and give to some boy to upload to svn..
currently suse patches it to complete, the rest (from slack, arch, geento, debian, and kde) i have applied and analizing&documented
sorry, i can work with svn, i dont have 24/7 net conection and my per sesion only hav 7-15 minutes and its very slow, the only avantage its that i can connect various times at day..
Don't be sorry -- that's fine. Everybody is doing a great job! I'm just reporting things as I find them. I guess we should set up a Qt3 etherpad of something like it so we can just track this stuff.
Right now the svn Qt3 is building great up to the point that I hit a missing include, etc.. I expect those :)
My purpose in reporting them is just to make it easier for whoever is looking at Qt3.
One more:
The qt3/include link for src/kernel/qinputcontext.h is also missing :)
On 05/12/2011 01:06 PM, David C. Rankin wrote:
On 05/12/2011 12:32 PM, PICCORO McKAY Lenz wrote:
i think that patches over qt3 are not well applied or documented.. not controled for corrected worked!
rakinm i currently not finish my work over qt3 due all patches must be revised, well documented and added to changelog, due hard work of trinity team, this are dificult for all, i can do but i propost make a tarball and give to some boy to upload to svn..
currently suse patches it to complete, the rest (from slack, arch, geento, debian, and kde) i have applied and analizing&documented
sorry, i can work with svn, i dont have 24/7 net conection and my per sesion only hav 7-15 minutes and its very slow, the only avantage its that i can connect various times at day..
Don't be sorry -- that's fine. Everybody is doing a great job! I'm just reporting things as I find them. I guess we should set up a Qt3 etherpad of something like it so we can just track this stuff.
Right now the svn Qt3 is building great up to the point that I hit a missing include, etc.. I expect those :)
My purpose in reporting them is just to make it easier for whoever is looking at Qt3.
One more:
The qt3/include link for src/kernel/qinputcontext.h is also missing :)
For the record. Prior to my next build attempt I updated the following links with:
13:12 providence:~/tde/svn/mod/qt3/include> for i in $(find ../src -name "*.h"); do [[ -h ${i##*/} ]] && echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done
(I'm sure including all wasn't necessary, but this is just for a test on my copy)
../src/inputmethod/qinputcontextplugin.h -- MISSING -- FIXING ../src/inputmethod/qinputcontextinterface_p.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jversion.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jerror.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jpeglib.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jmorecfg.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jpegint.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jchuff.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jconfig.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jinclude.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jdct.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jdhuff.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jmemsys.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_trace.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_object_prc.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_jpeg.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_filter.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_objects.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_zlib.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunks.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_error.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_types.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_cms.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunk_prc.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_pixels.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_data.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_display.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_memory.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_write.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_read.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_dither.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunk_io.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_conf.h -- MISSING -- FIXING ../src/3rdparty/zlib/zutil.h -- MISSING -- FIXING ../src/3rdparty/zlib/inffast.h -- MISSING -- FIXING ../src/3rdparty/zlib/trees.h -- MISSING -- FIXING ../src/3rdparty/zlib/zconf.in.h -- MISSING -- FIXING ../src/3rdparty/zlib/inftrees.h -- MISSING -- FIXING ../src/3rdparty/zlib/zlib.h -- MISSING -- FIXING ../src/3rdparty/zlib/inffixed.h -- MISSING -- FIXING ../src/3rdparty/zlib/inflate.h -- MISSING -- FIXING ../src/3rdparty/zlib/deflate.h -- MISSING -- FIXING ../src/3rdparty/zlib/zconf.h -- MISSING -- FIXING ../src/3rdparty/zlib/crc32.h -- MISSING -- FIXING ../src/3rdparty/libpng/pngasmrd.h -- MISSING -- FIXING ../src/3rdparty/libpng/png.h -- MISSING -- FIXING ../src/3rdparty/libpng/pngconf.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftglue.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgpos.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgsub.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxopen.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgdef.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxopenf.h -- MISSING -- FIXING ../src/3rdparty/opentype/otlbuffer.h -- MISSING -- FIXING ../src/3rdparty/sqlite/os.h -- MISSING -- FIXING ../src/3rdparty/sqlite/sqlite.h -- MISSING -- FIXING ../src/3rdparty/sqlite/btree.h -- MISSING -- FIXING ../src/3rdparty/sqlite/config.h -- MISSING -- FIXING ../src/3rdparty/sqlite/sqliteInt.h -- MISSING -- FIXING ../src/3rdparty/sqlite/opcodes.h -- MISSING -- FIXING ../src/3rdparty/sqlite/pager.h -- MISSING -- FIXING ../src/3rdparty/sqlite/parse.h -- MISSING -- FIXING ../src/3rdparty/sqlite/hash.h -- MISSING -- FIXING ../src/3rdparty/sqlite/vdbeInt.h -- MISSING -- FIXING ../src/3rdparty/sqlite/vdbe.h -- MISSING -- FIXING ../src/embedded/qmousedriverinterface_p.h -- MISSING -- FIXING ../src/embedded/qgfxdriverinterface_p.h -- MISSING -- FIXING ../src/embedded/qkbddriverinterface_p.h -- MISSING -- FIXING ../src/xml/qsvgdevice_p.h -- MISSING -- FIXING ../src/codecs/qisciicodec_p.h -- MISSING -- FIXING ../src/codecs/qtextcodecinterface_p.h -- MISSING -- FIXING ../src/codecs/qfontcodecs_p.h -- MISSING -- FIXING ../src/widgets/qtitlebar_p.h -- MISSING -- FIXING ../src/widgets/qwidgetresizehandler_p.h -- MISSING -- FIXING ../src/widgets/qwidgetinterface_p.h -- MISSING -- FIXING ../src/widgets/qeffects_p.h -- MISSING -- FIXING ../src/widgets/qdialogbuttons_p.h -- MISSING -- FIXING ../src/widgets/qsyntaxhighlighter_p.h -- MISSING -- FIXING ../src/sql/qsqldriverinterface_p.h -- MISSING -- FIXING ../src/sql/qsqlextension_p.h -- MISSING -- FIXING ../src/sql/drivers/ibase/qsql_ibase.h -- MISSING -- FIXING ../src/sql/drivers/psql/qsql_psql.h -- MISSING -- FIXING ../src/sql/drivers/cache/qsqlcachedresult.h -- MISSING -- FIXING ../src/sql/drivers/mysql/qsql_mysql.h -- MISSING -- FIXING ../src/sql/drivers/odbc/qsql_odbc.h -- MISSING -- FIXING ../src/sql/drivers/odbc/debian_qsql_odbc.h -- MISSING -- FIXING ../src/sql/drivers/sqlite/qsql_sqlite.h -- MISSING -- FIXING ../src/sql/qsqlmanager_p.h -- MISSING -- FIXING ../src/moc/moc_yacc.h -- MISSING -- FIXING ../src/attic/qtmultilineedit.h -- MISSING -- FIXING ../src/attic/qttableview.h -- MISSING -- FIXING ../src/styles/qstyleinterface_p.h -- MISSING -- FIXING ../src/opengl/qgl_x11_p.h -- MISSING -- FIXING ../src/kernel/qapplication_p.h -- MISSING -- FIXING ../src/kernel/qimageformatinterface_p.h -- MISSING -- FIXING ../src/kernel/qobject.h -- MISSING -- FIXING ../src/kernel/qinputcontext_p.h -- MISSING -- FIXING ../src/kernel/qwidget_p.h -- MISSING -- FIXING ../src/kernel/qt_x11_p.h -- MISSING -- FIXING ../src/kernel/qfontdata_p.h -- MISSING -- FIXING ../src/kernel/qscriptengine_p.h -- MISSING -- FIXING ../src/kernel/qlock_p.h -- MISSING -- FIXING ../src/kernel/qeventloop_p.h -- MISSING -- FIXING ../src/kernel/qinternal_p.h -- MISSING -- FIXING ../src/kernel/qprinter_p.h -- MISSING -- FIXING ../src/kernel/qlayoutengine_p.h -- MISSING -- FIXING ../src/kernel/qpainter_p.h -- MISSING -- FIXING ../src/kernel/qfontengine_p.h -- MISSING -- FIXING ../src/kernel/qt_pch.h -- MISSING -- FIXING ../src/kernel/qcolor_p.h -- MISSING -- FIXING ../src/kernel/qpsprinter_p.h -- MISSING -- FIXING ../src/kernel/qtextengine_p.h -- MISSING -- FIXING ../src/kernel/qrichtext_p.h -- MISSING -- FIXING ../src/kernel/qucomextra_p.h -- MISSING -- FIXING ../src/kernel/qtextlayout_p.h -- MISSING -- FIXING ../src/kernel/qsharedmemory_p.h -- MISSING -- FIXING ../src/tools/qcomlibrary_p.h -- MISSING -- FIXING ../src/tools/qdir_p.h -- MISSING -- FIXING ../src/tools/qucom_p.h -- MISSING -- FIXING ../src/tools/qfiledefs_p.h -- MISSING -- FIXING ../src/tools/qunicodetables_p.h -- MISSING -- FIXING ../src/tools/qlibrary_p.h -- MISSING -- FIXING ../src/tools/qcriticalsection_p.h -- MISSING -- FIXING ../src/tools/qthreadinstance_p.h -- MISSING -- FIXING ../src/tools/qgpluginmanager_p.h -- MISSING -- FIXING ../src/tools/qpluginmanager_p.h -- MISSING -- FIXING ../src/tools/qcomponentfactory_p.h -- MISSING -- FIXING ../src/tools/qsettings_p.h -- MISSING -- FIXING ../src/tools/qmutex_p.h -- MISSING -- FIXING ../src/tools/qmutexpool_p.h -- MISSING -- FIXING ../src/tools/qcom_p.h -- MISSING -- FIXING ../src/tools/qlocale_p.h -- MISSING -- FIXING
On 05/12/2011 01:06 PM, David C. Rankin wrote:
On 05/12/2011 12:32 PM, PICCORO McKAY Lenz wrote:
i think that patches over qt3 are not well applied or documented.. not controled for corrected worked!
rakinm i currently not finish my work over qt3 due all patches must be revised, well documented and added to changelog, due hard work of trinity team, this are dificult for all, i can do but i propost make a tarball and give to some boy to upload to svn..
currently suse patches it to complete, the rest (from slack, arch, geento, debian, and kde) i have applied and analizing&documented
sorry, i can work with svn, i dont have 24/7 net conection and my per sesion only hav 7-15 minutes and its very slow, the only avantage its that i can connect various times at day..
Don't be sorry -- that's fine. Everybody is doing a great job! I'm just reporting things as I find them. I guess we should set up a Qt3 etherpad of something like it so we can just track this stuff.
Right now the svn Qt3 is building great up to the point that I hit a missing include, etc.. I expect those :)
My purpose in reporting them is just to make it easier for whoever is looking at Qt3.
One more:
The qt3/include link for src/kernel/qinputcontext.h is also missing :)
For the record. Prior to my next build attempt I updated the following links with:
13:12 providence:~/tde/svn/mod/qt3/include> for i in $(find ../src -name "*.h"); do [[ -h ${i##*/} ]] && echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done
(I'm sure including all wasn't necessary, but this is just for a test on my copy)
../src/inputmethod/qinputcontextplugin.h -- MISSING -- FIXING ../src/inputmethod/qinputcontextinterface_p.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jversion.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jerror.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jpeglib.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jmorecfg.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jpegint.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jchuff.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jconfig.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jinclude.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jdct.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jdhuff.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jmemsys.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_trace.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_object_prc.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_jpeg.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_filter.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_objects.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_zlib.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunks.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_error.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_types.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_cms.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunk_prc.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_pixels.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_data.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_display.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_memory.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_write.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_read.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_dither.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunk_io.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_conf.h -- MISSING -- FIXING ../src/3rdparty/zlib/zutil.h -- MISSING -- FIXING ../src/3rdparty/zlib/inffast.h -- MISSING -- FIXING ../src/3rdparty/zlib/trees.h -- MISSING -- FIXING ../src/3rdparty/zlib/zconf.in.h -- MISSING -- FIXING ../src/3rdparty/zlib/inftrees.h -- MISSING -- FIXING ../src/3rdparty/zlib/zlib.h -- MISSING -- FIXING ../src/3rdparty/zlib/inffixed.h -- MISSING -- FIXING ../src/3rdparty/zlib/inflate.h -- MISSING -- FIXING ../src/3rdparty/zlib/deflate.h -- MISSING -- FIXING ../src/3rdparty/zlib/zconf.h -- MISSING -- FIXING ../src/3rdparty/zlib/crc32.h -- MISSING -- FIXING ../src/3rdparty/libpng/pngasmrd.h -- MISSING -- FIXING ../src/3rdparty/libpng/png.h -- MISSING -- FIXING ../src/3rdparty/libpng/pngconf.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftglue.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgpos.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgsub.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxopen.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgdef.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxopenf.h -- MISSING -- FIXING ../src/3rdparty/opentype/otlbuffer.h -- MISSING -- FIXING ../src/3rdparty/sqlite/os.h -- MISSING -- FIXING ../src/3rdparty/sqlite/sqlite.h -- MISSING -- FIXING ../src/3rdparty/sqlite/btree.h -- MISSING -- FIXING ../src/3rdparty/sqlite/config.h -- MISSING -- FIXING ../src/3rdparty/sqlite/sqliteInt.h -- MISSING -- FIXING ../src/3rdparty/sqlite/opcodes.h -- MISSING -- FIXING ../src/3rdparty/sqlite/pager.h -- MISSING -- FIXING ../src/3rdparty/sqlite/parse.h -- MISSING -- FIXING ../src/3rdparty/sqlite/hash.h -- MISSING -- FIXING ../src/3rdparty/sqlite/vdbeInt.h -- MISSING -- FIXING ../src/3rdparty/sqlite/vdbe.h -- MISSING -- FIXING ../src/embedded/qmousedriverinterface_p.h -- MISSING -- FIXING ../src/embedded/qgfxdriverinterface_p.h -- MISSING -- FIXING ../src/embedded/qkbddriverinterface_p.h -- MISSING -- FIXING ../src/xml/qsvgdevice_p.h -- MISSING -- FIXING ../src/codecs/qisciicodec_p.h -- MISSING -- FIXING ../src/codecs/qtextcodecinterface_p.h -- MISSING -- FIXING ../src/codecs/qfontcodecs_p.h -- MISSING -- FIXING ../src/widgets/qtitlebar_p.h -- MISSING -- FIXING ../src/widgets/qwidgetresizehandler_p.h -- MISSING -- FIXING ../src/widgets/qwidgetinterface_p.h -- MISSING -- FIXING ../src/widgets/qeffects_p.h -- MISSING -- FIXING ../src/widgets/qdialogbuttons_p.h -- MISSING -- FIXING ../src/widgets/qsyntaxhighlighter_p.h -- MISSING -- FIXING ../src/sql/qsqldriverinterface_p.h -- MISSING -- FIXING ../src/sql/qsqlextension_p.h -- MISSING -- FIXING ../src/sql/drivers/ibase/qsql_ibase.h -- MISSING -- FIXING ../src/sql/drivers/psql/qsql_psql.h -- MISSING -- FIXING ../src/sql/drivers/cache/qsqlcachedresult.h -- MISSING -- FIXING ../src/sql/drivers/mysql/qsql_mysql.h -- MISSING -- FIXING ../src/sql/drivers/odbc/qsql_odbc.h -- MISSING -- FIXING ../src/sql/drivers/odbc/debian_qsql_odbc.h -- MISSING -- FIXING ../src/sql/drivers/sqlite/qsql_sqlite.h -- MISSING -- FIXING ../src/sql/qsqlmanager_p.h -- MISSING -- FIXING ../src/moc/moc_yacc.h -- MISSING -- FIXING ../src/attic/qtmultilineedit.h -- MISSING -- FIXING ../src/attic/qttableview.h -- MISSING -- FIXING ../src/styles/qstyleinterface_p.h -- MISSING -- FIXING ../src/opengl/qgl_x11_p.h -- MISSING -- FIXING ../src/kernel/qapplication_p.h -- MISSING -- FIXING ../src/kernel/qimageformatinterface_p.h -- MISSING -- FIXING ../src/kernel/qobject.h -- MISSING -- FIXING ../src/kernel/qinputcontext_p.h -- MISSING -- FIXING ../src/kernel/qwidget_p.h -- MISSING -- FIXING ../src/kernel/qt_x11_p.h -- MISSING -- FIXING ../src/kernel/qfontdata_p.h -- MISSING -- FIXING ../src/kernel/qscriptengine_p.h -- MISSING -- FIXING ../src/kernel/qlock_p.h -- MISSING -- FIXING ../src/kernel/qeventloop_p.h -- MISSING -- FIXING ../src/kernel/qinternal_p.h -- MISSING -- FIXING ../src/kernel/qprinter_p.h -- MISSING -- FIXING ../src/kernel/qlayoutengine_p.h -- MISSING -- FIXING ../src/kernel/qpainter_p.h -- MISSING -- FIXING ../src/kernel/qfontengine_p.h -- MISSING -- FIXING ../src/kernel/qt_pch.h -- MISSING -- FIXING ../src/kernel/qcolor_p.h -- MISSING -- FIXING ../src/kernel/qpsprinter_p.h -- MISSING -- FIXING ../src/kernel/qtextengine_p.h -- MISSING -- FIXING ../src/kernel/qrichtext_p.h -- MISSING -- FIXING ../src/kernel/qucomextra_p.h -- MISSING -- FIXING ../src/kernel/qtextlayout_p.h -- MISSING -- FIXING ../src/kernel/qsharedmemory_p.h -- MISSING -- FIXING ../src/tools/qcomlibrary_p.h -- MISSING -- FIXING ../src/tools/qdir_p.h -- MISSING -- FIXING ../src/tools/qucom_p.h -- MISSING -- FIXING ../src/tools/qfiledefs_p.h -- MISSING -- FIXING ../src/tools/qunicodetables_p.h -- MISSING -- FIXING ../src/tools/qlibrary_p.h -- MISSING -- FIXING ../src/tools/qcriticalsection_p.h -- MISSING -- FIXING ../src/tools/qthreadinstance_p.h -- MISSING -- FIXING ../src/tools/qgpluginmanager_p.h -- MISSING -- FIXING ../src/tools/qpluginmanager_p.h -- MISSING -- FIXING ../src/tools/qcomponentfactory_p.h -- MISSING -- FIXING ../src/tools/qsettings_p.h -- MISSING -- FIXING ../src/tools/qmutex_p.h -- MISSING -- FIXING ../src/tools/qmutexpool_p.h -- MISSING -- FIXING ../src/tools/qcom_p.h -- MISSING -- FIXING ../src/tools/qlocale_p.h -- MISSING -- FIXING
Thanks for the script--all the missing includes should be fixed in SVN revision 192.
Tim
i finish revise sus openbuild qt3 pathes and changelogs, please i revise all patches on suse build archives..
these must be take on care veri care due many patches do not handle property the configurations
by example, the rmp build on suse enables gif mng and sqlite from own build-in qt3 sources, even from system instaled as must be!
now i begin to refres all based on qt3 3.3.8c, i report the refresh on few days
On Thu, May 12, 2011 at 2:44 PM, Timothy Pearson kb9vqf@pearsoncomputing.net wrote:
On 05/12/2011 01:06 PM, David C. Rankin wrote:
On 05/12/2011 12:32 PM, PICCORO McKAY Lenz wrote:
i think that patches over qt3 are not well applied or documented.. not controled for corrected worked!
rakinm i currently not finish my work over qt3 due all patches must be revised, well documented and added to changelog, due hard work of trinity team, this are dificult for all, i can do but i propost make a tarball and give to some boy to upload to svn..
currently suse patches it to complete, the rest (from slack, arch, geento, debian, and kde) i have applied and analizing&documented
sorry, i can work with svn, i dont have 24/7 net conection and my per sesion only hav 7-15 minutes and its very slow, the only avantage its that i can connect various times at day..
Don't be sorry -- that's fine. Everybody is doing a great job! I'm just reporting things as I find them. I guess we should set up a Qt3 etherpad of something like it so we can just track this stuff.
Right now the svn Qt3 is building great up to the point that I hit a missing include, etc.. I expect those :)
My purpose in reporting them is just to make it easier for whoever is looking at Qt3.
One more:
The qt3/include link for src/kernel/qinputcontext.h is also missing :)
For the record. Prior to my next build attempt I updated the following links with:
13:12 providence:~/tde/svn/mod/qt3/include> for i in $(find ../src -name "*.h"); do [[ -h ${i##*/} ]] && echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done
(I'm sure including all wasn't necessary, but this is just for a test on my copy)
../src/inputmethod/qinputcontextplugin.h -- MISSING -- FIXING ../src/inputmethod/qinputcontextinterface_p.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jversion.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jerror.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jpeglib.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jmorecfg.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jpegint.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jchuff.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jconfig.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jinclude.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jdct.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jdhuff.h -- MISSING -- FIXING ../src/3rdparty/libjpeg/jmemsys.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_trace.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_object_prc.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_jpeg.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_filter.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_objects.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_zlib.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunks.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_error.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_types.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_cms.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunk_prc.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_pixels.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_data.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_display.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_memory.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_write.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_read.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_dither.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_chunk_io.h -- MISSING -- FIXING ../src/3rdparty/libmng/libmng_conf.h -- MISSING -- FIXING ../src/3rdparty/zlib/zutil.h -- MISSING -- FIXING ../src/3rdparty/zlib/inffast.h -- MISSING -- FIXING ../src/3rdparty/zlib/trees.h -- MISSING -- FIXING ../src/3rdparty/zlib/zconf.in.h -- MISSING -- FIXING ../src/3rdparty/zlib/inftrees.h -- MISSING -- FIXING ../src/3rdparty/zlib/zlib.h -- MISSING -- FIXING ../src/3rdparty/zlib/inffixed.h -- MISSING -- FIXING ../src/3rdparty/zlib/inflate.h -- MISSING -- FIXING ../src/3rdparty/zlib/deflate.h -- MISSING -- FIXING ../src/3rdparty/zlib/zconf.h -- MISSING -- FIXING ../src/3rdparty/zlib/crc32.h -- MISSING -- FIXING ../src/3rdparty/libpng/pngasmrd.h -- MISSING -- FIXING ../src/3rdparty/libpng/png.h -- MISSING -- FIXING ../src/3rdparty/libpng/pngconf.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftglue.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgpos.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgsub.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxopen.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxgdef.h -- MISSING -- FIXING ../src/3rdparty/opentype/ftxopenf.h -- MISSING -- FIXING ../src/3rdparty/opentype/otlbuffer.h -- MISSING -- FIXING ../src/3rdparty/sqlite/os.h -- MISSING -- FIXING ../src/3rdparty/sqlite/sqlite.h -- MISSING -- FIXING ../src/3rdparty/sqlite/btree.h -- MISSING -- FIXING ../src/3rdparty/sqlite/config.h -- MISSING -- FIXING ../src/3rdparty/sqlite/sqliteInt.h -- MISSING -- FIXING ../src/3rdparty/sqlite/opcodes.h -- MISSING -- FIXING ../src/3rdparty/sqlite/pager.h -- MISSING -- FIXING ../src/3rdparty/sqlite/parse.h -- MISSING -- FIXING ../src/3rdparty/sqlite/hash.h -- MISSING -- FIXING ../src/3rdparty/sqlite/vdbeInt.h -- MISSING -- FIXING ../src/3rdparty/sqlite/vdbe.h -- MISSING -- FIXING ../src/embedded/qmousedriverinterface_p.h -- MISSING -- FIXING ../src/embedded/qgfxdriverinterface_p.h -- MISSING -- FIXING ../src/embedded/qkbddriverinterface_p.h -- MISSING -- FIXING ../src/xml/qsvgdevice_p.h -- MISSING -- FIXING ../src/codecs/qisciicodec_p.h -- MISSING -- FIXING ../src/codecs/qtextcodecinterface_p.h -- MISSING -- FIXING ../src/codecs/qfontcodecs_p.h -- MISSING -- FIXING ../src/widgets/qtitlebar_p.h -- MISSING -- FIXING ../src/widgets/qwidgetresizehandler_p.h -- MISSING -- FIXING ../src/widgets/qwidgetinterface_p.h -- MISSING -- FIXING ../src/widgets/qeffects_p.h -- MISSING -- FIXING ../src/widgets/qdialogbuttons_p.h -- MISSING -- FIXING ../src/widgets/qsyntaxhighlighter_p.h -- MISSING -- FIXING ../src/sql/qsqldriverinterface_p.h -- MISSING -- FIXING ../src/sql/qsqlextension_p.h -- MISSING -- FIXING ../src/sql/drivers/ibase/qsql_ibase.h -- MISSING -- FIXING ../src/sql/drivers/psql/qsql_psql.h -- MISSING -- FIXING ../src/sql/drivers/cache/qsqlcachedresult.h -- MISSING -- FIXING ../src/sql/drivers/mysql/qsql_mysql.h -- MISSING -- FIXING ../src/sql/drivers/odbc/qsql_odbc.h -- MISSING -- FIXING ../src/sql/drivers/odbc/debian_qsql_odbc.h -- MISSING -- FIXING ../src/sql/drivers/sqlite/qsql_sqlite.h -- MISSING -- FIXING ../src/sql/qsqlmanager_p.h -- MISSING -- FIXING ../src/moc/moc_yacc.h -- MISSING -- FIXING ../src/attic/qtmultilineedit.h -- MISSING -- FIXING ../src/attic/qttableview.h -- MISSING -- FIXING ../src/styles/qstyleinterface_p.h -- MISSING -- FIXING ../src/opengl/qgl_x11_p.h -- MISSING -- FIXING ../src/kernel/qapplication_p.h -- MISSING -- FIXING ../src/kernel/qimageformatinterface_p.h -- MISSING -- FIXING ../src/kernel/qobject.h -- MISSING -- FIXING ../src/kernel/qinputcontext_p.h -- MISSING -- FIXING ../src/kernel/qwidget_p.h -- MISSING -- FIXING ../src/kernel/qt_x11_p.h -- MISSING -- FIXING ../src/kernel/qfontdata_p.h -- MISSING -- FIXING ../src/kernel/qscriptengine_p.h -- MISSING -- FIXING ../src/kernel/qlock_p.h -- MISSING -- FIXING ../src/kernel/qeventloop_p.h -- MISSING -- FIXING ../src/kernel/qinternal_p.h -- MISSING -- FIXING ../src/kernel/qprinter_p.h -- MISSING -- FIXING ../src/kernel/qlayoutengine_p.h -- MISSING -- FIXING ../src/kernel/qpainter_p.h -- MISSING -- FIXING ../src/kernel/qfontengine_p.h -- MISSING -- FIXING ../src/kernel/qt_pch.h -- MISSING -- FIXING ../src/kernel/qcolor_p.h -- MISSING -- FIXING ../src/kernel/qpsprinter_p.h -- MISSING -- FIXING ../src/kernel/qtextengine_p.h -- MISSING -- FIXING ../src/kernel/qrichtext_p.h -- MISSING -- FIXING ../src/kernel/qucomextra_p.h -- MISSING -- FIXING ../src/kernel/qtextlayout_p.h -- MISSING -- FIXING ../src/kernel/qsharedmemory_p.h -- MISSING -- FIXING ../src/tools/qcomlibrary_p.h -- MISSING -- FIXING ../src/tools/qdir_p.h -- MISSING -- FIXING ../src/tools/qucom_p.h -- MISSING -- FIXING ../src/tools/qfiledefs_p.h -- MISSING -- FIXING ../src/tools/qunicodetables_p.h -- MISSING -- FIXING ../src/tools/qlibrary_p.h -- MISSING -- FIXING ../src/tools/qcriticalsection_p.h -- MISSING -- FIXING ../src/tools/qthreadinstance_p.h -- MISSING -- FIXING ../src/tools/qgpluginmanager_p.h -- MISSING -- FIXING ../src/tools/qpluginmanager_p.h -- MISSING -- FIXING ../src/tools/qcomponentfactory_p.h -- MISSING -- FIXING ../src/tools/qsettings_p.h -- MISSING -- FIXING ../src/tools/qmutex_p.h -- MISSING -- FIXING ../src/tools/qmutexpool_p.h -- MISSING -- FIXING ../src/tools/qcom_p.h -- MISSING -- FIXING ../src/tools/qlocale_p.h -- MISSING -- FIXING
Thanks for the script--all the missing includes should be fixed in SVN revision 192.
Tim
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On May 12, 2011, at 18:24, PICCORO McKAY Lenz mckaygerhard@gmail.com wrote:
i finish revise sus openbuild qt3 pathes and changelogs, please i revise all patches on suse build archives..
I still don't understand the need to do this if everything works fine... But where did you post it?
these must be take on care veri care due many patches do not handle property the configurations
by example, the rmp build on suse enables gif mng and sqlite from own build-in qt3 sources, even from system instaled as must be!
That's suse preference. You are mixing up preference and problems, if I'm reading your statemen correctly.
now i begin to refres all based on qt3 3.3.8c, i report the refresh on few days
? All it was is a few lines of code... I'm confused about the necessity of this now.
/me is very confused... ?_?
On 05/12/2011 02:14 PM, Timothy Pearson wrote:
On 05/12/2011 01:06 PM, David C. Rankin wrote:
For the record. Prior to my next build attempt I updated the following links with:
13:12 providence:~/tde/svn/mod/qt3/include> for i in $(find ../src -name "*.h"); do [[ -h ${i##*/} ]]&& echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done
Tim, All,
There were more missing includes other than just in the ../src dir. I have broadened the header fix with:
cd qt3/include
for j in extensions lib mkspecs plugins src tools translations; do for i in $(find ../${j} -name "*.h"); do [[ -h ${i##*/} ]] && echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done; done
That will pickup the following:
../extensions/nsplugin/src/jritypes.h -- MISSING -- FIXING ../extensions/nsplugin/src/jri.h -- MISSING -- FIXING ../extensions/nsplugin/src/npapi.h -- MISSING -- FIXING ../extensions/nsplugin/src/npupp.h -- MISSING -- FIXING ../extensions/nsplugin/src/jri_md.h -- MISSING -- FIXING ../extensions/nsplugin/src/qnp.h -- MISSING -- FIXING ../mkspecs/darwin-g++/qplatformdefs.h -- MISSING -- FIXING ../plugins/src/accessible/widgets/qaccessiblemenu.h -- MISSING -- FIXING ../plugins/src/accessible/widgets/qaccessiblewidget.h -- MISSING -- FIXING ../plugins/src/inputmethods/xim/qximinputcontext.h -- MISSING -- FIXING ../plugins/src/inputmethods/xim/qximinputcontextplugin.h -- MISSING -- FIXING ../plugins/src/inputmethods/simple/qsimpleinputcontext.h -- MISSING -- FIXING ../plugins/src/inputmethods/simple/qsimpleinputcontextplugin.h -- MISSING -- FIXING ../plugins/src/inputmethods/imsw-none/qnoneinputcontextplugin.h -- MISSING -- FIXING ../plugins/src/inputmethods/imsw-multi/qmultiinputcontext.h -- MISSING -- FIXING ../plugins/src/inputmethods/imsw-multi/qmultiinputcontextplugin.h -- MISSING -- FIXING ../tools/designer/examples/metric/metric.ui.h -- MISSING -- FIXING ../tools/designer/examples/receiver2/mainform.ui.h -- MISSING -- FIXING ../tools/designer/examples/receiver2/receiver.h -- MISSING -- FIXING ../tools/designer/examples/filechooser/plugin/plugin.h -- MISSING -- FIXING ../tools/designer/examples/filechooser/widget/filechooser.h -- MISSING -- FIXING ../tools/designer/examples/multiclip/multiclip.ui.h -- MISSING -- FIXING ../tools/designer/examples/vcr/vcr.h -- MISSING -- FIXING ../tools/designer/examples/book/book2/book.ui.h -- MISSING -- FIXING ../tools/designer/examples/book/book5/editbook.ui.h -- MISSING -- FIXING ../tools/designer/examples/book/connection.h -- MISSING -- FIXING ../tools/designer/examples/credit/creditform.h -- MISSING -- FIXING ../tools/designer/examples/credit/creditformbase.ui.h -- MISSING -- FIXING ../tools/designer/examples/credit/creditformbase.h -- MISSING -- FIXING ../tools/designer/examples/colortool/optionsform.ui.h -- MISSING -- FIXING ../tools/designer/examples/colortool/findform.ui.h -- MISSING -- FIXING ../tools/designer/examples/colortool/colornameform.ui.h -- MISSING -- FIXING ../tools/designer/examples/sizeaware/sizeaware.h -- MISSING -- FIXING ../tools/designer/examples/addressbook/addressbook.ui.h -- MISSING -- FIXING ../tools/designer/examples/addressbook/addressdetails.ui.h -- MISSING -- FIXING ../tools/designer/examples/addressbook/search.ui.h -- MISSING -- FIXING ../tools/designer/examples/opengl/glwidget.h -- MISSING -- FIXING ../tools/designer/examples/richedit/richedit.ui.h -- MISSING -- FIXING ../tools/designer/designer/previewframe.h -- MISSING -- FIXING ../tools/designer/designer/listboxrename.h -- MISSING -- FIXING ../tools/designer/designer/orderindicator.h -- MISSING -- FIXING ../tools/designer/designer/pixmapchooser.h -- MISSING -- FIXING ../tools/designer/designer/editfunctionsimpl.h -- MISSING -- FIXING ../tools/designer/designer/layout.h -- MISSING -- FIXING ../tools/designer/designer/propertyeditor.h -- MISSING -- FIXING ../tools/designer/designer/designer_pch.h -- MISSING -- FIXING ../tools/designer/designer/connectionitems.h -- MISSING -- FIXING ../tools/designer/designer/wizardeditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/popupmenueditor.h -- MISSING -- FIXING ../tools/designer/designer/connectiondialog.ui.h -- MISSING -- FIXING ../tools/designer/designer/syntaxhighlighter_html.h -- MISSING -- FIXING ../tools/designer/designer/pixmapcollection.h -- MISSING -- FIXING ../tools/designer/designer/database2.h -- MISSING -- FIXING ../tools/designer/designer/metadatabase.h -- MISSING -- FIXING ../tools/designer/designer/variabledialogimpl.h -- MISSING -- FIXING ../tools/designer/designer/propertyobject.h -- MISSING -- FIXING ../tools/designer/designer/mainwindow.h -- MISSING -- FIXING ../tools/designer/designer/dbconnectionimpl.h -- MISSING -- FIXING ../tools/designer/designer/actiondnd.h -- MISSING -- FIXING ../tools/designer/designer/iconvieweditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/listvieweditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/actioneditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/menubareditor.h -- MISSING -- FIXING ../tools/designer/designer/dbconnectionsimpl.h -- MISSING -- FIXING ../tools/designer/designer/sourcefile.h -- MISSING -- FIXING ../tools/designer/designer/sourceeditor.h -- MISSING -- FIXING ../tools/designer/designer/command.h -- MISSING -- FIXING ../tools/designer/designer/listboxeditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/database.h -- MISSING -- FIXING ../tools/designer/designer/richtextfontdialog.ui.h -- MISSING -- FIXING ../tools/designer/designer/timestamp.h -- MISSING -- FIXING ../tools/designer/designer/formwindow.h -- MISSING -- FIXING ../tools/designer/designer/finddialog.ui.h -- MISSING -- FIXING ../tools/designer/designer/multilineeditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/listdnd.h -- MISSING -- FIXING ../tools/designer/designer/previewwidgetimpl.h -- MISSING -- FIXING ../tools/designer/designer/hierarchyview.h -- MISSING -- FIXING ../tools/designer/designer/designerappiface.h -- MISSING -- FIXING ../tools/designer/designer/qcompletionedit.h -- MISSING -- FIXING ../tools/designer/designer/tableeditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/project.h -- MISSING -- FIXING ../tools/designer/designer/listboxdnd.h -- MISSING -- FIXING ../tools/designer/designer/sizehandle.h -- MISSING -- FIXING ../tools/designer/designer/listeditor.ui.h -- MISSING -- FIXING ../tools/designer/designer/outputwindow.h -- MISSING -- FIXING ../tools/designer/designer/asciivalidator.h -- MISSING -- FIXING ../tools/designer/designer/customwidgeteditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/actionlistview.h -- MISSING -- FIXING ../tools/designer/designer/widgetfactory.h -- MISSING -- FIXING ../tools/designer/designer/paletteeditoradvancedimpl.h -- MISSING -- FIXING ../tools/designer/designer/gotolinedialog.ui.h -- MISSING -- FIXING ../tools/designer/designer/workspace.h -- MISSING -- FIXING ../tools/designer/designer/pixmapcollectioneditor.ui.h -- MISSING -- FIXING ../tools/designer/designer/configtoolboxdialog.ui.h -- MISSING -- FIXING ../tools/designer/designer/designerapp.h -- MISSING -- FIXING ../tools/designer/designer/defs.h -- MISSING -- FIXING ../tools/designer/designer/paletteeditorimpl.h -- MISSING -- FIXING ../tools/designer/designer/widgetaction.h -- MISSING -- FIXING ../tools/designer/designer/formfile.h -- MISSING -- FIXING ../tools/designer/designer/resource.h -- MISSING -- FIXING ../tools/designer/designer/listviewdnd.h -- MISSING -- FIXING ../tools/designer/designer/newformimpl.h -- MISSING -- FIXING ../tools/designer/designer/replacedialog.ui.h -- MISSING -- FIXING ../tools/designer/designer/styledbutton.h -- MISSING -- FIXING ../tools/designer/designer/connectiontable.h -- MISSING -- FIXING ../tools/designer/designer/startdialogimpl.h -- MISSING -- FIXING ../tools/designer/designer/projectsettingsimpl.h -- MISSING -- FIXING ../tools/designer/designer/formsettingsimpl.h -- MISSING -- FIXING ../tools/designer/uilib/qwidgetfactory.h -- MISSING -- FIXING ../tools/designer/shared/globaldefs.h -- MISSING -- FIXING ../tools/designer/shared/ui2uib.h -- MISSING -- FIXING ../tools/designer/shared/widgetdatabase.h -- MISSING -- FIXING ../tools/designer/shared/domtool.h -- MISSING -- FIXING ../tools/designer/shared/parser.h -- MISSING -- FIXING ../tools/designer/shared/uib.h -- MISSING -- FIXING ../tools/designer/uic/uic.h -- MISSING -- FIXING ../tools/designer/editor/conf.h -- MISSING -- FIXING ../tools/designer/editor/markerwidget.h -- MISSING -- FIXING ../tools/designer/editor/viewmanager.h -- MISSING -- FIXING ../tools/designer/editor/arghintwidget.h -- MISSING -- FIXING ../tools/designer/editor/browser.h -- MISSING -- FIXING ../tools/designer/editor/paragdata.h -- MISSING -- FIXING ../tools/designer/editor/completion.h -- MISSING -- FIXING ../tools/designer/editor/cindent.h -- MISSING -- FIXING ../tools/designer/editor/editor.h -- MISSING -- FIXING ../tools/designer/editor/parenmatcher.h -- MISSING -- FIXING ../tools/designer/editor/preferences.ui.h -- MISSING -- FIXING ../tools/designer/interfaces/languageinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/designerinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/filterinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/widgetinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/actioninterface.h -- MISSING -- FIXING ../tools/designer/interfaces/classbrowserinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/editorinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/sourcetemplateiface.h -- MISSING -- FIXING ../tools/designer/interfaces/templatewizardiface.h -- MISSING -- FIXING ../tools/designer/interfaces/preferenceinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/interpreterinterface.h -- MISSING -- FIXING ../tools/designer/interfaces/projectsettingsiface.h -- MISSING -- FIXING ../tools/designer/plugins/glade/glade2ui.h -- MISSING -- FIXING ../tools/designer/plugins/wizards/mainwindowwizard.ui.h -- MISSING -- FIXING ../tools/designer/plugins/wizards/sqlformwizardimpl.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/mainfilesettings.ui.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/projectsettingsinterfaceimpl.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/preferenceinterfaceimpl.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/sourcetemplateinterfaceimpl.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/cppeditor.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/yyreg.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/projectsettings.ui.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/cppbrowser.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/languageinterfaceimpl.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/cppcompletion.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/editorinterfaceimpl.h -- MISSING -- FIXING ../tools/designer/plugins/cppeditor/syntaxhighliter_cpp.h -- MISSING -- FIXING ../tools/designer/plugins/kdevdlg/kdevdlg2ui.h -- MISSING -- FIXING ../tools/designer/plugins/dlg/dlg2ui.h -- MISSING -- FIXING ../tools/designer/plugins/rc/rc2ui.h -- MISSING -- FIXING ../tools/qconfig/main.h -- MISSING -- FIXING ../tools/linguist/linguist/phraselv.h -- MISSING -- FIXING ../tools/linguist/linguist/printout.h -- MISSING -- FIXING ../tools/linguist/linguist/trwindow.h -- MISSING -- FIXING ../tools/linguist/linguist/msgedit.h -- MISSING -- FIXING ../tools/linguist/linguist/simtexth.h -- MISSING -- FIXING ../tools/linguist/linguist/listviews.h -- MISSING -- FIXING ../tools/linguist/linguist/finddialog.h -- MISSING -- FIXING ../tools/linguist/linguist/phrasebookbox.h -- MISSING -- FIXING ../tools/linguist/linguist/statistics.ui.h -- MISSING -- FIXING ../tools/linguist/linguist/phrase.h -- MISSING -- FIXING ../tools/linguist/shared/proparser.h -- MISSING -- FIXING ../tools/linguist/shared/metatranslator.h -- MISSING -- FIXING ../tools/linguist/tutorial/tt3/printpanel.h -- MISSING -- FIXING ../tools/linguist/tutorial/tt2/arrowpad.h -- MISSING -- FIXING ../tools/qvfb/gammaview.h -- MISSING -- FIXING ../tools/qvfb/skin.h -- MISSING -- FIXING ../tools/qvfb/qvfbview.h -- MISSING -- FIXING ../tools/qvfb/qvfbratedlg.h -- MISSING -- FIXING ../tools/qvfb/qanimationwriter.h -- MISSING -- FIXING ../tools/qvfb/qvfb.h -- MISSING -- FIXING ../tools/assistant/helpdialogimpl.h -- MISSING -- FIXING ../tools/assistant/mainwindow.ui.h -- MISSING -- FIXING ../tools/assistant/settingsdialogimpl.h -- MISSING -- FIXING ../tools/assistant/profile.h -- MISSING -- FIXING ../tools/assistant/index.h -- MISSING -- FIXING ../tools/assistant/helpwindow.h -- MISSING -- FIXING ../tools/assistant/docuparser.h -- MISSING -- FIXING ../tools/assistant/lib/qassistantclient.h -- MISSING -- FIXING ../tools/assistant/tabbedbrowser.ui.h -- MISSING -- FIXING ../tools/assistant/topicchooserimpl.h -- MISSING -- FIXING ../tools/qtconfig/paletteeditoradvanced.h -- MISSING -- FIXING ../tools/qtconfig/previewwidget.h -- MISSING -- FIXING ../tools/qtconfig/colorbutton.h -- MISSING -- FIXING
On 05/13/2011 09:08 AM, David C. Rankin wrote:
On 05/12/2011 02:14 PM, Timothy Pearson wrote:
On 05/12/2011 01:06 PM, David C. Rankin wrote:
For the record. Prior to my next build attempt I updated the following links with:
13:12 providence:~/tde/svn/mod/qt3/include> for i in $(find ../src -name "*.h"); do [[ -h ${i##*/} ]]&& echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done
Tim, All,
There were more missing includes other than just in the ../src dir. I have broadened the header fix with:
cd qt3/include
for j in extensions lib mkspecs plugins src tools translations; do for i in $(find ../${j} -name "*.h"); do [[ -h ${i##*/} ]] && echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done; done
That will pickup the following:
<snip>
The following links need to be present in qt3/include/private (I'll look at removing duplicated links in qt3/include later):
private/ private/qapplication_p.h -> ../../src/kernel/qapplication_p.h private/qcolor_p.h -> ../../src/kernel/qcolor_p.h private/qcom_p.h -> ../../src/tools/qcom_p.h private/qcomlibrary_p.h -> ../../src/tools/qcomlibrary_p.h private/qcomponentfactory_p.h -> ../../src/tools/qcomponentfactory_p.h private/qcriticalsection_p.h -> ../../src/tools/qcriticalsection_p.h private/qdialogbuttons_p.h -> ../../src/widgets/qdialogbuttons_p.h private/qdir_p.h -> ../../src/tools/qdir_p.h private/qeffects_p.h -> ../../src/widgets/qeffects_p.h private/qeventloop_p.h -> ../../src/kernel/qeventloop_p.h private/qfiledefs_p.h -> ../../src/tools/qfiledefs_p.h private/qfontcodecs_p.h -> ../../src/codecs/qfontcodecs_p.h private/qfontdata_p.h -> ../../src/kernel/qfontdata_p.h private/qfontengine_p.h -> ../../src/kernel/qfontengine_p.h private/qgfxdriverinterface_p.h -> ../../src/embedded/qgfxdriverinterface_p.h private/qgl_x11_p.h -> ../../src/opengl/qgl_x11_p.h private/qgpluginmanager_p.h -> ../../src/tools/qgpluginmanager_p.h private/qimageformatinterface_p.h -> ../../src/kernel/qimageformatinterface_p.h private/qinputcontext_p.h -> ../../src/kernel/qinputcontext_p.h private/qinternal_p.h -> ../../src/kernel/qinternal_p.h private/qisciicodec_p.h -> ../../src/codecs/qisciicodec_p.h private/qkbddriverinterface_p.h -> ../../src/embedded/qkbddriverinterface_p.h private/qlayoutengine_p.h -> ../../src/kernel/qlayoutengine_p.h private/qlibrary_p.h -> ../../src/tools/qlibrary_p.h private/qlocale_p.h -> ../../src/tools/qlocale_p.h private/qlock_p.h -> ../../src/kernel/qlock_p.h private/qmousedriverinterface_p.h -> ../../src/embedded/qmousedriverinterface_p.h private/qmutex_p.h -> ../../src/tools/qmutex_p.h private/qmutexpool_p.h -> ../../src/tools/qmutexpool_p.h private/qpainter_p.h -> ../../src/kernel/qpainter_p.h private/qpluginmanager_p.h -> ../../src/tools/qpluginmanager_p.h private/qprinter_p.h -> ../../src/kernel/qprinter_p.h private/qpsprinter_p.h -> ../../src/kernel/qpsprinter_p.h private/qrichtext_p.h -> ../../src/kernel/qrichtext_p.h private/qscriptengine_p.h -> ../../src/kernel/qscriptengine_p.h private/qsettings_p.h -> ../../src/tools/qsettings_p.h private/qsharedmemory_p.h -> ../../src/kernel/qsharedmemory_p.h private/qsqldriverinterface_p.h -> ../../src/sql/qsqldriverinterface_p.h private/qsqlextension_p.h -> ../../src/sql/qsqlextension_p.h private/qsqlmanager_p.h -> ../../src/sql/qsqlmanager_p.h private/qstyleinterface_p.h -> ../../src/styles/qstyleinterface_p.h private/qsvgdevice_p.h -> ../../src/xml/qsvgdevice_p.h private/qsyntaxhighlighter_p.h -> ../../src/widgets/qsyntaxhighlighter_p.h private/qt_x11_p.h -> ../../src/kernel/qt_x11_p.h private/qtextcodecinterface_p.h -> ../../src/codecs/qtextcodecinterface_p.h private/qtextengine_p.h -> ../../src/kernel/qtextengine_p.h private/qtextlayout_p.h -> ../../src/kernel/qtextlayout_p.h private/qthreadinstance_p.h -> ../../src/tools/qthreadinstance_p.h private/qtitlebar_p.h -> ../../src/widgets/qtitlebar_p.h private/qucom_p.h -> ../../src/tools/qucom_p.h private/qucomextra_p.h -> ../../src/kernel/qucomextra_p.h private/qunicodetables_p.h -> ../../src/tools/qunicodetables_p.h private/qwidget_p.h -> ../../src/kernel/qwidget_p.h private/qwidgetinterface_p.h -> ../../src/widgets/qwidgetinterface_p.h private/qwidgetresizehandler_p.h -> ../../src/widgets/qwidgetresizehandler_p.h
On 05/13/2011 09:28 AM, David C. Rankin wrote:
On 05/13/2011 09:08 AM, David C. Rankin wrote:
On 05/12/2011 02:14 PM, Timothy Pearson wrote:
On 05/12/2011 01:06 PM, David C. Rankin wrote:
For the record. Prior to my next build attempt I updated the following links with:
13:12 providence:~/tde/svn/mod/qt3/include> for i in $(find ../src -name "*.h"); do [[ -h ${i##*/} ]]&& echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done
Tim, All,
There were more missing includes other than just in the ../src dir. I have broadened the header fix with:
cd qt3/include
for j in extensions lib mkspecs plugins src tools translations; do for i in $(find ../${j} -name "*.h"); do [[ -h ${i##*/} ]] && echo "$i -- found" || { echo "$i -- MISSING -- FIXING"; ln -sf $i; }; done; done
That will pickup the following:
<snip>
The following links need to be present in qt3/include/private (I'll look at removing duplicated links in qt3/include later):
private/
<snip>
Final report for this am. Qt3 from svn builds almost to completion. Which is good progress. The build error I encountered was:
../../../../src/kernel/qpngio.cpp:165:27: error: 'png_info' has no member named 'trans_color' ../../../../src/kernel/qpngio.cpp:193:17: error: 'png_info' has no member named 'trans_alpha'
I have no idea where to start looking for that problem. It may be a patch issue. We will have more time to look at this later. I have backed out some of the patches that were already applied to the qt3 svn code. Right now I'm building with the following patches (attached):
gcc46-arch.diff qt-odbc.patch qt-patches.dcr.tar.bz2 qt3-png14.patch
The full error is:
g++ -c -pipe -g -fno-exceptions -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_IMAGEIO_PNG -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -I/build/src/qt3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -fno-inline __debian_export_symbols.cpp -o .obj/__debian_export_symbols.o test -d ../lib/ || mkdir -p ../lib/ rm -f libqt-mt.so.3.3.8 libqt-mt.so libqt-mt.so.3 libqt-mt.so.3.3 g++ -fno-exceptions -shared -Wl,-soname,libqt-mt.so.3 -o libqt-mt.so.3.3.8 .obj/release-shared-mt/qtaddons_x11.o .obj/release-shared-mt/qapplication_x11.o .obj/release-shared-mt/qclipboard_x11.o .obj/release-shared-mt/qcolor_x11.o .obj/release-shared-mt/qcursor_x11.o .obj/release-shared-mt/qdnd_x11.o .obj/release-shared-mt/qdesktopwidget_x11.o .obj/release-shared-mt/qeventloop_x11.o .obj/release-shared-mt/qfont_x11.o .obj/release-shared-mt/qinputcontext.o .obj/release-shared-mt/qinputcontext_x11.o .obj/release-shared-mt/qmotifdnd_x11.o .obj/release-shared-mt/qpixmap_x11.o .obj/release-shared-mt/qpaintdevice_x11.o .obj/release-shared-mt/qpainter_x11.o .obj/release-shared-mt/qregion_x11.o .obj/release-shared-mt/qsound_x11.o .obj/release-shared-mt/qwidget_x11.o .obj/release-shared-mt/qwidgetcreate_x11.o .obj/release-shared-mt/qfontengine_x11.o .obj/release-shared-mt/qprinter_unix.o .obj/release-shared-mt/qpsprinter.o .obj/release-shared-mt/qeventloop_unix.o .obj/release-shared-mt/qprocess_unix.o .obj/release-shared-mt/qthread_unix.o .obj/release-shared-mt/qabstractlayout.o .obj/release-shared-mt/qucomextra.o .obj/release-shared-mt/qaccel.o .obj/release-shared-mt/qapplication.o .obj/release-shared-mt/qasyncimageio.o .obj/release-shared-mt/qasyncio.o .obj/release-shared-mt/qbitmap.o .obj/release-shared-mt/qclipboard.o .obj/release-shared-mt/qcolor.o .obj/release-shared-mt/qcolor_p.o .obj/release-shared-mt/qconnection.o .obj/release-shared-mt/qcursor.o .obj/release-shared-mt/qdragobject.o .obj/release-shared-mt/qdrawutil.o .obj/release-shared-mt/qdropsite.o .obj/release-shared-mt/qevent.o .obj/release-shared-mt/qeventloop.o .obj/release-shared-mt/qfocusdata.o .obj/release-shared-mt/qfont.o .obj/release-shared-mt/qfontdatabase.o .obj/release-shared-mt/qguardedptr.o .obj/release-shared-mt/qiconset.o .obj/release-shared-mt/qimage.o .obj/release-shared-mt/qimageformatplugin.o .obj/release-shared-mt/qkeysequence.o .obj/release-shared-mt/qlayout.o .obj/release-shared-mt/qlayoutengine.o .obj/release-shared-mt/qtranslator.o .obj/release-shared-mt/qmetaobject.o .obj/release-shared-mt/qmime.o .obj/release-shared-mt/qmovie.o .obj/release-shared-mt/qnetworkprotocol.o .obj/release-shared-mt/qobject.o .obj/release-shared-mt/qobjectcleanuphandler.o .obj/release-shared-mt/qpainter.o .obj/release-shared-mt/qpalette.o .obj/release-shared-mt/qpaintdevicemetrics.o .obj/release-shared-mt/qpicture.o .obj/release-shared-mt/qpixmap.o .obj/release-shared-mt/qpixmapcache.o .obj/release-shared-mt/qpointarray.o .obj/release-shared-mt/qpoint.o .obj/release-shared-mt/qpolygonscanner.o .obj/release-shared-mt/qprinter.o .obj/release-shared-mt/qprocess.o .obj/release-shared-mt/qrect.o .obj/release-shared-mt/qregion.o .obj/release-shared-mt/qsignal.o .obj/release-shared-mt/qsignalmapper.o .obj/release-shared-mt/qsize.o .obj/release-shared-mt/qsizegrip.o .obj/release-shared-mt/qstyle.o .obj/release-shared-mt/qsocketnotifier.o .obj/release-shared-mt/qsound.o .obj/release-shared-mt/qstylesheet.o .obj/release-shared-mt/qthread.o .obj/release-shared-mt/qtimer.o .obj/release-shared-mt/qurl.o .obj/release-shared-mt/qlocalfs.o .obj/release-shared-mt/qurloperator.o .obj/release-shared-mt/qurlinfo.o .obj/release-shared-mt/qwidget.o .obj/release-shared-mt/qwmatrix.o .obj/release-shared-mt/qvariant.o .obj/release-shared-mt/qrichtext.o .obj/release-shared-mt/qinternal.o .obj/release-shared-mt/qrichtext_p.o .obj/release-shared-mt/qgplugin.o .obj/release-shared-mt/qsimplerichtext.o .obj/release-shared-mt/qscriptengine.o .obj/release-shared-mt/qtextlayout.o .obj/release-shared-mt/qtextengine.o .obj/release-shared-mt/qbuttongroup.o .obj/release-shared-mt/qbutton.o .obj/release-shared-mt/qdialogbuttons.o .obj/release-shared-mt/qcheckbox.o .obj/release-shared-mt/qcombobox.o .obj/release-shared-mt/qwidgetresizehandler.o .obj/release-shared-mt/qdial.o .obj/release-shared-mt/qdockarea.o .obj/release-shared-mt/qdockwindow.o .obj/release-shared-mt/qframe.o .obj/release-shared-mt/qgrid.o .obj/release-shared-mt/qgridview.o .obj/release-shared-mt/qgroupbox.o .obj/release-shared-mt/qhbuttongroup.o .obj/release-shared-mt/qheader.o .obj/release-shared-mt/qhgroupbox.o .obj/release-shared-mt/qhbox.o .obj/release-shared-mt/qlabel.o .obj/release-shared-mt/qlcdnumber.o .obj/release-shared-mt/qlineedit.o .obj/release-shared-mt/qlistbox.o .obj/release-shared-mt/qlistview.o .obj/release-shared-mt/qmainwindow.o .obj/release-shared-mt/qmenubar.o .obj/release-shared-mt/qmenudata.o .obj/release-shared-mt/qmultilineedit.o .obj/release-shared-mt/qpopupmenu.o .obj/release-shared-mt/qprogressbar.o .obj/release-shared-mt/qpushbutton.o .obj/release-shared-mt/qradiobutton.o .obj/release-shared-mt/qrangecontrol.o .obj/release-shared-mt/qscrollbar.o .obj/release-shared-mt/qscrollview.o .obj/release-shared-mt/qslider.o .obj/release-shared-mt/qsplashscreen.o .obj/release-shared-mt/qspinbox.o .obj/release-shared-mt/qspinwidget.o .obj/release-shared-mt/qsplitter.o .obj/release-shared-mt/qstatusbar.o .obj/release-shared-mt/qsyntaxhighlighter.o .obj/release-shared-mt/qtabbar.o .obj/release-shared-mt/qtabwidget.o .obj/release-shared-mt/qtitlebar.o .obj/release-shared-mt/qtoolbar.o .obj/release-shared-mt/qtoolbox.o .obj/release-shared-mt/qtoolbutton.o .obj/release-shared-mt/qtooltip.o .obj/release-shared-mt/qvalidator.o .obj/release-shared-mt/qvbox.o .obj/release-shared-mt/qvbuttongroup.o .obj/release-shared-mt/qvgroupbox.o .obj/release-shared-mt/qwhatsthis.o .obj/release-shared-mt/qwidgetstack.o .obj/release-shared-mt/qaction.o .obj/release-shared-mt/qdatetimeedit.o .obj/release-shared-mt/qeffects.o .obj/release-shared-mt/qtextview.o .obj/release-shared-mt/qtextbrowser.o .obj/release-shared-mt/qtextedit.o .obj/release-shared-mt/qwidgetplugin.o .obj/release-shared-mt/qprintdialog.o .obj/release-shared-mt/qcolordialog.o .obj/release-shared-mt/qdialog.o .obj/release-shared-mt/qerrormessage.o .obj/release-shared-mt/qfiledialog.o .obj/release-shared-mt/qfontdialog.o .obj/release-shared-mt/qmessagebox.o .obj/release-shared-mt/qprogressdialog.o .obj/release-shared-mt/qtabdialog.o .obj/release-shared-mt/qwizard.o .obj/release-shared-mt/qinputdialog.o .obj/release-shared-mt/qiconview.o .obj/release-shared-mt/qworkspace.o .obj/release-shared-mt/qinputcontextfactory.o .obj/release-shared-mt/qinputcontextplugin.o .obj/release-shared-mt/qdns.o .obj/release-shared-mt/qftp.o .obj/release-shared-mt/qhttp.o .obj/release-shared-mt/qhostaddress.o .obj/release-shared-mt/qnetwork.o .obj/release-shared-mt/qserversocket.o .obj/release-shared-mt/qsocket.o .obj/release-shared-mt/qsocketdevice.o .obj/release-shared-mt/qsocketdevice_unix.o .obj/release-shared-mt/qcanvas.o .obj/release-shared-mt/qtable.o .obj/release-shared-mt/qxml.o .obj/release-shared-mt/qdom.o .obj/release-shared-mt/qsvgdevice.o .obj/release-shared-mt/qgl.o .obj/release-shared-mt/qglcolormap.o .obj/release-shared-mt/qgl_x11.o .obj/release-shared-mt/qsqlquery.o .obj/release-shared-mt/qsqldatabase.o .obj/release-shared-mt/qsqlfield.o .obj/release-shared-mt/qsqlrecord.o .obj/release-shared-mt/qsqlform.o .obj/release-shared-mt/qsqlcursor.o .obj/release-shared-mt/qeditorfactory.o .obj/release-shared-mt/qsqleditorfactory.o .obj/release-shared-mt/qsqldriver.o .obj/release-shared-mt/qsqlextension_p.o .obj/release-shared-mt/qsqldriverplugin.o .obj/release-shared-mt/qsqlerror.o .obj/release-shared-mt/qsqlresult.o .obj/release-shared-mt/qsqlindex.o .obj/release-shared-mt/qsqlpropertymap.o .obj/release-shared-mt/qsqlmanager_p.o .obj/release-shared-mt/qdatatable.o .obj/release-shared-mt/qdataview.o .obj/release-shared-mt/qdatabrowser.o .obj/release-shared-mt/qsqlselectcursor.o .obj/release-shared-mt/qsqlcachedresult.o .obj/release-shared-mt/qmngio.o .obj/release-shared-mt/qjpegio.o .obj/release-shared-mt/qpngio.o .obj/release-shared-mt/ftxopentype.o .obj/release-shared-mt/qdir_unix.o .obj/release-shared-mt/qfile_unix.o .obj/release-shared-mt/qfileinfo_unix.o .obj/release-shared-mt/qmutex_unix.o .obj/release-shared-mt/qthreadstorage_unix.o .obj/release-shared-mt/qwaitcondition_unix.o .obj/release-shared-mt/qlibrary_unix.o .obj/release-shared-mt/qbitarray.o .obj/release-shared-mt/qbuffer.o .obj/release-shared-mt/qcomponentfactory.o .obj/release-shared-mt/qcomlibrary.o .obj/release-shared-mt/qcstring.o .obj/release-shared-mt/qdatastream.o .obj/release-shared-mt/qdatetime.o .obj/release-shared-mt/qdeepcopy.o .obj/release-shared-mt/qdir.o .obj/release-shared-mt/qfile.o .obj/release-shared-mt/qfileinfo.o .obj/release-shared-mt/qgarray.o .obj/release-shared-mt/qgcache.o .obj/release-shared-mt/qgdict.o .obj/release-shared-mt/qglist.o .obj/release-shared-mt/qglobal.o .obj/release-shared-mt/qgpluginmanager.o .obj/release-shared-mt/qgvector.o .obj/release-shared-mt/qiodevice.o .obj/release-shared-mt/qlibrary.o .obj/release-shared-mt/qlocale.o .obj/release-shared-mt/qmap.o .obj/release-shared-mt/qmutexpool.o .obj/release-shared-mt/qptrcollection.o .obj/release-shared-mt/qregexp.o .obj/release-shared-mt/qstring.o .obj/release-shared-mt/qsemaphore.o .obj/release-shared-mt/qsettings.o .obj/release-shared-mt/qstringlist.o .obj/release-shared-mt/qtextstream.o .obj/release-shared-mt/qunicodetables.o .obj/release-shared-mt/qucom.o .obj/release-shared-mt/quuid.o .obj/release-shared-mt/qbig5codec.o .obj/release-shared-mt/qeucjpcodec.o .obj/release-shared-mt/qeuckrcodec.o .obj/release-shared-mt/qisciicodec.o .obj/release-shared-mt/qgb18030codec.o .obj/release-shared-mt/qjiscodec.o .obj/release-shared-mt/qjpunicode.o .obj/release-shared-mt/qrtlcodec.o .obj/release-shared-mt/qsjiscodec.o .obj/release-shared-mt/qtextcodec.o .obj/release-shared-mt/qtsciicodec.o .obj/release-shared-mt/qutfcodec.o .obj/release-shared-mt/qtextcodecfactory.o .obj/release-shared-mt/qtextcodecplugin.o .obj/release-shared-mt/qfontcncodec.o .obj/release-shared-mt/qfonthkcodec.o .obj/release-shared-mt/qfontjpcodec.o .obj/release-shared-mt/qfontkrcodec.o .obj/release-shared-mt/qfontlaocodec.o .obj/release-shared-mt/qfonttwcodec.o .obj/release-shared-mt/qstylefactory.o .obj/release-shared-mt/qstyleplugin.o .obj/release-shared-mt/qcommonstyle.o .obj/release-shared-mt/qcdestyle.o .obj/release-shared-mt/qmotifplusstyle.o .obj/release-shared-mt/qplatinumstyle.o .obj/release-shared-mt/qsgistyle.o .obj/release-shared-mt/qwindowsstyle.o .obj/release-shared-mt/qmotifstyle.o .obj/release-shared-mt/qconfig.o .obj/release-shared-mt/moc_qaccel.o .obj/release-shared-mt/moc_qapplication.o .obj/release-shared-mt/moc_qasyncio.o .obj/release-shared-mt/moc_qclipboard.o .obj/release-shared-mt/moc_qdesktopwidget.o .obj/release-shared-mt/moc_qdragobject.o .obj/release-shared-mt/moc_qeventloop.o .obj/release-shared-mt/moc_qguardedptr.o .obj/release-shared-mt/moc_qimageformatplugin.o .obj/release-shared-mt/moc_qlayout.o .obj/release-shared-mt/moc_qtranslator.o .obj/release-shared-mt/moc_qnetworkprotocol.o .obj/release-shared-mt/moc_qobject.o .obj/release-shared-mt/moc_qobjectcleanuphandler.o .obj/release-shared-mt/moc_qprocess.o .obj/release-shared-mt/moc_qsessionmanager.o .obj/release-shared-mt/moc_qsignal.o .obj/release-shared-mt/moc_qsignalmapper.o .obj/release-shared-mt/moc_qsizegrip.o .obj/release-shared-mt/moc_qsocketnotifier.o .obj/release-shared-mt/moc_qsound.o .obj/release-shared-mt/moc_qstyle.o .obj/release-shared-mt/moc_qstylesheet.o .obj/release-shared-mt/moc_qtimer.o .obj/release-shared-mt/moc_qlocalfs.o .obj/release-shared-mt/moc_qurloperator.o .obj/release-shared-mt/moc_qwidget.o .obj/release-shared-mt/moc_qrichtext_p.o .obj/release-shared-mt/moc_qgplugin.o .obj/release-shared-mt/moc_qinputcontext.o .obj/release-shared-mt/moc_qbuttongroup.o .obj/release-shared-mt/moc_qbutton.o .obj/release-shared-mt/moc_qdialogbuttons_p.o .obj/release-shared-mt/moc_qcheckbox.o .obj/release-shared-mt/moc_qcombobox.o .obj/release-shared-mt/moc_qwidgetresizehandler_p.o .obj/release-shared-mt/moc_qdial.o .obj/release-shared-mt/moc_qdockarea.o .obj/release-shared-mt/moc_qdockwindow.o .obj/release-shared-mt/moc_qframe.o .obj/release-shared-mt/moc_qgrid.o .obj/release-shared-mt/moc_qgridview.o .obj/release-shared-mt/moc_qgroupbox.o .obj/release-shared-mt/moc_qhbuttongroup.o .obj/release-shared-mt/moc_qheader.o .obj/release-shared-mt/moc_qhgroupbox.o .obj/release-shared-mt/moc_qhbox.o .obj/release-shared-mt/moc_qlabel.o .obj/release-shared-mt/moc_qlcdnumber.o .obj/release-shared-mt/moc_qlineedit.o .obj/release-shared-mt/moc_qlistbox.o .obj/release-shared-mt/moc_qlistview.o .obj/release-shared-mt/moc_qmainwindow.o .obj/release-shared-mt/moc_qmenubar.o .obj/release-shared-mt/moc_qmultilineedit.o .obj/release-shared-mt/moc_qpopupmenu.o .obj/release-shared-mt/moc_qprogressbar.o .obj/release-shared-mt/moc_qpushbutton.o .obj/release-shared-mt/moc_qradiobutton.o .obj/release-shared-mt/moc_qrangecontrol.o .obj/release-shared-mt/moc_qscrollbar.o .obj/release-shared-mt/moc_qscrollview.o .obj/release-shared-mt/moc_qslider.o .obj/release-shared-mt/moc_qsplashscreen.o .obj/release-shared-mt/moc_qspinbox.o .obj/release-shared-mt/moc_qsplitter.o .obj/release-shared-mt/moc_qstatusbar.o .obj/release-shared-mt/moc_qtabbar.o .obj/release-shared-mt/moc_qtabwidget.o .obj/release-shared-mt/moc_qtitlebar_p.o .obj/release-shared-mt/moc_qtoolbar.o .obj/release-shared-mt/moc_qtoolbox.o .obj/release-shared-mt/moc_qtoolbutton.o .obj/release-shared-mt/moc_qtooltip.o .obj/release-shared-mt/moc_qvalidator.o .obj/release-shared-mt/moc_qvbox.o .obj/release-shared-mt/moc_qvbuttongroup.o .obj/release-shared-mt/moc_qvgroupbox.o .obj/release-shared-mt/moc_qwidgetstack.o .obj/release-shared-mt/moc_qaction.o .obj/release-shared-mt/moc_qdatetimeedit.o .obj/release-shared-mt/moc_qtextview.o .obj/release-shared-mt/moc_qtextbrowser.o .obj/release-shared-mt/moc_qtextedit.o .obj/release-shared-mt/moc_qwidgetplugin.o .obj/release-shared-mt/moc_qcolordialog.o .obj/release-shared-mt/moc_qdialog.o .obj/release-shared-mt/moc_qerrormessage.o .obj/release-shared-mt/moc_qfiledialog.o .obj/release-shared-mt/moc_qfontdialog.o .obj/release-shared-mt/moc_qmessagebox.o .obj/release-shared-mt/moc_qprogressdialog.o .obj/release-shared-mt/moc_qsemimodal.o .obj/release-shared-mt/moc_qtabdialog.o .obj/release-shared-mt/moc_qwizard.o .obj/release-shared-mt/moc_qinputdialog.o .obj/release-shared-mt/moc_qprintdialog.o .obj/release-shared-mt/moc_qiconview.o .obj/release-shared-mt/moc_qworkspace.o .obj/release-shared-mt/moc_qinputcontextplugin.o .obj/release-shared-mt/moc_qdns.o .obj/release-shared-mt/moc_qftp.o .obj/release-shared-mt/moc_qhttp.o .obj/release-shared-mt/moc_qserversocket.o .obj/release-shared-mt/moc_qsocket.o .obj/release-shared-mt/moc_qcanvas.o .obj/release-shared-mt/moc_qtable.o .obj/release-shared-mt/moc_qgl.o .obj/release-shared-mt/moc_qsqlquery.o .obj/release-shared-mt/moc_qsqldatabase.o .obj/release-shared-mt/moc_qsqlform.o .obj/release-shared-mt/moc_qsqldriver.o .obj/release-shared-mt/moc_qsqldriverplugin.o .obj/release-shared-mt/moc_qdatatable.o .obj/release-shared-mt/moc_qdataview.o .obj/release-shared-mt/moc_qdatabrowser.o .obj/release-shared-mt/moc_qtextcodecplugin.o .obj/release-shared-mt/moc_qstyleplugin.o .obj/release-shared-mt/moc_qcommonstyle.o .obj/release-shared-mt/moc_qcdestyle.o .obj/release-shared-mt/moc_qmotifplusstyle.o .obj/release-shared-mt/moc_qplatinumstyle.o .obj/release-shared-mt/moc_qsgistyle.o .obj/release-shared-mt/moc_qwindowsstyle.o .obj/release-shared-mt/moc_qmotifstyle.o -L/usr/X11R6/lib -L/usr/X11R6/lib -lz -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread .obj/__debian_export_symbols.o ln -s libqt-mt.so.3.3.8 libqt-mt.so ln -s libqt-mt.so.3.3.8 libqt-mt.so.3 ln -s libqt-mt.so.3.3.8 libqt-mt.so.3.3 rm -f ../lib/libqt-mt.so.3.3.8 rm -f ../lib/libqt-mt.so rm -f ../lib/libqt-mt.so.3 rm -f ../lib/libqt-mt.so.3.3 mv -f libqt-mt.so.3.3.8 libqt-mt.so libqt-mt.so.3 libqt-mt.so.3.3 ../lib/ make[2]: Leaving directory `/build/src/qt3/src' cd plugins/src && make make[2]: Entering directory `/build/src/qt3/plugins/src' cd accessible && make -f Makefile make[3]: Entering directory `/build/src/qt3/plugins/src/accessible' make[3]: Nothing to be done for `first'. make[3]: Leaving directory `/build/src/qt3/plugins/src/accessible' cd codecs && make -f Makefile make[3]: Entering directory `/build/src/qt3/plugins/src/codecs' make[3]: Nothing to be done for `first'. make[3]: Leaving directory `/build/src/qt3/plugins/src/codecs' cd imageformats && make -f Makefile make[3]: Entering directory `/build/src/qt3/plugins/src/imageformats' cd png && make -f Makefile make[4]: Entering directory `/build/src/qt3/plugins/src/imageformats/png' g++ -c -pipe -g -fno-exceptions -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/build/src/qt3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/main.o main.cpp In file included from ../../../../src/kernel/qpngio.h:45:0, from ../../../../src/kernel/qpngio.cpp:41, from main.cpp:11: ../../../../src/kernel/qimage.h: In member function 'bool QImageTextKeyLang::operator<(const QImageTextKeyLang&) const': ../../../../src/kernel/qimage.h:61:61: warning: suggest parentheses around '&&' within '||' [-Wparentheses] In file included from main.cpp:11:0: ../../../../src/kernel/qpngio.cpp: In function 'void setup_qt(QImage&, png_structp, png_infop, float)': ../../../../src/kernel/qpngio.cpp:165:27: error: 'png_info' has no member named 'trans_color' ../../../../src/kernel/qpngio.cpp:193:17: error: 'png_info' has no member named 'trans_alpha' make[4]: *** [.obj/release-shared-mt/main.o] Error 1 make[4]: Leaving directory `/build/src/qt3/plugins/src/imageformats/png' make[3]: *** [sub-png] Error 2 make[3]: Leaving directory `/build/src/qt3/plugins/src/imageformats' make[2]: *** [sub-imageformats] Error 2 make[2]: Leaving directory `/build/src/qt3/plugins/src' make[1]: *** [sub-plugins] Error 2 make[1]: Leaving directory `/build/src/qt3' make: *** [init] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Build failed, check /dat_e/david/bld/david/build
On 05/13/2011 09:52 AM, David C. Rankin wrote:
<snip>
Final report for this am. Qt3 from svn builds almost to completion. Which is good progress. The build error I encountered was:
../../../../src/kernel/qpngio.cpp:165:27: error: 'png_info' has no member named 'trans_color' ../../../../src/kernel/qpngio.cpp:193:17: error: 'png_info' has no member named 'trans_alpha'
I have no idea where to start looking for that problem. It may be a patch issue. We will have more time to look at this later. I have backed out some of the patches that were already applied to the qt3 svn code. Right now I'm building with the following patches (attached):
gcc46-arch.diff qt-odbc.patch qt-patches.dcr.tar.bz2 qt3-png14.patch
I removed the qt3-png14.patch and it seems to have either made things better or worse :) The next build error encountered is with odbc. I have tried both with and without the odbc patch -- it's definitely needed. The problem I run into is the linker can't find -liodbc? Maybe we are missing another link that isn't just a header link. The full error is:
g++ -c -pipe -g -fno-exceptions -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/build/src/qt3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/qsql_odbc.o ../../../../src/sql/drivers/odbc/qsql_odbc.cpp ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCPrivate::setConnectionOptions(const QString&)': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:546:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:549:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:552:69: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:571:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:574:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:593:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'virtual bool QODBCDriver::beginTransaction()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1666:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCDriver::endTrans()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1716:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] test -d ../../../sqldrivers/ || mkdir -p ../../../sqldrivers/ rm -f libqsqlodbc.so g++ -fno-exceptions -shared -o libqsqlodbc.so .obj/main.o .obj/qsql_odbc.o -L/build/src/qt3/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -liodbc -lqt-mt -lz -lGLU -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread /usr/bin/ld: cannot find -liodbc collect2: ld returned 1 exit status make[4]: *** [../../../sqldrivers/libqsqlodbc.so] Error 1 make[4]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers/odbc' make[3]: *** [sub-odbc] Error 2 make[3]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers' make[2]: *** [sub-sqldrivers] Error 2 make[2]: Leaving directory `/build/src/qt3/plugins/src' make[1]: *** [sub-plugins] Error 2 make[1]: Leaving directory `/build/src/qt3' make: *** [init] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I'm thinking we probably need to extract the qt-x11-free-3.3.8b.tar.gz code next to the Qt3 (svn) code and run a diff to see what is there and what isn't. I'll try and give that a go later this weekend unless somebody beats me to it...
the problem it the patch about confisin in qimage, the branches its missing.
This was what I meant he had to do some wel done study of patches!
On Fri, May 13, 2011 at 12:08 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote:
On 05/13/2011 09:52 AM, David C. Rankin wrote:
<snip>
Final report for this am. Qt3 from svn builds almost to completion. Which is good progress. The build error I encountered was:
../../../../src/kernel/qpngio.cpp:165:27: error: 'png_info' has no member named 'trans_color' ../../../../src/kernel/qpngio.cpp:193:17: error: 'png_info' has no member named 'trans_alpha'
I have no idea where to start looking for that problem. It may be a patch issue. We will have more time to look at this later. I have backed out some of the patches that were already applied to the qt3 svn code. Right now I'm building with the following patches (attached):
gcc46-arch.diff qt-odbc.patch qt-patches.dcr.tar.bz2 qt3-png14.patch
I removed the qt3-png14.patch and it seems to have either made things better or worse :) The next build error encountered is with odbc. I have tried both with and without the odbc patch -- it's definitely needed. The problem I run into is the linker can't find -liodbc? Maybe we are missing another link that isn't just a header link. The full error is:
g++ -c -pipe -g -fno-exceptions -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/build/src/qt3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/qsql_odbc.o ../../../../src/sql/drivers/odbc/qsql_odbc.cpp ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCPrivate::setConnectionOptions(const QString&)': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:546:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:549:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:552:69: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:571:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:574:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:593:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'virtual bool QODBCDriver::beginTransaction()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1666:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCDriver::endTrans()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1716:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] test -d ../../../sqldrivers/ || mkdir -p ../../../sqldrivers/ rm -f libqsqlodbc.so g++ -fno-exceptions -shared -o libqsqlodbc.so .obj/main.o .obj/qsql_odbc.o -L/build/src/qt3/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -liodbc -lqt-mt -lz -lGLU -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread /usr/bin/ld: cannot find -liodbc collect2: ld returned 1 exit status make[4]: *** [../../../sqldrivers/libqsqlodbc.so] Error 1 make[4]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers/odbc' make[3]: *** [sub-odbc] Error 2 make[3]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers' make[2]: *** [sub-sqldrivers] Error 2 make[2]: Leaving directory `/build/src/qt3/plugins/src' make[1]: *** [sub-plugins] Error 2 make[1]: Leaving directory `/build/src/qt3' make: *** [init] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I'm thinking we probably need to extract the qt-x11-free-3.3.8b.tar.gz code next to the Qt3 (svn) code and run a diff to see what is there and what isn't. I'll try and give that a go later this weekend unless somebody beats me to it...
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
the obcd patch are old, must be applied the new from qt3 on debian .. please!
On Fri, May 13, 2011 at 12:31 PM, PICCORO McKAY Lenz mckaygerhard@gmail.com wrote:
the problem it the patch about confisin in qimage, the branches its missing.
This was what I meant he had to do some wel done study of patches!
On Fri, May 13, 2011 at 12:08 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote:
On 05/13/2011 09:52 AM, David C. Rankin wrote:
<snip>
Final report for this am. Qt3 from svn builds almost to completion. Which is good progress. The build error I encountered was:
../../../../src/kernel/qpngio.cpp:165:27: error: 'png_info' has no member named 'trans_color' ../../../../src/kernel/qpngio.cpp:193:17: error: 'png_info' has no member named 'trans_alpha'
I have no idea where to start looking for that problem. It may be a patch issue. We will have more time to look at this later. I have backed out some of the patches that were already applied to the qt3 svn code. Right now I'm building with the following patches (attached):
gcc46-arch.diff qt-odbc.patch qt-patches.dcr.tar.bz2 qt3-png14.patch
I removed the qt3-png14.patch and it seems to have either made things better or worse :) The next build error encountered is with odbc. I have tried both with and without the odbc patch -- it's definitely needed. The problem I run into is the linker can't find -liodbc? Maybe we are missing another link that isn't just a header link. The full error is:
g++ -c -pipe -g -fno-exceptions -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/build/src/qt3/mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I../../../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/qsql_odbc.o ../../../../src/sql/drivers/odbc/qsql_odbc.cpp ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCPrivate::setConnectionOptions(const QString&)': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:546:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:549:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:552:69: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:571:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:574:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:593:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'virtual bool QODBCDriver::beginTransaction()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1666:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCDriver::endTrans()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1716:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] test -d ../../../sqldrivers/ || mkdir -p ../../../sqldrivers/ rm -f libqsqlodbc.so g++ -fno-exceptions -shared -o libqsqlodbc.so .obj/main.o .obj/qsql_odbc.o -L/build/src/qt3/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -liodbc -lqt-mt -lz -lGLU -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread /usr/bin/ld: cannot find -liodbc collect2: ld returned 1 exit status make[4]: *** [../../../sqldrivers/libqsqlodbc.so] Error 1 make[4]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers/odbc' make[3]: *** [sub-odbc] Error 2 make[3]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers' make[2]: *** [sub-sqldrivers] Error 2 make[2]: Leaving directory `/build/src/qt3/plugins/src' make[1]: *** [sub-plugins] Error 2 make[1]: Leaving directory `/build/src/qt3' make: *** [init] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I'm thinking we probably need to extract the qt-x11-free-3.3.8b.tar.gz code next to the Qt3 (svn) code and run a diff to see what is there and what isn't. I'll try and give that a go later this weekend unless somebody beats me to it...
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
-- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com Cofundador de Venenux; debian based multimedia alike free only zealots users (oh well, i try but..too many free guidelines buahhh) http://shutendouji.net creador de massenkoh linux; debian enhanchements for better up to date support on stable brand, including non-free soft.
The firebird sql sqls module only links agains olders versions.. nee patch as:
--- <qtdir>/configure +++ <qtdir>/configure @@ -1645,7 +1645,7 @@ if echo $MODULES | grep sql >/dev/null; ODBC_REQ="-lodbc sql.h sqlext.h" TDS_REQ="-lsybdb sybfront.h sybdb.h" DB2_REQ="-ldb2 sqlcli.h sqlcli1.h" - IBASE_REQ="-lgds ibase.h" + IBASE_REQ="-lfbclient ibase.h" for _SQLDR in $CFG_SQL_AVAILABLE; do case $_SQLDR in mysql) --- <qtdir>/plugins/src/sqldrivers/ibase/ibase.pro +++ <qtdir>/plugins/src/sqldrivers/ibase/ibase.pro @@ -12,7 +12,7 @@ unix { OBJECTS_DIR = .obj
!contains( LIBS, .*gds.* ):!contains( LIBS, .*libfb.* ) { - LIBS *= -lgds + LIBS *= -lfbclient } } win32 { --- <qtdir>/src/sql/qt_sql.pri +++ <qtdir>/src/sql/qt_sql.pri @@ -188,7 +188,7 @@ sql { SOURCES += $$SQL_CPP/drivers/ibase/qsql_ibase.cpp DEFINES += QT_SQL_IBASE unix { - LIBS *= -lgds + LIBS *= -lfbclient } win32 { !win32-borland:LIBS *= gds32_ms.lib
On Fri, May 13, 2011 at 12:31 PM, PICCORO McKAY Lenz <mckaygerhard@gmail.com
wrote:
the obcd patch are old, must be applied the new from qt3 on debian .. please!
On Fri, May 13, 2011 at 12:31 PM, PICCORO McKAY Lenz mckaygerhard@gmail.com wrote:
the problem it the patch about confisin in qimage, the branches its
missing.
This was what I meant he had to do some wel done study of patches!
On Fri, May 13, 2011 at 12:08 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote:
On 05/13/2011 09:52 AM, David C. Rankin wrote:
<snip>
Final report for this am. Qt3 from svn builds almost to completion.
Which
is good progress. The build error I encountered was:
../../../../src/kernel/qpngio.cpp:165:27: error: 'png_info' has no
member
named 'trans_color' ../../../../src/kernel/qpngio.cpp:193:17: error: 'png_info' has no
member
named 'trans_alpha'
I have no idea where to start looking for that problem. It may be a patch issue. We will have more time to look at this later. I have backed out some of the patches that were already applied to the qt3 svn code. Right now
I'm
building with the following patches (attached):
gcc46-arch.diff qt-odbc.patch qt-patches.dcr.tar.bz2 qt3-png14.patch
I removed the qt3-png14.patch and it seems to have either made things
better
or worse :) The next build error encountered is with odbc. I have tried
both
with and without the odbc patch -- it's definitely needed. The problem I
run
into is the linker can't find -liodbc? Maybe we are missing another
link
that isn't just a header link. The full error is:
g++ -c -pipe -g -fno-exceptions -Wall -W -march=x86-64 -mtune=generic
-O2
-pipe -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/build/src/qt3/mkspecs/linux-g++ -I.
-I/usr/include/freetype2
-I../../../../include -I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/qsql_odbc.o ../../../../src/sql/drivers/odbc/qsql_odbc.cpp ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCPrivate::setConnectionOptions(const QString&)': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:546:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:549:74: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:552:69: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:571:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:574:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:593:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function
'virtual
bool QODBCDriver::beginTransaction()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1666:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ../../../../src/sql/drivers/odbc/qsql_odbc.cpp: In member function 'bool QODBCDriver::endTrans()': ../../../../src/sql/drivers/odbc/qsql_odbc.cpp:1716:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] test -d ../../../sqldrivers/ || mkdir -p ../../../sqldrivers/ rm -f libqsqlodbc.so g++ -fno-exceptions -shared -o libqsqlodbc.so .obj/main.o
.obj/qsql_odbc.o
-L/build/src/qt3/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -liodbc -lqt-mt
-lz
-lGLU -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft
-lfreetype
-lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread /usr/bin/ld: cannot find -liodbc collect2: ld returned 1 exit status make[4]: *** [../../../sqldrivers/libqsqlodbc.so] Error 1 make[4]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers/odbc' make[3]: *** [sub-odbc] Error 2 make[3]: Leaving directory `/build/src/qt3/plugins/src/sqldrivers' make[2]: *** [sub-sqldrivers] Error 2 make[2]: Leaving directory `/build/src/qt3/plugins/src' make[1]: *** [sub-plugins] Error 2 make[1]: Leaving directory `/build/src/qt3' make: *** [init] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
I'm thinking we probably need to extract the qt-x11-free-3.3.8b.tar.gz
code
next to the Qt3 (svn) code and run a diff to see what is there and what isn't. I'll try and give that a go later this weekend unless somebody
beats
me to it...
-- David C. Rankin, J.D.,P.E.
To unsubscribe, e-mail:
trinity-devel-unsubscribe@lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
-- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com Cofundador de Venenux; debian based multimedia alike free only zealots users (oh well, i try but..too many free guidelines buahhh) http://shutendouji.net creador de massenkoh linux; debian enhanchements for better up to date support on stable brand, including non-free soft.
-- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com Cofundador de Venenux; debian based multimedia alike free only zealots users (oh well, i try but..too many free guidelines buahhh) http://shutendouji.net creador de massenkoh linux; debian enhanchements for better up to date support on stable brand, including non-free soft.
Tim,
Working with the new Qt3 from svn, I have found 2 issues:
(1) It still needs to be patched for gcc-4.6 (see gcc46-arch.diff);
Yes, I was waiting for that patch to stabilize (actually, I was originally hoping someone who has access to gcc4.6 could handle patching the Qt3 SVN, but I will settle for a working patch that I can apply). If it is stable and working now please let me know and I will patch the Qt3 SVN immediately.
and
(2) The link in src/include for src/inputmethod/qinputcontextfactory.h is missing
Fixed in SVN revision 191.
Tim
Yes, I was waiting for that patch to stabilize (actually, I was originally hoping someone who has access to gcc4.6 could handle patching the Qt3 SVN but I will settle for a working patch that I can apply). If it is stable and working now please let me know and I will patch the Qt3 SVN immediately.
SUSE hav a good patch:
https://build.opensuse.org/package/view_file?file=gcc46.diff&package=qt3...
debian also, but debian do not fix the call on fntions.. only added the headers.
Le Thu, 12 May 2011 12:08:07 -0500, "David C. Rankin" drankinatty@suddenlinkmail.com a écrit :
Tim,
Working with the new Qt3 from svn, I have found 2 issues:
(1) It still needs to be patched for gcc-4.6 (see gcc46-arch.diff); and (2) The link in src/include for src/inputmethod/qinputcontextfactory.h is missing
It isn't the only header missing: in the current rev 194, the src/include/private folder is empty, but there are symlinks to headers that are required even just to ./configure Qt3. The symlinks are present in the original Trolltech qt-3.3.8b source.