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

in Help Center
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'.
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'.
0
Comments