Nein. Mach ich gerade und probiers dann nochmal. In dem Blog fehlt leider die Aussage, dass man einiges nachinstallieren muss.
Er hat nun deutlich mehr gemacht. Am Ende kam folgende Fehlermeldung:
SslSocket.cc:35:24: fatal error: openssl/bn.h: No such file or directory
compilation terminated.
make[2]: *** [SslSocket.o] Error 1
make[2]: Leaving directory `/home/pi/alljoyn-3.3.0-src/common/os/posix'
make[1]: *** [common] Error 2
make[1]: Leaving directory `/home/pi/alljoyn-3.3.0-src/common'
make: *** [dist] Error 2
Wenn man dann Punkt 6 ausführt, kommt noch folgendes:
pi@raspbmc:~/alljoyn-3.3.0-src$ cd services/audio
pi@raspbmc:~/alljoyn-3.3.0-src/services/audio$ make CPU=armhf
sed -i 's/ER_LANGUAGE_NOT_SUPPORTED/ER_FAIL/' samples/posix/SinkService.cc
g++ -c -Wall -Wno-multichar -Wno-long-long -Wno-deprecated -Wno-unused-but-set-variable -pipe -std=c++98 -fno-rtti -fno-exceptions -g -DQCC_OS_LINUX -DQCC_OS_GROUP_POSIX -DWITH_ALAC -Iinc -I../about_config/cpp/inc -I../../common/inc -I../../build/linux/armhf/release/dist/inc -I../../build/linux/armhf/release/dist/inc/alljoyn -Ialac samples/posix/SinkService.cc -o obj/armhf/samples/posix/SinkService.o
In file included from samples/posix/SinkService.cc:17:0:
inc/alljoyn/audio/Audio.h:29:28: fatal error: alljoyn/MsgArg.h: No such file or directory
compilation terminated.
make: *** [obj/armhf/samples/posix/SinkService.o] Error 1
pi@raspbmc:~/alljoyn-3.3.0-src/services/audio$ sudo make CPU=armhf install
install -m 0755 bin/armhf/SinkService /usr/bin/
install: cannot stat `bin/armhf/SinkService': No such file or directory
make: *** [install] Error 1
pi@raspbmc:~/alljoyn-3.3.0-src/services/audio$
Display More