Results 1 to 5 of 5

Thread: Error: dependent '....' does not exist

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Error: dependent '....' does not exist

    Quote Originally Posted by d_stranz View Post
    Well, then have you inadvertently run into the ancient DOS limits on path length or depth? If jom is running in a command shell, a path length that's too long or too deep could result in this error.

    Where is your shadow build directory with respect to the qgroundcontrol directory? jom is expecting that for whatever Makefile you are executing, qgroundcontrol lives at ".." with respect to it. Line 4 looks like that's what it is, but since you've "shortened" things, we can't be sure.


    I have the same problem;

    jom.exe, Error:
    dependent '..\..\..\..\xxxxx_xwwss_2023\xxxxx_xwwss\xxxxx_ho ok\xx_aaa_view\aaa_transfer\aaa_transfer_view\aaa_ delegate\aaa_transfer_delegate\aaa_aaaaaaa_delegat e_list_view.h" does not exist


    Subproject directory : G:\src\xxxxx_xwwss_2023\xxxxx_xwwss\xxxxx_hook\xx_ aaa_view\xx_aaa_view.pro

    top directory : G:\src\xxxxx_xwwss_2023\xxxxx_xwwss.pro

    shadow build.

    Hope to get your reply; thanks.

  2. #2
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    519
    Thanks
    13
    Thanked 77 Times in 75 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Error: dependent '....' does not exist

    Hi, if you have run into the "path length" problem that d_stranz mentioned above, you can try this:
    https://www.autodesk.com/support/tec...haracters.html
    Short: in regedit browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem, create/edit "LongPathsEnabled" and set it to 1. Then reboot.

    Ginsengelf

Similar Threads

  1. C2871 Error : namespace doesnot exist
    By snow_starzz in forum Qt Programming
    Replies: 4
    Last Post: 13th May 2015, 20:26
  2. Error: dependent '..\HosneYosef\TitleHelp.png' does not exist.
    By complexcoding in forum Qt Programming
    Replies: 3
    Last Post: 31st January 2013, 12:19
  3. File does not exist error with rcc.exe
    By JB_Trace in forum Newbie
    Replies: 1
    Last Post: 6th November 2012, 16:20
  4. Replies: 13
    Last Post: 4th November 2010, 22:34
  5. Replies: 3
    Last Post: 27th February 2006, 05:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.