summaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2008-07-29 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2008-07-29 08:01:00 -0700
commit582a059e34d913ed52dfc18049e407055ebd7879 (patch)
treeb03323aa3c2100fe242331d6d32859d78b9a5c29 /readme
parent20a5a0d4afc26bbdcf19c4a9db89c4901d21619f (diff)
downloadabc-582a059e34d913ed52dfc18049e407055ebd7879.tar.gz
abc-582a059e34d913ed52dfc18049e407055ebd7879.tar.bz2
abc-582a059e34d913ed52dfc18049e407055ebd7879.zip
Version abc80729
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: