Changeset 3917 for trunk/configs
- Timestamp:
- 11/03/07 12:20:45 (14 months ago)
- Location:
- trunk/configs
- Files:
-
- 2 modified
-
NOTES.txt (modified) (4 diffs)
-
swi.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/NOTES.txt
r3894 r3917 150 150 cx.config 151 151 152 Experimental config file. Due to CxProlog native representation of file 153 paths, it's not currently possible to use library notation to load the 154 Logtalk examples and other source files. 152 Developed and tested with the help of Artur Miguel Dias, CxProlog author. 155 153 156 154 … … 224 222 directory before loading the library or an example. Supports smart 225 223 compilation of source files. 224 225 On startup, you may get a warning about a suspicious predicate, {}/1. 226 You may safely ignore this warning. 226 227 227 228 … … 432 433 pl.ini user initialization files. 433 434 434 If you intend to use Logtalk and XPCE at the same time, and if you are 435 using an SWI-Prolog version older than 5.5.13, you will need to edit the 436 compiler/logtalk.pl file and, around line 35, change the declaration of 437 the @/1 operator to op(100, fx, @). You may load the configs/xpcehook.pl 438 file in order to support Logtalk message sending goals as XPCE call-back 439 goals. 435 If you intend to use Logtalk and XPCE at the same time, you may load the 436 configs/xpcehook.pl file in order to support Logtalk message sending goals 437 as XPCE call-back goals. 440 438 441 439 See the comments in the "swi_set_logtalk_context.pl" itself for a … … 453 451 Don't forget to use the cd/1 predicate to set the working directory 454 452 before loading the library or an example. Supports smart compilation 455 of source files. 453 of source files. Support for the Logtalk multi-threading features 454 requires XSB CVS version. 456 455 457 456 -
trunk/configs/swi.config
r3908 r3917 4 4 % Release 2.30.7 5 5 % 6 % configuration file for SWI Prolog 3.3.x and later versions7 % 8 % last updated: November 1, 20076 % configuration file for SWI Prolog 5.6.x and later versions 7 % 8 % last updated: November 3, 2007 9 9 % 10 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
