Archived

This forum has been archived. Please start a new discussion on GitHub.

Tool chain: 'Ice/Ice.h' no such file or directory

I've somewhat decided on a tool chain now. We're using Qt Creator 4.8.4 from the commercial SDK, and I've come across some CMake files to help configure the build system. So far so good.

I am running into some oddball issues building though. On Linux Ubuntu 10.04 LTS, building, I get Ice/Ice.h: No such file or directory.

As far as the IDE is concerned, I can drill into the file, so I know the path is there. I saw Ice successfully build and deploy earlier this week.

Assuming I can resolve that, then I get errors like expected '{' before 'Application'.

Comments

  • Answered my own question, but my how the errors were obscure... In the CMake system I've cobbled from other sources, didn't have the CMake included to use Ice. Now got past that issue.