19:38
nirvana:~/tde/tde> git reset --hard
74c0ee1ffed5d3dc9afe5f21fd62cb351253ffe9
HEAD is now at 74c0ee1 Reset submodule
main/tdebase to
latest HEAD
19:38 nirvana:~/tde/tde> git pull
Updating 74c0ee1..0aefeb2
Fast-forward
main/dependencies/python-tqt | 2 +-
main/dependencies/qt3 | 2 +-
main/dependencies/tqt3 | 2 +-
main/tdebase | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
This doesn't looked like it actually changed any
code???
If I understand correctly, the output means that after resetting you now are two commits
behind in TQt3. So possibly Tim is indeed still tweaking and I have not downloaded those
changes.
But that also means that at the version you now have you should rebuild TQt3, tqtinterface
again before building tdelibs.
If you want to see what changed since the version I have from last night and which you now
have, resync your repository to the latest version.head. Then cd to the noted directories.
Perform 'git log -p' and you will see the actual patching that occurred since I
synced last night. If the patches in TQt3 contain changes to the "tqqt_cast"
naming then we both know what happended. :)
Darrell