On Fri, Mar 4, 2011 at 1:11 PM, David C. Rankin drankinatty@suddenlinkmail.com wrote:
Guys,
I just finished a rebuild of everything this morning and the kcontrol settings for desktop -> 'panel' are gone and my kicker icon for home and others are gone. x86_64 icons are there, but i686 is messed up. The versions I have are:
trinity-app-amarok 1223570-1 trinity-app-gtk-qt-engine 1222892-1.0 trinity-app-style-qtcurve 1182805-1 trinity-arts 1222998-1 trinity-kdebase 1223270-1 trinity-kdegraphics 1223711-1 trinity-kdelibs 1222999-1 trinity-kdevelop 1222477-1 trinity-kdewebdev 1222551-1 trinity-pyqt3 3.18.1-9 trinity-qt3 3.3.8-20 trinity-tqtinterface 1222551-1
Has anybody else see this behavior? I'll try deleting all sources and try another rebuild. If you know anything else about this behavior, please let me know.
<snip>
Are you building within the source code (e.g. cd /path/to/source && cmake {options}) or are you building in a separate directory (e.g. mkdir tde-build && cd tde-build && cmake {options} /path/to/source)? If you're building in a separate directory, you shouldn't need to delete your source. If you're using svn and building out of source, do "cd /path/to/source && svn up" before trying to build, and don't svn up until you've built everything from svn you intend to build -- a newer version of one thing may or may not build with an older version of something else when you're working with svn sources, and if it builds, it may or may not function correctly.