diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-12-21 09:58:11 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-12-21 09:58:11 +0000 |
commit | dd0c53b6019f9578e4edc61294ec4d1b7a7fb106 (patch) | |
tree | 98e44fb8514bcf1c33a32c44e41916692f9fb71a | |
parent | 5a22e055ba2edd7a091270f4954dbebe55d71fc3 (diff) |
mention problems with the preprocessor on osX
svn path=/trunk/externals/zexy/; revision=4268
-rw-r--r-- | README.txt | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 :
------------------------------------------------------------------------------
|