Closed benbridts closed 12 years ago
the error in mostPixelsEver addon is due to a change introduced in OF 071, you must change any occurrence of 'ofEvents' to 'ofEvents()'. I suggest you to get ofxSimpleGuiToo from my branch as well, as it is tailored for LPMT. Actually you should probably expect more troubles in compiling lpmt on rasperry pi, I'm not sure OF has been tested on the pi yet, and porting things to it seems quite a hard job. I'm very curious about it, as I just got a rasperry pi myself. please, keep me informed about your effort.
Update:
Compiling seems to work now, but the linker fails on some missing static libs. So then I did (not ideal, but good enough when trying to get things working)
Now i get make: *** No rule to make target
../../../libs/poco/lib/android/armeabi/libPocoUtil.a', needed by bin/lpmt'. Stop.
There is a libPocoUtil.a for linux(i386) but not for arm, so I'm now going to try to compile libPoco on the RPI
I'm afraid porting OF on raspi needs to find a solution to the problem of Glut not being usable with OpenGL ES.
I'm trying to compile lpmt on a Raspberry Pi with Arch ARM.
This it what I've done. Can you tell me If i've forgotten something or done something wrong?
EDIT: I always got the master branch from each project
./OF
install_codeblocks.sh
,install_codecs.sh
andinstall_dependencies.sh
formOF/scripts/linux/archlinux
pacman -S base-devel glew gstreamer0.10-base
just to be sureOF/addons
:ofxMostPixelsEver
from https://github.com/Flightphase/Most-Pixels-EverofxMSAInteractiveObject
andofxSimpleGuiToo
from https://github.com/memo/msalibsOF/apps/extra/lpmt
cd OF/apps/extra/lpmt
But when I run make I get these errors (output from stderr)
You can see the output of
make clean; make > log.txt 2>&1
here