<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hallo Johannes<br>
    <br>
    Am 05.04.2011 16:12, schrieb Johannes Winkelmann:
    <blockquote cite="mid:4D9B2356.3020609@aizo.com" type="cite">Hallo
      Roman,
      <br>
      <br>
      <br>
      On 04/05/2011 04:06 PM, roman stachura wrote:
      <br>
      <blockquote type="cite">  Hallo DSS Entwickler
        <br>
        <br>
        Ich folgte der Anleitung
        <br>
<a class="moz-txt-link-freetext" href="http://developer.digitalstrom.org/redmine/projects/dss/wiki/How_to_build_the_dSS">http://developer.digitalstrom.org/redmine/projects/dss/wiki/How_to_build_the_dSS</a>
        <br>
        <br>
        beim Schritt Compiling dss ergab sich folgendes Problem:
        <br>
        (RC2 und latest git version)
        <br>
      </blockquote>
      <br>
      Da fehlte tatsächlich ein wichtiger Schritt in der Anleitung,
      nämlich das auschecken der korrekten Branches (jeweils 'testing').
      <br>
      <br>
      Die Sequenz sieht neu wie folgt aus, hier am Beispiel vom
      DS485-Core:
      <br>
      <br>
         git clone
      git://gitorious.digitalstrom.org/ds485-stack/ds485-core.git
      <br>
         cd ds485-core
      <br>
      -&gt; git checkout testing
      <br>
         cmake
      <br>
         make
      <br>
         make install
      <br>
    </blockquote>
    <br>
    das hat soweit alles geklappt.<br>
    Danke für die Antwort.<br>
    <br>
    nächstes Problem:<br>
    <br>
    kyon:/home/digitalstrom/dss-mainline# make install<br>
    Info: No changes since last build_info.h generation<br>
    [  0%] Built target build_info.h<br>
    [  1%] Built target mongoose<br>
    [  6%] Built target ds485<br>
    [ 20%] Built target model<br>
    [ 37%] Built target tests<br>
    [ 79%] Built target core<br>
    [ 81%] Built target security<br>
    [ 82%] Built target unix<br>
    [ 89%] Built target webservices<br>
    [ 97%] Built target simulation<br>
    [100%] Built target dss<br>
    Install the project...<br>
    -- Install configuration: ""<br>
    -- Installing: /usr/local/bin/dss<br>
    -- Removed runtime path from "/usr/local/bin/dss"<br>
    -- Installing: /home/www/digitalstrom/data<br>
    -- Installing:
    /home/www/digitalstrom/data/handle_temperature_sensor_events.js<br>
    -- Installing: /home/www/digitalstrom/data/logs<br>
    -- Installing: /home/www/digitalstrom/data/logs/.gitignore<br>
    -- Installing: /home/www/digitalstrom/data/metering<br>
    -- Installing: /home/www/digitalstrom/data/metering/.gitignore<br>
    -- Installing: /home/www/digitalstrom/data/savedprops<br>
    -- Installing: /home/www/digitalstrom/data/savedprops/.gitignore<br>
    -- Installing: /home/www/digitalstrom/data/initialize.js<br>
    -- Installing: /home/www/digitalstrom/data/simulated_device.js<br>
    -- Installing: /home/www/digitalstrom/data/read_temperature.js<br>
    CMake Error at cmake_install.cmake:58 (FILE):<br>
      file INSTALL cannot find
    "/home/digitalstrom/dss-mainline/data/webroot".<br>
    <br>
    <br>
    make: *** [install] Fehler 1<br>
    <br>
    <br>
    das webroot im /home/digitalstrom/dss-mainline/data/ fehlt im
    jüngsten git -pull --&gt; <span class="Apple-style-span"
      style="border-collapse: separate; color: rgb(0, 0, 0);
      font-family: 'Times New Roman'; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: 2; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px; font-size:
      medium;"><span class="Apple-style-span" style="color: rgb(72, 72,
        72); font-family: Verdana,sans-serif; font-size: 12px;">
        <pre style="margin: 1em 1em 1em 1.6em; padding: 2px; background-color: rgb(250, 250, 250); border: 1px solid rgb(218, 218, 218); width: auto; overflow-x: auto;">git clone git://gitorious.digitalstrom.org/dss/dss-mainline.git</pre>
      </span></span><br>
    oder fehlt da auch noch git checkout testing
    ?<br>
    <br>
    gruss roman<br>
    <br>
    <br>
    <br>
    <blockquote cite="mid:4D9B2356.3020609@aizo.com" type="cite">
      <br>
      Gruss, Johannes
      <br>
    </blockquote>
    <br>
  </body>
</html>