[vz-dev] wieder Mal Raspi

Christoph Harding christoph at cd-k.de
Mon Dec 17 20:36:29 CET 2012


Am 17.12.2012 20:07, schrieb sollner11:
> und weiter geht es...
> ich habe das schon in dem Netfritz-Fred gelesen (aber nicht verstanden)
>
> hier die Fehlermeldung:
>
> configure: error: Package requirements (sml >= 0.1) were not met:
>
> No package 'sml' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables DEPS_SML_CFLAGS
> and DEPS_SML_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
>
> fehlt hier auch noch was apt-get ???
>
>
> Gruss
>
>
>
>
>
> Am 17.12.2012 um 20:03 schrieb sollner11 <pp at macpat.de
> <mailto:pp at macpat.de>>:
>
>> das war es....
>>
>> o src/sml_message_test.o ../sml/lib/libsml.a test_main.c -o test
>> Unity test run 1 of 1
>> ......................................................................................
>> -----------------------
>> 86 Tests 0 Failures 0 Ignored
>> OK
>> make[1]: Leaving directory `/tmp/libsml/test'
>>
>> *
>> *
>> *
>> *
>> *
>> *
>> *also merken: apt-install uuid-dev*
>> weiter geht es
>>
>>
>>
>> Am 17.12.2012 um 19:47 schrieb Michael Holzer <m.holzer at sysup.at
>> <mailto:m.holzer at sysup.at>>:
>>
>>> Hi,
>>>
>>>> -----Original Message-----
>>>> From: volkszaehler-dev-bounces at lists.volkszaehler.org
>>>> <mailto:volkszaehler-dev-bounces at lists.volkszaehler.org>
>>>> [mailto:volkszaehler-dev-bounces at lists.volkszaehler.org
>>>> <mailto:dev-bounces at lists.volkszaehler.org>] On Behalf Of
>>>> sollner11
>>>> Sent: Monday, December 17, 2012 7:39 PM
>>>> To: volkszaehler.org <http://volkszaehler.org/>
>>>> Subject: Re: [vz-dev] wieder Mal Raspi
>>>>
>>>> danke
>>>> das war es wohl aber nicht
>>>>
>>>> apt-get install uuid
>>>
>>> Versuchs mal mit dem Dev Paket. Das sollte uuid-dev sein.
>>>
>>> Cheers,
>>> Mike
>>>
>>>
>>>
>>
>
Nein, hier muss das SML Paket zuvor kompiliert werden und dann mit in
den configure Aufruf fuer den vzlogger mit eingebaut werden. Hier aus
dem Wiki:


        building libsml

git clone https://github.com/dailab/libsml.git
cd libsml
make

note that libsml does not include a 'make install' target. you might
manually install it into your system, or just use the instructions below
to compile vzlogger.


        building vzlogger

git clone https://github.com/volkszaehler/vzlogger.git

or use stv0g's branch, which might include the most recent fixes (or new
bugs):

git clone https://github.com/stv0g/vzlogger.git

cd vzlogger
./configure && make && make install

if you are having trouble building with libsml:

(read this for more
details: http://volkszaehler.org/pipermail/volkszaehler-users/2012-September/000487.html)

./configure DEPS_SML_CFLAGS=-I/path/to/libsml/sml/include/ DEPS_SML_LIBS='/path/to/libsml/sml/lib/libsml.a -luuid'


http://wiki.volkszaehler.org/software/controller/vzlogger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://volkszaehler.org/pipermail/volkszaehler-dev/attachments/20121217/5f6673f0/attachment-0001.html>


More information about the volkszaehler-dev mailing list