Show
Ignore:
Timestamp:
12/04/07 14:36:51 (13 months ago)
Author:
pmoura
Message:

Improved documentation on compiler hooks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/running.html

    r3942 r3944  
    199199<pre>| ?- set_logtalk_flag(smart_compilation, on).</pre> 
    200200<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). 
     201Some 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). 
    202202</p> 
    203203