Hi, I forked cinder from GitHub, using GitHub desktop client, the clone failed several times, and succeeded in the last, however, I find files under the \include\boost totally missing, after I manually copy the files in, the vc2013 project build succeed.
two problems still remain:
first, the universal solution does not build, here’s the error log:
1>…\src\cinder\Text.cpp(719): error C2664: ‘void cinder::Line::render(cinder::Channel &,float,float,float)’: cannot convert argument 1 from ‘cinder::Surface’ to ‘cinder::Channel &’
second, how to build the android lib, the readme says " coming soon " for windows host, does that mean there’s no way to build the android lib on windows host?