aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-21 09:58:11 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-21 09:58:11 +0000
commitdd0c53b6019f9578e4edc61294ec4d1b7a7fb106 (patch)
tree98e44fb8514bcf1c33a32c44e41916692f9fb71a /README.txt
parent5a22e055ba2edd7a091270f4954dbebe55d71fc3 (diff)
mention problems with the preprocessor on osX
svn path=/trunk/externals/zexy/; revision=4268
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index bf28810..a3cc6b3 100644
--- a/README.txt
+++ b/README.txt
@@ -57,7 +57,15 @@ note: if you don't want the parallel-port object [lpt]
macOS-X:
------------------------------------------------------------------------------
see installation/linux
-the configure-script should work here too;
+the configure-script should work here too
+
+note on generating dependencies:
+ on older systems the automatic creation of build dependencies
+ might fail with following error:
+ cpp0: invalid option -smart
+ a simple workaround is to not use the "-E" flag for the preprocessor
+ try:
+ make CPP=cc
win32 :
------------------------------------------------------------------------------