<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">@Udo1<br>
Mit dem Image hatte ich ein Problem, es kann aber auch an <br>
einer defekten SD-Karte gelegen haben. Deshalb habe ich den<br>
Weg mit dem Compiler gewählt, was ja nach aktueller Anleitung<br>
auch funktionieren sollte ;-)<br>
<br>
@Andreas<br>
Ja, es gibt /usr/include/json-c/json.h, aber nicht die Environment<br>
Variable JSON_HOME, wenn ich aufrufe:<br>
$ env<br>
<br>
Ich habe dann in ~/.bashrc exportiert:<br>
export JSON_HOME=/usr/include/json-c/json.h<br>
und nach logout/login geprüft mit:<br>
$ env<br>
<br>
Aber das hat leider den Compiler Fehler nicht behoben:<br>
-- FindJson check<br>
-- checking for module 'json>=0.9'<br>
-- package 'json>=0.9' not found<br>
-- JSON_HOME is not empty: "/usr/local/lib/"<br>
-- Looking for json in /usr/local/lib/<br>
Jsoon search:
'/usr/local/lib//include;/usr/local/lib//include;/usr/local/include;/usr/include'<br>
CMake Error at CMakeLists.txt:74 (message):<br>
libjson ist required.<br>
<br>
Install json or call cmake -DJSON_HOME=path_to_json_install<br>
<br>
Ich habe gesehen, im File vzlogger/include/json.hpp ist:<br>
#include <json/json.h><br>
<br>
Das habe ich zum Versuch geändert in:<br>
#include <json-c/json.h><br>
Das hat den Compiler Fehler auch nicht behoben.<br>
<br>
Grüße, Rudolf<br>
<br>
Am 13.12.15 um 23:27 schrieb Matthias Behr:<br>
</div>
<blockquote
cite="mid:4A35A441-6320-47BF-AB98-B9A49D5863D7@mcbehr.de"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Gibt es unter
<div class=""><br class="">
</div>
<div class="">JSON_HOME /include/json-c/json.h ?</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">Am 13.12.2015 um 23:13 schrieb Rudolf Reuter
<<a moz-do-not-send="true"
href="mailto:reuterru@arcor.de" class="">reuterru@arcor.de</a>>:</div>
<br class="Apple-interchange-newline">
<div class="">
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type" class="">
<div bgcolor="#FFFFFF" text="#000000" class="">
<div class="moz-cite-prefix">Vielen Dank für die
Hilfestellung.<br class="">
<br class="">
@Udo1<br class="">
Das Jessie ist von 2015-11-21, also denke ich, dass es
noch aktuell ist<br class="">
<br class="">
@Andreas<br class="">
$ make clean<br class="">
make: *** No rule to make target 'clean'. Schluss.<br
class="">
<br class="">
$ cmake clean<br class="">
CMake Error: The source directory
"/home/pi/Install/vzlogger/clean" does not exist.<br
class="">
Specify --help for usage, or press the help button on
the CMake GUI.<br class="">
<br class="">
CMakeCache.txt 15989 bytes - gelöscht<br class="">
<br class="">
Leider hat alles nicht geholfen.<br class="">
<br class="">
Grüße, Rudolf<br class="">
<br class="">
Am 13.12.15 um 22:12 schrieb Andreas Götz:<br class="">
</div>
<blockquote
cite="mid:ABE4A95A-417E-4E27-8258-3F82B1279653@gmail.com"
type="cite" class="">
<pre class="" wrap="">Sicherheitshalber mal make clean versuchen oder cmakecache entfernen.
Viele Grüße, Andreas
</pre>
<blockquote type="cite" class="">
<pre class="" wrap="">Am 13.12.2015 um 20:31 schrieb Udo1 <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:udo1@gmx.net"><udo1@gmx.net></a>:
</pre>
<blockquote type="cite" class="">
<pre class="" wrap="">Am 13.12.2015 um 20:18 schrieb Rudolf Reuter:
libjson ist required.
</pre>
</blockquote>
<pre class="" wrap="">Hattest du vorher ein sudo apt get update gemacht und die dependencies entsprechend Wheezy oder Jessie installiert.
Ansonsten noch mal den Abschnitt 'Building libjson' komplett durchführen.
Gruß
Udo
</pre>
</blockquote>
</blockquote>
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
<div class="">
<span class="Apple-style-span" style="border-collapse:
separate; color: rgb(0, 0, 0); font-family: Helvetica;
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;
border-spacing: 0px; -webkit-text-decorations-in-effect:
none; -webkit-text-stroke-width: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space;
-webkit-line-break: after-white-space;" class="">
<div class="">Gruß</div>
<div class=""><br class="">
</div>
<div class="">Matthias</div>
</div>
</span>
</div>
<br class="">
</div>
</blockquote>
<br>
</body>
</html>