I'm having problems trying to run a compiled application for Linux-ARM (odroid device to be more specific) that uses the rebelsdl.hwp plugin.
I've previously compiled other apps for this machine with Hollywood 6 without any problem, this is the first attempt to compile for Linux-ARM & RebelSDL using Hollywood 7.
The problem is that when I try to execute my program I'm getting always an alert saying "This program requires rebelsdl.hwp!".
But the plugin in the same folder where the executable is.
I've double-checked the plugin to be sure that it is right, and it is.
I've tried to run it from the icon and from the shell but with the same error.
My directory structure is:
Code: Select all
--+ program folder
|
+-- program_executable
+-- rebelsdl.hwp
+-+ data
|
+-- application data files...
Have you tried to compiled for Linux-ARM + RebelSDL with Hollywood 7?