This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Lightcrafter GUI compilation error.

Hi,

I am trying to compile the LightCrafterGUI v4.0.1 source code using QtCreator 5.2.1, and I have the following erro

error: dependent '..\DLPLightCrafterGUI' does not exist.

I am not very familiar with the Qt creator, and have opened the project under the LightCrafterGUI.pro, and all the relevant source files are included. I am unable to find this item or file path for the system for specified error.

Appreciate any assistance on this issue.

Thank you.

  • Hi,

    It is quite old topic but maybe it will help somebody in the future. I had the same problem.

    As you see the compiler output is: dependent '..\DLPLightCrafterGUI'  but full path to the source code(at least after downloading it from TI site) is '..\DLPLightcrafterGUI Source Code'. QTCreator has problem with recognising spaces(like unix based systems). You need to change folder name for a name without spaces.

    For example: DLPLightcrafterGUI_Source_Code

    After that just rebuild project and run qmake manually.

    Cheers,

    KK