summaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
Diffstat (limited to 'readme')
-rw-r--r--readme3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme b/readme
index 93e6f89d..d3beef42 100644
--- a/readme
+++ b/readme
@@ -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: