Hello,
First stage of conversion kdelibs to cmake was done (except documentation and translations).
http://www.thel.ro/trinity/kdelibs.html http://github.com/serghei/kde-trinity-cmake
Hello,
First stage of conversion kdelibs to cmake was done (except documentation and translations).
http://www.thel.ro/trinity/kdelibs.html http://github.com/serghei/kde-trinity-cmake
-- Serghei
Great!
Why don't you work on the translations next; that should take us past the release date and the 3.5.13 nightly builds can start with CMake instead of Automake.
Tim
On Sunday 26 September 2010 20:29:59 Timothy Pearson wrote:
[...]
Great!
Why don't you work on the translations next; that should take us past the release date and the 3.5.13 nightly builds can start with CMake instead of Automake.
Sure, this is next step.
However, I'm pretty sure that I made a lot of mistakes while converting, so we must check carefully result of builds.
You can give me a complete list of kdelibs files (installed, I mean)? I want to check if I missed any target.
On Sunday 26 September 2010 20:29:59 Timothy Pearson wrote:
[...]
Great!
Why don't you work on the translations next; that should take us past the release date and the 3.5.13 nightly builds can start with CMake instead of Automake.
Sure, this is next step.
However, I'm pretty sure that I made a lot of mistakes while converting, so we must check carefully result of builds.
I agree.
You can give me a complete list of kdelibs files (installed, I mean)? I want to check if I missed any target.
kdelibs list is attached.
Thanks!
Tim
On Monday 27 September 2010 03:23:05 Timothy Pearson wrote: [...]
You can give me a complete list of kdelibs files (installed, I mean)? I want to check if I missed any target.
kdelibs list is attached.
Thanks!
Tim
You can provide a flat list too? It will be easier to check with "diff". You can generate it with "find ."
Thanks
On Monday 27 September 2010 03:23:05 Timothy Pearson wrote: [...]
You can give me a complete list of kdelibs files (installed, I mean)?
I
want to check if I missed any target.
kdelibs list is attached.
Thanks!
Tim
You can provide a flat list too? It will be easier to check with "diff". You can generate it with "find ."
Sure!
File attached.
Tim
On Monday 27 September 2010 18:56:47 Timothy Pearson wrote: [...]
You can provide a flat list too? It will be easier to check with "diff". You can generate it with "find ."
Sure!
File attached.
Tim
Also, please give me configure parameters, seems that i need to setup some path variables.
On Monday 27 September 2010 18:56:47 Timothy Pearson wrote: [...]
You can provide a flat list too? It will be easier to check with
"diff".
You can generate it with "find ."
Sure!
File attached.
Tim
Also, please give me configure parameters, seems that i need to setup some path variables.
I used the configuration options for the Ubuntu builds, which were: --prefix=/opt/kde3 --includedir=/opt/kde3/include/kde --mandir=/opt/kde3/share/man --infodir=/opt/kde3/share/info --with-extra-libs=/opt/kde3/lib --sysconfdir=/etc --localstatedir=/var --libexecdir="${prefix}/lib/kdebase-kde3" --disable-rpath --with-xinerama --enable-closure (when needed, which is most of the time)
On Monday 27 September 2010 19:42:06 Timothy Pearson wrote: [...]
I used the configuration options for the Ubuntu builds, which were: --prefix=/opt/kde3 --includedir=/opt/kde3/include/kde --mandir=/opt/kde3/share/man --infodir=/opt/kde3/share/info --with-extra-libs=/opt/kde3/lib --sysconfdir=/etc --localstatedir=/var --libexecdir="${prefix}/lib/kdebase-kde3" --disable-rpath --with-xinerama --enable-closure (when needed, which is most of the time)
You alter files after installing in any way? In your filelist exists for example a binary named "kcmshell.real", but I do not see this target in Makefile.am
On Monday 27 September 2010 19:42:06 Timothy Pearson wrote: [...]
I used the configuration options for the Ubuntu builds, which were: --prefix=/opt/kde3 --includedir=/opt/kde3/include/kde --mandir=/opt/kde3/share/man --infodir=/opt/kde3/share/info --with-extra-libs=/opt/kde3/lib --sysconfdir=/etc --localstatedir=/var --libexecdir="${prefix}/lib/kdebase-kde3" --disable-rpath --with-xinerama --enable-closure (when needed, which is most of the time)
You alter files after installing in any way? In your filelist exists for example a binary named "kcmshell.real", but I do not see this target in Makefile.am
-- Serghei
I don't believe so. I do not know where that binary came from; it is possible that there is a shared automake macro that generates it.
Tim
On Monday 27 September 2010 19:42:06 Timothy Pearson wrote: [...]
I used the configuration options for the Ubuntu builds, which were: --prefix=/opt/kde3 --includedir=/opt/kde3/include/kde --mandir=/opt/kde3/share/man --infodir=/opt/kde3/share/info --with-extra-libs=/opt/kde3/lib --sysconfdir=/etc --localstatedir=/var --libexecdir="${prefix}/lib/kdebase-kde3" --disable-rpath --with-xinerama --enable-closure (when needed, which is most of the time)
You alter files after installing in any way? In your filelist exists for example a binary named "kcmshell.real", but I do not see this target in Makefile.am
-- Serghei
I don't believe so. I do not know where that binary came from; it is possible that there is a shared automake macro that generates it.
Tim
I take that back. Yes, files were altered after installation.
I will need to get a separate stock test installation going to give you accurate information.
Sorry for the confusion!
Tim
On Monday 27 September 2010 19:42:06 Timothy Pearson wrote: [...]
I used the configuration options for the Ubuntu builds, which were: --prefix=/opt/kde3 --includedir=/opt/kde3/include/kde --mandir=/opt/kde3/share/man --infodir=/opt/kde3/share/info --with-extra-libs=/opt/kde3/lib --sysconfdir=/etc --localstatedir=/var --libexecdir="${prefix}/lib/kdebase-kde3" --disable-rpath --with-xinerama --enable-closure (when needed, which is most of the time)
You alter files after installing in any way? In your filelist exists for example a binary named "kcmshell.real", but I do not see this target in Makefile.am
-- Serghei
I don't believe so. I do not know where that binary came from; it is possible that there is a shared automake macro that generates it.
Tim
I take that back. Yes, files were altered after installation.
I will need to get a separate stock test installation going to give you accurate information.
Sorry for the confusion!
Tim
I have attached an unmodified directory structure below, built with the same options listed above.
Please let me know if you need anything else!
Tim
On Tuesday 28 September 2010 04:18:56 Timothy Pearson wrote: [...]
I have attached an unmodified directory structure below, built with the same options listed above.
Please let me know if you need anything else!
If i'm not wrong, attached file is kdebase filelist.
On Tuesday 28 September 2010 04:18:56 Timothy Pearson wrote: [...]
I have attached an unmodified directory structure below, built with the same options listed above.
Please let me know if you need anything else!
If i'm not wrong, attached file is kdebase filelist.
You are right! I apologize for that; I typed in the wrong name apparently while working on the release scripts.
The real kdelibs list is attached.
Tim