Hi,
i am now using rasbperry pi 1 for installing OF. Afterall I can now compile the example: examples/graphics/graphicsExample
But when I run the ./graphicsExample under bin folder, I got these errors:
terminate called after throwing an instance of 'std::runtime_error'
** what(): locale::facet::Screate_c_locale name not valid**
Aborted
There is a readMe.txt file. It says:
OF linux:
this folder contains necessary components that need to be exported with the application:
libs
------ contains .so (shared objects) that the app needs to run against
------ this allows OF linux apps to be released in a very portable way
------ users of the apps shouldn't need to install anything besides glut
------ (which should be installed in most cases)
clickToLaunchApp.sh
------ a shell script which runs the exe and set this variable:
------ LD_LIBRARY_PATH, so that the app looks locally for the .so
------ (shared objects) to run
But under libs folder there is nothing.
Can anybody help?
Thanks
Chun