CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    Project structure problem

    I've come across 2 different projects with the same issue
    for example, the path of the sources is set to ../../../../src
    While the actual source is located at
    ../../../../src/synth
    So there are errors with the implicit path.
    Are these path naming conventions common so that they are *actually* locatable?
    Only my settings are incorrect. The projects I am talking about is fluidsynth and recast
    Thanks
    Jack

  2. #2
    Join Date
    Dec 2010
    Posts
    907

    Re: Project structure problem

    I guess it is because of CMake...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured