header files not being copied to linux side

Sysprogs forums Forums VisualGDB header files not being copied to linux side

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6232
    rsc
    Participant

    I was following the tutorial on how to adapt a windows QT project to run on Linux.

    When I try to build the code, I get the error: “EXEC : warning : Failure to find: CubicMVCs.h”. But that file is on my windows project, but I don’t know why it does not appear on my linux folder. It appears that the VisualGDB is not copying that header file (actually, when I compare the windows and linux folder, there are several files that are not being copied to the linux side).

    I already checked the VisualGDB configuration and set to transfer all files.

     

    Any idea why this is happening?

     

    #6233
    rsc
    Participant

    My fault. I just notice that although the file appears listed on my solution, the file indeed does not exist on my windows folder. And the error message is actually an warning and not an error. So, that was not the cause of the code not being built.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.