On 02/03/2011 03:46 AM, Serghei Amelian wrote:
-- checking for 'TDE'
-- found 'TDE', version 3.5.10
Seems like you have KDE 3.5.10 too. Also, seems like you using both build systems, autotools and cmake.
Ah...
Now it looks like we have reached the point in the build where "All prior kde3 installs must be removed". I saw the 3.5.10 output, but I didn't know if that was just old code somewhere in the trinity codebase...
Is it possible to just reset the environment during the build to eliminate the conflict. Example:
Current KDE Environment:
KDEDIR=/opt/kde KDEDIRS=/opt/kde:/usr PKG_CONFIG_PATH=:/opt/kde/lib/pkgconfig:/opt/kde/lib/pkgconfig:/opt/qt/lib/pkgconfig XDG_CONFIG_DIRS=/etc/xdg:/opt/kde/etc/xdg:/opt/kde/etc/xdg XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/opt/kde/share:/opt/kde/share
Change during build to:
KDEDIR=/opt/trinity KDEDIRS=/opt/trinity:/usr PKG_CONFIG_PATH=:/opt/trinity/lib/pkgconfig:/opt/trinity/lib/pkgconfig:/opt/qt/lib/pkgconfig XDG_CONFIG_DIRS=/etc/xdg:/opt/trinity/etc/xdg:/opt/trinity/etc/xdg XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/opt/trinity/share:/opt/trinity/share
I don't mind uninstalling the old version, but I do all my work in kde3/kate. So if I can handle it with environment variables, that would be great.
I'll play around with it and report back :)