Compilation Broken on Mac Os X
I recently lost my vlmc directory, so I recloned it and tried to compile. It didn't work.
cmake .. failed with the following error :
make[2]: *** No rule to make target 'src/qrc_resources-ts.cpp', needed by 'src/CMakeFiles/vlmc.dir/qrc_resources-ts.cpp.o'. Stop
Thats okay, it still completed. Not a problem, but when I run make, it fails with :
Cannot find source file: /Users/Barun/Desktop/Gsoc/vlmc/ts/resources-ts.qrc
Once I obtained one of these (from Pawel Golinski), it then proceeded to complain about there being no translation.qm for each seperate translation. It then broke again on a duplicate between qrc_resources.cpp and qrc_resources-ts.cpp.
If anybody can get the current branch to compile, I'd like to know how!