diff options
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ To compile with Microsoft Visual Studio higher than 6.0, remove ABC_CHECK_LEAKS from the preprocessor definitions for the debug version (Project->Settings->C/C++->Preprocessor Definitions) +If compilation does not start because of the cyclic dependency check, +try "touching" all files: find ./ -type f -exec touch "{}" \; + Several things to try if it does not compile on your platform: - Try running all code (not only Makefile and depends.sh) through dos2unix - Try the following actions: |