In latest trunk version, in CMakeLists.txt, the line
FILE(GLOB Fonts "fonts/*.ttf")
makes demo apps not want to run out of the build directory on case-sensitive
filesystems. Please change the directory name to all lowercase (ie "fonts"
instead of "Fonts"), as the code in the demo programs expects. Thank you! :)
Original issue reported on code.google.com by per.math...@gmail.com on 20 Jan 2013 at 2:24
Original issue reported on code.google.com by
per.math...@gmail.com
on 20 Jan 2013 at 2:24