[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-edu-devel
Subject:    [kde-edu]: Re: KDE/kdeedu
From:       Jeremy Whiting <jpwhiting () kde ! org>
Date:       2011-02-07 1:00:52
Message-ID: AANLkTimqA-F-UihZsfWkwP1L5FKsPZrA-d7j8RvGoBJu () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hmm, that looks like you are not able to build documentation at all.  Albert
would know better though.  I just did a fresh build of just kalzium here and
it worked.  Do you have all the docbook xml stuff required to build
documentation?

Jeremy

On Sun, Feb 6, 2011 at 2:05 PM, Rebetez Etienne <
etienne.rebetez@oberwallis.ch> wrote:

> Am Sonntag, 6. Februar 2011, 02:31:06 schrieb Jeremy Paul Whiting:
> > SVN commit 1219060 by whiting:
> >
> > move Kalzium documentation from doc/kalzium to kalzium/doc
> Hi
>
> Thanks Jeremy for moving the docs in kalzium.
>
> I just  can't compile kalzium anymore and don't see where the promlem might
> bee. Did i miss somthing? Do i need stuff from tunk?
> I'am using the current Arch packages.
>
> Thanks
> Etienne
>
> >
> >  M  +0 -4      doc/CMakeLists.txt
> >  D             doc/kalzium (directory)
> >  M  +2 -1      kalzium/CMakeLists.txt
> >  A             kalzium/doc (directory)
> >  M  +1 -1      kalzium/doc/CMakeLists.txt
> >
> >
> > --- trunk/KDE/kdeedu/doc/CMakeLists.txt #1219059:1219060
> > @@ -1,7 +1,3 @@
> > -if(BUILD_kalzium)
> > -  macro_optional_add_subdirectory(kalzium)
> > -endif()
> > -
> >  if(BUILD_kgeography)
> >    macro_optional_add_subdirectory(kgeography)
> >  endif()
> > --- trunk/KDE/kdeedu/kalzium/CMakeLists.txt #1219059:1219060
> > @@ -41,7 +41,8 @@
> >    message(STATUS "Kalzium molecular editor disabled")
> >  endif (OPENBABEL2_FOUND AND Avogadro_FOUND AND EIGEN2_FOUND)
> >
> > +add_subdirectory(doc)
> >  add_subdirectory(src)
> >  add_subdirectory(data)
> >  add_subdirectory(plasmoid)
> > -add_subdirectory(libscience)
> > \ No newline at end of file
> > +add_subdirectory(libscience)
> > --- trunk/KDE/kdeedu/kalzium/doc/CMakeLists.txt #1219059:1219060
> > @@ -1,5 +1,5 @@
> >  ########### install files ###############
> >  #
> >
> > -kde4_create_handbook(index.docbook INSTALL_DESTINATION
> > ${HTML_INSTALL_DIR}/en) +kde4_create_handbook(index.docbook
> > INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kalzium)
> > kde4_create_manpage(man-kalzium.1.docbook 1 INSTALL_DESTINATION
> > ${MAN_INSTALL_DIR})
>
>

[Attachment #5 (text/html)]

Hmm, that looks like you are not able to build documentation at all.  Albert would \
know better though.  I just did a fresh build of just kalzium here and it worked.  Do \
you have all the docbook xml stuff required to build documentation?<br> \
<br>Jeremy<br><br><div class="gmail_quote">On Sun, Feb 6, 2011 at 2:05 PM, Rebetez \
Etienne <span dir="ltr">&lt;<a \
href="mailto:etienne.rebetez@oberwallis.ch">etienne.rebetez@oberwallis.ch</a>&gt;</span> \
wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; \
border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Am Sonntag, 6. \
Februar 2011, 02:31:06 schrieb Jeremy Paul Whiting:<br> &gt; SVN commit 1219060 by \
whiting:<br> &gt;<br>
&gt; move Kalzium documentation from doc/kalzium to kalzium/doc<br>
Hi<br>
<br>
Thanks Jeremy for moving the docs in kalzium.<br>
<br>
I just  can&#39;t compile kalzium anymore and don&#39;t see where the promlem \
might<br> bee. Did i miss somthing? Do i need stuff from tunk?<br>
I&#39;am using the current Arch packages.<br>
<br>
Thanks<br>
Etienne<br>
<div class="im"><br>
&gt;<br>
&gt;  M  +0 -4      doc/CMakeLists.txt<br>
</div>&gt;  D             doc/kalzium (directory)<br>
&gt;  M  +2 -1      kalzium/CMakeLists.txt<br>
&gt;  A             kalzium/doc (directory)<br>
&gt;  M  +1 -1      kalzium/doc/CMakeLists.txt<br>
&gt;<br>
&gt;<br>
&gt; --- trunk/KDE/kdeedu/doc/CMakeLists.txt #1219059:1219060<br>
&gt; @@ -1,7 +1,3 @@<br>
&gt; -if(BUILD_kalzium)<br>
&gt; -  macro_optional_add_subdirectory(kalzium)<br>
&gt; -endif()<br>
&gt; -<br>
&gt;  if(BUILD_kgeography)<br>
&gt;    macro_optional_add_subdirectory(kgeography)<br>
&gt;  endif()<br>
&gt; --- trunk/KDE/kdeedu/kalzium/CMakeLists.txt #1219059:1219060<br>
&gt; @@ -41,7 +41,8 @@<br>
&gt;    message(STATUS &quot;Kalzium molecular editor disabled&quot;)<br>
&gt;  endif (OPENBABEL2_FOUND AND Avogadro_FOUND AND EIGEN2_FOUND)<br>
&gt;<br>
&gt; +add_subdirectory(doc)<br>
&gt;  add_subdirectory(src)<br>
&gt;  add_subdirectory(data)<br>
&gt;  add_subdirectory(plasmoid)<br>
&gt; -add_subdirectory(libscience)<br>
&gt; \ No newline at end of file<br>
&gt; +add_subdirectory(libscience)<br>
&gt; --- trunk/KDE/kdeedu/kalzium/doc/CMakeLists.txt #1219059:1219060<br>
&gt; @@ -1,5 +1,5 @@<br>
<div class="im">&gt;  ########### install files ###############<br>
&gt;  #<br>
&gt;<br>
&gt; -kde4_create_handbook(index.docbook INSTALL_DESTINATION<br>
&gt; ${HTML_INSTALL_DIR}/en) +kde4_create_handbook(index.docbook<br>
</div>&gt; INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kalzium)<br>
&gt; kde4_create_manpage(man-kalzium.1.docbook 1 INSTALL_DESTINATION<br>
&gt; ${MAN_INSTALL_DIR})<br>
<br>
</blockquote></div><br>



_______________________________________________
kde-edu mailing list
kde-edu@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic