Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of dev/WindowsMinGW/troubleshooting


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

Legend:

Unmodified
Added
Removed
Modified
  • dev/WindowsMinGW/troubleshooting

    v5 v6  
    6868In 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.
    6969
     70=== Q: CMake complains about a missing data directory ===
     71
     72A: You probably get an error like this:
     73{{{
     74$ cm
     75[...]
     76-- Warning: External data directory not found. If you want to compile while downloading the
     77data files, you will have to recompile about four files afterwards and relink everything.
     78-- You can specify your own folder with the EXTERNAL_DATA_DIRECTORY variable. Default location
     79for the path is orxonox_root/data_extern
     80[...]
     81}}}
     82
     83In this case you didn't check out the external data repository or you didn't name it {{{data_extern}}} or you placed it in the wrong place. See the section "SVN" in [wiki:WindowsMinGW/current#SVN the guide] for more information about the data repository.
     84
    7085=== Q: When I run Orxonox and start a level, it crashes. ===
    7186