On 13 July 2012 16:50, Calvin Morrison mutantturkey@gmail.com wrote:
On 13 July 2012 16:44, Calvin Morrison mutantturkey@gmail.com wrote:
On 13 July 2012 16:43, Timothy Pearson kb9vqf@pearsoncomputing.netwrote:
On 13 July 2012 15:51, Calvin Morrison mutantturkey@gmail.com wrote:
On 13 July 2012 15:41, Calvin Morrison mutantturkey@gmail.com
wrote:
On 13 July 2012 15:38, Timothy Pearson kb9vqf@pearsoncomputing.netwrote:
> > I would be willing to do the work on this to possibly get it > included > in > > R14 or later. I will be busy all summer however. > > > > What do you guys think? > > Sounds like a good candidate to me! > > Running the convert_qt_itself_qt3 and convert_qt_itself_qt3_batch* > scripts > from http://git.trinitydesktop.org/cgit/experimental/tree/qt3-tqt3on > the > sources for that application should take care of converting the Q* > objects > to TQ* objects. Then you would need to pull in the latest admin/ > directory from TDE GIT and fix any compilation errors that were
caused
> by > the automated conversion. > > Hope this helps! > > Tim > > Awesome I am glad you approve :-)
What is the git clone address for that repository? (btw i couldn't
seem
to find it anywhere)
Calvin
nevermind got it
Calvin
Okay I've hit a few blocks, but I solved them by including
$(LIB_KDECORE),
now I am getting complaints about dcop.
ld -ldcop doesn't work to include it, does anyone know the proper -l
flag
for dcop? -lDCOP is not right, -libDCOP is not right...
-lDCOP IS right. Something else might be wrong...
Tim
Got it... a typo :-)
OK!
it builds and runs :-)
just doesn't work yet.
Yippie!
It works :-). I patched it up to work with the more modern /sys interface and it now works very very well.
Tim, what should we do now? It needs a conversion to CMake probably first, but then what? can I check it into a new repository?
Calvin.