I have tried installing both on Ubuntu and OpenSLES with no success.
they are both vanilla builds using the latest versions and have tried multiple times, the only thing that may be slightly unusual is i am building on a virtual machine not a physical but the errors dont seem to call this out as a problem.
the steps i take are;
peter@ubuntu:~$ sudo apt-get install freeglut3 freeglut3-dev python-dev flex bison xorg-dev git build-essential cmake libglu1-mesa-dev
peter@ubuntu:~$ ./omega get master common-modules
it wil then go and download a lot of stuff and try to build it.
it ends up with an error like this
dcraw/dcraw.c:6899:3: error: narrowing conversion of ‘63472’ from ‘int’ to ‘short int’ inside { } [-Wnarrowing]
[ 38%] Building CXX object src/3rdparty/FreeImage/CMakeFiles/FreeImage.dir/Source/LibRawLite/src/libraw_c_api.cpp.o
In file included from /home/peter/master/build/FreeImage/Source/LibRawLite/libraw/libraw.h:34:0,
from /home/peter/master/build/FreeImage/Source/LibRawLite/src/libraw_c_api.cpp:24:
/home/peter/master/build/FreeImage/Source/LibRawLite/libraw/libraw_types.h:37:0: warning: "NO_LCMS" redefined
#define NO_LCMS
<command-line>:0:0: note: this is the location of the previous definition
src/3rdparty/FreeImage/CMakeFiles/FreeImage.dir/build.make:4262: recipe for target 'src/3rdparty/FreeImage/CMakeFiles/FreeImage.dir/Source/LibRawLite/internal/dcraw_common.cpp.o' failed
make[2]: *** [src/3rdparty/FreeImage/CMakeFiles/FreeImage.dir/Source/LibRawLite/internal/dcraw_common.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:181: recipe for target 'src/3rdparty/FreeImage/CMakeFiles/FreeImage.dir/all' failed
make[1]: *** [src/3rdparty/FreeImage/CMakeFiles/FreeImage.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
the full screen printout is attached.
any help would be very mauch appericated
thanks
pete