Changeset 3944 for trunk/manuals/userman/running.html
- Timestamp:
- 12/04/07 14:36:51 (13 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/running.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/running.html
r3942 r3944 199 199 <pre>| ?- set_logtalk_flag(smart_compilation, on).</pre> 200 200 <p> 201 Some caveats that you should be aware. First, some warnings that might be produced when compiling a source file will not show up if the corresponding object file is up-to-date because the source file is not being (re)compiled. Second, if you are using several Prolog compilers with Logtalk, be sure to perform the first compilation of your source files with smart compilation turned off: the intermediate Prolog files generated by the Logtalk compiler may be not compatible across Prolog compilers or even for the same Prolog compiler across operating systems ( due to the use of different character encodings or end-of-line characters).201 Some caveats that you should be aware. First, some warnings that might be produced when compiling a source file will not show up if the corresponding object file is up-to-date because the source file is not being (re)compiled. Second, if you are using several Prolog compilers with Logtalk, be sure to perform the first compilation of your source files with smart compilation turned off: the intermediate Prolog files generated by the Logtalk compiler may be not compatible across Prolog compilers or even for the same Prolog compiler across operating systems (e.g. due to the use of different character encodings or end-of-line characters). 202 202 </p> 203 203
