SOLVED ISSUE: Problem was that somehow I dragged the clockui.c file from src/ to lib/, and it was missing when the build was attempted.
Problem exists between keyboard and user. ;-)
----------------------------
Hi all,
I am using the 2.4 Tizen IDE, and did a New > Tizen Native Project > Online Sample > ClockUI
I try to build the project, and get the following output:
13:09:17 **** Incremental Build of configuration Debug for project ClockUI ****
ninja all
ninja: error: loading 'build.ninja': The system cannot find the file specified.
13:09:18 Build Finished (took 1s.424ms)
------
What can I do to get the app to build? I tried to perfor a clean build, but also get a ninja error. Not sure if I'm missing a component or something.
I am running on 64-bit Windows 7, using the UI install of the Tizen IDE (Version : 2.4.0; Build id : 20151014-1428)
Thanks for any suggestions,
Tim