Hi, I'm reasonably new to compiling software from source, but wanted to try '
foto'.
I've installed the dependencies, run cmake, and then make.
make gives the following errors:
Code:
/usr/bin/ld: CMakeFiles/foto.dir/src/views/DynamicGrid.c.o: undefined reference to symbol 'fmod@@GLIBC_2.0'
//lib/i386-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [foto] Error 1
make[1]: *** [CMakeFiles/foto.dir/all] Error 2
make: *** [all] Error 2
It doesn't appear I'm missing any deps, and when searching these errors I see only people with massively longer command lines than simply 'make', who solve the issue by rearranging their command or installing a dependency.
Is this a bug, or am I approaching this in a naive way?