Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of dev/WindowsMinGW/troubleshooting


Ignore:
Timestamp:
Sep 21, 2010, 11:13:21 PM (14 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/troubleshooting

    v3 v4  
    6767The actual output may differ, but you shouldn't get any errors.
    6868
     69=== Q: CMake complains about a missing dependency directory ===
     70
     71A: You probably get an error like this:
     72{{{
     73$ cm
     74[...]
     75-- *** Build type is Debug ***
     76-- Warning: Could not find dependency directory.Disable LIBRARY_USE_PACKAGE if you have none intalled.
     77[...]
     78}}}
     79In this case you didn't put the dependency package into the right directory. Please refer to [wiki:WindowsMinGW/current#Dependencies the guide] for more information about the dependency package and where to place it. Also make sure that you don't use two nested dependency directories (i.e. {{{/home/username/dependencies/dependencies}}}) but just one.
     80
    6981=== Q: When I run Orxonox and start a level, it crashes. ===
    7082